- 21 Eyl, 2012 11 kayıt (commit)
-
-
Takeshi Abe yazdı
Change-Id: Id10a6cef0ae25247ded7846dfd7df27922a9410a
-
Cédric Bosdonnat yazdı
Change-Id: Ifb3216115e6d4ad8e3b40ab798ed438b7e502f47
-
Cédric Bosdonnat yazdı
Make sure that the collapsed empty cell paragraph is more important in FormatEmpty than anything else (fly frames are the onle case. Change-Id: Id88e3370e988b45eabe4b9b30628e5472e9db1fe
-
Miklos Vajna yazdı
Change-Id: I13bc9452385fff1bdc2577ea000ba208206a2c32
-
Tor Lillqvist yazdı
Change-Id: Id14a7be627502cb8aa2173f0206c84cd27fab2e6
-
Jeremy Brown yazdı
Change-Id: Ide7b8feeee240faeabb0164a3f82849d70bb11b3
-
Stephan Bergmann yazdı
Change-Id: I8edbd023f4eca28ccfe4cf373eb742551523ef46
-
Andrzej J.R. Hunt yazdı
It appears that activity-alias is actually misleading, by using android:logo a different icon is used in the actionbar than in the launcher, and setting android:label in the intent-filter sets the desired launcher title. Change-Id: I06e0ddc83498333ec45bdd83d56c47451e59df2a
-
David Ostrovsky yazdı
Change-Id: Ie7261c651c20350fb69fe2ed55f8272a3db132ba
-
Tor Lillqvist yazdı
Change-Id: I9bcd9b5402e9c22568b2e6afd5b26ffbea40eb94
-
Tor Lillqvist yazdı
Change-Id: Ib8430f7e3a47d8f75c3df9baaa1760b2e07e4939
-
- 20 Eyl, 2012 29 kayıt (commit)
-
-
David Ostrovsky yazdı
Change-Id: Ia8dd0c29b4624601d8cb85cece0fcb2842c2d2f9
-
Kohei Yoshida yazdı
For this usage, boost::shared_ptr is probably an appropriate replacement. Change-Id: I89bea80d330f362e60af4ce66a23316d0029e0d8
-
Kohei Yoshida yazdı
Change-Id: I67fea6c4749b2c69868132bacd761e90933ed84b
-
Kohei Yoshida yazdı
Change-Id: I78a461609bc85cff3cc44dcdf993b16c0a1e37b1
-
Kohei Yoshida yazdı
Change-Id: I9b771bb9b57ba107e6dadb7cf85d44815f487261
-
Julien Nabet yazdı
Change-Id: Ic0ecaad629cfaed7d249852db24fd24d2020686b
-
Julien Nabet yazdı
Change-Id: Ib3a7a90174b14c77d01285430151098142815867
-
Andrzej J.R. Hunt yazdı
Change-Id: I0e6d87db90a60b300f68d83c5f5d2b1ba98f420c
-
Julien Nabet yazdı
Change-Id: I3c2fd7eb1ccf445f7f389f7400784748a80aa929
-
Matúš Kukan yazdı
Change-Id: If4d2c45a4c819d17043b5dcb89a184f470a8fe57
-
Tomaž Vajngerl yazdı
Painting code for entry in SvTreeListBox switches between default and highlight font (which is only the default font with a different colour). This is done using SetFont which assumes that the font changes entry dimensions, which then recalculates everything. This is done for every entry so it is slow if there are a moderate number of entries. Fix here is to call Control::SetFont - we can do this because we know that switching between highlight and default font wont change the font dimensions. On the other hand - this highlighting entries when selected is (at least on linux) already supported by the native widget. Change-Id: I12d32f6f7b43e669442e462ad4dd80cde24b9e74
-
Andrzej J.R. Hunt yazdı
By default android will use the title and icon of the the starting activity in the launcher. This can be overriden using an activity-alias as the default activity, with its own title and icon. Change-Id: I794b6738fdc383879b3c056c61f62fecbb268c5a
-
Stephan Bergmann yazdı
Change-Id: I87e5000424bed95fd25951b398bd61c3939a97ae
-
Andras Timar yazdı
$one_cab_file variable was always 0, so I deleted the code dealing with the non-zero case. Change-Id: I17288070eb94dec00ce970585046da11136b78eb
-
Andras Timar yazdı
$use_packages_for_cab and $cab_file_per_component variables were always 0, so I deleted the code dealing with the non-zero case. Change-Id: I0a678524cb308d834e4d61f2156a92400c02ae99
-
Andras Timar yazdı
Change-Id: Ibcaf04447507926a97eed3d1cea400ac589023c2
-
Michael Stahl yazdı
Change-Id: Id4a89bd131f37b6844046803aae9b2f6e081af0d
-
gerhard oettl yazdı
Change-Id: I53a415e1ec573d342e06d0cf10bad6f8cb95b478
-
Previously cell-margin was unconditionnaly used to compute table position. Office only does so on top-level tables and if tblInd is missing. Change-Id: I183647bcf090d5822b3f2e04e097c8bbd277168d
-
Cédric Bosdonnat yazdı
This option didn't work if the paragraph to collapse had an alignment or spacing defined. This fix was needed to properly import docx/doc files Change-Id: I6b3522905714fe3def7d87cd82cca84746310793
-
Cédric Bosdonnat yazdı
Change-Id: I9e8dee39f63a08517eb654e33747bd8c95d84b59
-
Cédric Bosdonnat yazdı
Change-Id: If03f36d30a7861f5d14ed3142e339d52da0bdce0
-
Noel Power yazdı
Change-Id: Ibad37ac05c608c0211063bfa73931427d48c11f9
-
Miklos Vajna yazdı
Given that we talk about mm100, changing 0 to 1 is not that harmful, and it seems later core would crash without at least a small margin. Change-Id: I913e4a5eeaba2e36b55f2d7d7fb5bdfbad8eae94
-
Stephan Bergmann yazdı
For one, --tui has negative impact on terminal behavior in certain ssh scenarios for me. Whether and how to use it should be a user's personal choice anyway. For another, you sometimes need to interact with gdb early, so do not automatically start to run soffice.bin. Change-Id: I1a1a02f5359aae2a11effa6620aebf01202357f9
-
Stephan Bergmann yazdı
Despite its name, it is a cleanup function for libxml2 that must only be called when the process as a whole no longer needs libxml2. Calling it from a library like liblangtag is not appropriate (just like liblangtag does not call xmlInitParser, either). In LibreOffice, this caused confusion about pthread keys for thread-local storage (xmlCleanupParser calls pthread_key_delete, but apparently if libxml2 is later used by unrelated code in LibreOffice again, it still uses the stale key, and if that key is now reused via an unrelated pthread_key_create, arbitrary crashes happen during thread termination in pthread's __nptl_deallocate_tsd). Change-Id: I82cef8bc400d48f19eaa94f26d50d4b8589da106
-
Stephan Bergmann yazdı
...so that it consistenly uses the LO versions of libxml2/glibc libs at runtime. Change-Id: I89b7fd13a8b5b7e697ec21db74fdf8ef088fdb92
-
Tor Lillqvist yazdı
Change-Id: Ie5e7aecd4f1c0e5b4dda9250ae755bf9210e048f
-
Tor Lillqvist yazdı
Change-Id: Iecd0ed802f6cc715ac77256bb4b49082b5976b4f
-