summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-07Fixed problems after rebase.Iain Billett
Change-Id: I7fa1dedd33e3ef59a99112e4ddc73e9ac38e7752
2012-08-07Quick fix for upside down thumbnails.Iain Billett
Change-Id: I089c78f050fbea068b394de9205322dc62e28764
2012-08-07Async loading of thumbnails.Iain Billett
Change-Id: I385f5fce8b332b2b9eaa5e6c4dc58516f4cfa9b8
2012-08-07Changed folder icon to show thumbnails of docs within folder.Iain Billett
Change-Id: I8ec061a3daafef733b8786c34269165697c2b443
2012-08-07Added methods to check if a file has a thumbnail.Iain Billett
Change-Id: I362ff20d8768be1dffbf857e442fbc30822079a7
2012-08-07Added Actionbar-sherlock lib & added dark striped actionbar with Holo.lightIain Billett
2012-08-07Some work on styling. Fix filter exception.Iain Billett
Change-Id: Ibf03680a29a0e7d5a484fedfa25863e88e063581
2012-08-07IDE: dynamic_cast fixUray M. János
Change-Id: Ia8826be6e6fe7c09adb4f0104b52ceba6b89163b
2012-08-07this file does not use base64 conversions at allDavid Tardon
Change-Id: I09fab1efbd6028bd245cf53674b31b9bbf0d4217
2012-08-07remove link firstDavid Tardon
RemoveUnusedEventListener checks if there is a link for the window and does nothing in this case. And of course there is one, because it has not been removed yet .-) Change-Id: I198e951c1eb5318f1304a9519b33bedef6892660
2012-08-07valgrind: add missing initializerDavid Tardon
Change-Id: I635d8f0b89d87c3b29bfd8f71c8c50f26da69c3a
2012-08-07salmain needs a header from toolsDavid Tardon
Change-Id: Iad96199d00de9f739b0d003679b75510faca36f4
2012-08-07IDE: PTR_CAST, ISA to dynamic_castUray M. János
Convert the obsolete PTR_CAST and ISA macros (from tools/rtti.hxx) to C++ dynamic_cast is basctl. Change-Id: I45530d1d34d132904f812e238ee3b59b1a4f227b
2012-08-07Remove forwards of non-existing structsThomas Arnhold
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
2012-08-07drop bogus eof linesThomas Arnhold
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-08-07Remove non-existing forward declarationsThomas Arnhold
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-08-07Remove commented out codeThomas Arnhold
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
2012-08-07parallelism spoils the Windows buildEike Rathke
Change-Id: Ied298c1339fa9af9484d448d3252fd9085609e02
2012-08-07Disable Remote unless in experimental mode.Andrzej J.R. Hunt
Change-Id: I56263eeed7ce4376f6c4647efe699c2c6005f13d
2012-08-07remove accidentally commited fileBjoern Michaelsen
Change-Id: Ic4d3b1148f986305c1d539c4eda737c754fad2b2
2012-08-07gdb: add pretty-printer for tools RectangleMiklos Vajna
Change-Id: I9c6f4b54254fa7a1b91f0bf1a19d16bb3778a2be
2012-08-07n#774167: Crash fix.Muthu Subramanian
2012-08-07fdo#51324 lp#1017125 rhbz#806236 rhbz#823272: erase on invalid iteratorsBjoern Michaelsen
* the iterators returned by equal_range are invalidated by modification (which deleting them clearly is) * possibly only a partial fix as there is more abuse of equal_range in that file Change-Id: Ie9ba01e91cb449a32d77a69590bda2125f0924e1
2012-08-07remove packmodule target in gbuildBjoern Michaelsen
* those are undocumented and likely never used outside of Hamburg RelEng * obsolete with gbuild anywayt for the most part Change-Id: Ib2279de8c4014b035c3edaee9af898e73e48c06f
2012-08-07Make #include <libxml/xpath.h> work --without-system-libxmlStephan Bergmann
Change-Id: I7856fe2d3ed07fcc3a191ac8fb93ff17b793e005
2012-08-07Refactor expandMacros somewhat...Stephan Bergmann
...so that backward compatibility ${file::key} -> ${file:key} does not kick in for the special .link and .override cases. Change-Id: If009b8ecdbb7662c21e87e7bccb50a0ebbb0190f
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás
Part of MultiLineEdit was moved down from stvools to vcl with name VCLMultiLineEdit. MessBox uses it to display the message in read-only mode. Some of svtools' classes - which are necessary to implement VCLMultiLineEdit - were moved to vcl as a whole, and their includes are rewrite. Note: ExtTextView and ExtTextEngine classes would be leaved in svtools if VCLMultiLineEdit is a template class, but two macros: IMPL_LINK end IMPL_LINK_NOARG make it impossible to use template syntax. Change-Id: I26543868d8081c225c7125404d23369de3c3afcd
2012-08-07IDE: sal_Bool to boolUray M. János
Convert all occurences of sal_Bool, sal_True and sal_False in basctl to bool, true and false -- except in prototypes of virtual function overrides. (The virtual functions that are internal to basctl can be and was converted.) Note that since sal_Bool and bool are implicitly convertible to each other, for functions that take a sal_Bool (by value), true and false can be given too. Change-Id: Ie44740fa87f89e9fedd913840ca2b38e95e6b957
2012-08-07Hopefully cleanly close Server Thread when necessary.Andrzej J.R. Hunt
Change-Id: If5a850b2f4c813c5a277ed0d4bc5179dd4095b10
2012-08-07Basic IDE Object Catalog improvementsUray M. János
Change-Id: I4c3bbf721428e93cdfa8f062f37c5911faba0fa4
2012-08-07Fixed segfault on client exit.Andrzej J.R. Hunt
Change-Id: I802551094e0cae2a4e1709723f0fc1661ba32af5
2012-08-07Refactored DiscoveryService. Added basic error handling.Andrzej J.R. Hunt
Change-Id: Ic5bf2d73e55f3d51eebf9421529a9150316f01a4
2012-08-07fix crash on startIvan Timofeev
Change-Id: Ieee907d38711761f4770b802f54bd38c4e807807
2012-08-07Add liblangtagTor Lillqvist
Change-Id: Id496417ee4dd2a93c334ba102e455d7f12c9df06
2012-08-07No point with these executables for non-desktop OSesTor Lillqvist
Change-Id: If2e086cf2783c187f2cdb479608aa91561e0d674
2012-08-07drop leftover #includeDavid Tardon
Change-Id: Ib5afc4b5f77bb800eb3ab089b4dbb7a03c2f9f56
2012-08-06deliver .dylibEike Rathke
Change-Id: I30b6b2e782197c918704efccea4af8a0b94926a2
2012-08-06maybe I'll get this right one time ... BUILD_TYPE GLIB only if not systemEike Rathke
Change-Id: I94cea4d8ea33d89a5a2883e6434a97a2692bc505
2012-08-06added GLIB to BUILD_TYPEEike Rathke
Change-Id: Iad491070b5a199aab4652d955cdbc7839c07c70b
2012-08-06added glibEike Rathke
Change-Id: Iabae193ce1fd580c4d40e58cd78a90570b290de3
2012-08-06fixing conditional text in ahelp tags fdo#49268Andras Bartek
Change-Id: Ife25790d2ef3ffbacc05a97ac682757b841a1eb8
2012-08-06added liblangtagEike Rathke
Change-Id: I2243b4c4fab3d3c6e83cdcc6550af31dc5113ec4
2012-08-06Fix for incorrect dereferencing.Andrzej J.R. Hunt
Change-Id: I68e57988247f489b15df8c9f55b35ef7c5cabc1d
2012-08-06-Werror=format-securityIvan Timofeev
Change-Id: Idb1267108a9eb8d08e1a14685a2f5c9a6263b46d
2012-08-06LanguageTag Windows buildEike Rathke
2012-08-06install liblangtag and dataEike Rathke
2012-08-06implemented LanguageTag wrapperEike Rathke
2012-08-06added liblangtag to installationEike Rathke
2012-08-06configure SYSTEM_LIBLANGTAGEike Rathke
2012-08-06sc: adapt tests to merged chart librariesMichael Stahl
Change-Id: I32b76c0e3da184ee0a0091776e0767b08d4eb10f