- 07 Eyl, 2012 40 kayıt (commit)
-
-
Kohei Yoshida yazdı
Change-Id: I3a9ef8ca998ad53969bd0911091a1c234e0b227e
-
Kohei Yoshida yazdı
Change-Id: I6cd50b8707331b9cf41cb1d42b5ad3d167006478
-
Kohei Yoshida yazdı
Change-Id: I1d2205e4659041670b1e3f0dc1dc41262e75c9ac
-
Kohei Yoshida yazdı
Then this will be subject to on-demand loading. Change-Id: Ibefcb77b4c8a97707f3ea177a81bd61bdc58fc31
-
Kohei Yoshida yazdı
Change-Id: I5e33dac1025b1b3e5f49baf67c80da37d8e2ca5d
-
Kohei Yoshida yazdı
Debug symbols were included. Removed that. Change-Id: Ie8190f69fe9e04be591d41b76ad93611d5553f55
-
Kohei Yoshida yazdı
Change-Id: Ie08f8b608c5b71e5375793e6cf9054ea75d7732d
-
Kohei Yoshida yazdı
It introduces the 'FilterProvider' property in the media descriptor to optionally bypass the normal loading process and let the external filter provider to handle the loading. For now I'm overwriting the csv import filter just to see how this could work just as an experiment. Orcus still needs a lot of work, and it crashes very often at the moment. Change-Id: I11b34572c71073144804a7d0dd5176c8067d8deb
-
Caolán McNamara yazdı
Change-Id: Idf7def16e5a9bb4a44624dbc1039e7df05d07c40
-
Joel Madero yazdı
First of a few patches to move measurements to the general section in the LibreOffice main tree. This patch moves experimental section to "Java" and then changes the name "Java" to "Advanced". The space which was cleared by moving experimental section will be used for measurements in the future. modified: cui/source/options/optgdlg.cxx modified: cui/source/options/optgdlg.hrc modified: cui/source/options/optgdlg.hxx modified: cui/source/options/optgdlg.src modified: cui/source/options/optjava.cxx modified: cui/source/options/optjava.hrc modified: cui/source/options/optjava.hxx modified: cui/source/options/optjava.src modified: cui/source/options/treeopt.src Change-Id: I20073296ce81aace4b041ef5cb27e4313637a58d
-
Luboš Luňák yazdı
This reverts commit 23cd24bd. Not needed after the temporary font code has been moved elsewhere.
-
Luboš Luňák yazdı
I'm a bit confused on how this stuff is separated between platforms, so better do it this way. Change-Id: I2dbd9baef587c81ee37b509bde272ef970f5b118
-
Ricardo Montania yazdı
Change-Id: Ie4e51632bf81053f0d32428bb7ef5b01ec301ccc Reviewed-on: https://gerrit.libreoffice.org/579Reviewed-by:
Olivier Hallot <olivier.hallot@alta.org.br> Tested-by:
Olivier Hallot <olivier.hallot@alta.org.br>
-
Caolán McNamara yazdı
Change-Id: I8f6c3814aa3630f5f640f611fb51ce72641715c6
-
Caolán McNamara yazdı
Change-Id: Ia1cc6ade8d2122abf5469ec521b2883961121a04
-
David Tardon yazdı
Change-Id: I0b6eb67014a61e22981f1f6be488fa762d639554
-
Stephan Bergmann yazdı
Change-Id: Iaf6678660f3d6b9c8a7ef018013311f8af553dc2
-
László Németh yazdı
Change-Id: Ib6383220c3cdd6fef55dee82fcfdc3472da45163
-
Stephan Bergmann yazdı
Change-Id: Idc0830c4b893f55f56e0d322e87b4eff4a60d995
-
Uray M. János yazdı
iLastWin will get a valid value if !bEmpty Change-Id: I8f598b7a9d5e8317fca0ef0fcc3313bc0691f0da
-
Uray M. János yazdı
To be consequent, because Point and Size use long. Change-Id: I776a1839ee5d2cbdbcedad2b2922cb33b94c7b37
-
Uray M. János yazdı
Now if we make e.g. the stack window floating, then the watch window will occupy the whole width of the line (and vice versa, also for the Dialog Editor with object catalog and property browser). If we put it back again, than we get back the previous state of the strip. Change-Id: I634614ff2e9d5f790ad759656a79a38d49c4afc4
-
Andrzej J.R. Hunt yazdı
It appears that Color.TRANSPARENT turns into black on Android < 4. Change-Id: I40312062726696777e218afc382d55b48ac6d42b
-
Uray M. János yazdı
Lots of raw pointers have been converted to boost::scoped_ptr to reduce the number of 'delete's and the possibility of memory leaks. Some pointers have been converted to references, to reduce the needless checking for nullptrs, and so simplifying the code. Also some #define-s have been converted to C++ constants or enumerations. Change-Id: Ifbeb78f744bac7a96c8a446ff4db90dedf85fe26
-
Uray M. János yazdı
This fixes the crash of 'Basic IDE: Docking property browser under object catalog' commit. The aPropertyBrowser data member was replaced by a new-allocated pointer. We need this because toolkit releases it by delete. When the property browser is closed in the floating state, it tells DialogWindowLayout to null the pointer. If the user clicks the 'property browser' button on the toolbar, it is created again. Change-Id: Ie842a72fe37dfdd2ed5921ffa2f1f41d3f2c51c6 Reviewed-on: https://gerrit.libreoffice.org/568Tested-by:
Noel Power <noel.power@suse.com> Reviewed-by:
Noel Power <noel.power@suse.com>
-
Uray M. János yazdı
Now the property browser can be docked in the same way as all other dialogs in the Basic IDE and the Dialog Editor. The property browser (PropBrw, for which PropertyBrowser would be a better and easier-to-remember name IMO) is derived from basctl::DockingWindow instead of SfxDockingWindow. PropBrwMgr was removed (it seemed to be only a wrapper), and PropBrw is now a data member of DialogWindowLayout (aPropertyBrowser). Change-Id: I06737a5cbc985888432630714cb919d1bbbcbb49 Reviewed-on: https://gerrit.libreoffice.org/518Reviewed-by:
Noel Power <noel.power@suse.com> Tested-by:
Noel Power <noel.power@suse.com>
-
Andrzej J.R. Hunt yazdı
Change-Id: Id2e309ee5b8f6feff845dba28e7474e2246865f5
-
Caolán McNamara yazdı
Change-Id: I8d9aad9ac648aefdd1f31e09fe2ea84a698c0013
-
Olivier Hallot yazdı
This patch fixes an error introduced in c75af857, with OUString::startsWith() introduced by Lubos Lunak in 095ffaf5 Thanks to Lubos and Kendy. Change-Id: Idcfb9ef59cfdf4c7b08193f5c137b985fa8b9965 Reviewed-on: https://gerrit.libreoffice.org/573Reviewed-by:
Jan Holesovsky <kendy@suse.cz> Tested-by:
Jan Holesovsky <kendy@suse.cz>
-
David Tardon yazdı
Change-Id: I5e809f38a500ab818e9acef80b419dfece7a29fa
-
David Tardon yazdı
Change-Id: Ibd18d9dfbd18176bc13b5c2a79a6535604e95b73
-
David Tardon yazdı
Example spreadsheet: http://www.gummy-stuff.org/Excel/Yahoo.xls Change-Id: Icd16ed4fb05986bc199ac3f913cee656c7a434ff
-
David Tardon yazdı
Change-Id: I8903dd6aff6cdd6a4b24e3030309780975ea9318
-
David Tardon yazdı
Change-Id: I2470e0d1ace4139a735e9de32c124bc054b8ff76
-
David Tardon yazdı
This removes some possible code paths that IMHO only added complexity and shaves some time off each presentation start (200--500 ms on this machine) by avoiding one call of GLInitSlides, which creates the textures. Change-Id: I0f66d138f14c86c87d6046276adc36072227c859
-
David Tardon yazdı
Change-Id: I93b7c3796acf2da0ba28d3ae61aab4e15681683f
-
David Tardon yazdı
Change-Id: Ia4a3a2aede8240d98423dbf78da15b95e19bfa5b
-
David Tardon yazdı
Change-Id: I0876e253b69fa4ec8262946339bb643aa43f3bad
-
David Tardon yazdı
Change-Id: I481e1acfee06e56932bf7ba7bbe7f89f35ff0435
-
David Tardon yazdı
Change-Id: Ib5976cd3e0c6e3b90fc62fe8336317f259dd544b
-