- 11 Kas, 2015 40 kayıt (commit)
-
-
Maxim Monastirsky yazdı
Change-Id: I004c9ad3a7d389228b9bb532a1b2c5d6294f7e42
-
Maxim Monastirsky yazdı
Depends on env. variable for now. Nothing to customize yet anyway. Change-Id: I70edd33b51d931632fac454684d6c22906a727fe
-
Caolán McNamara yazdı
Change-Id: I937ed893dfd9919bf48b8fd38a1b83c524200532
-
Caolán McNamara yazdı
Change-Id: I5871028b6c32194257d3a5f8bdf838cd0c277349
-
Maxim Monastirsky yazdı
The old context menu implementation adds the thesaurus sub-menu by manipulating the menu at runtime, which isn't a good idea in general. Since it's a sub-menu anyway, better to have it as a separate controller, so it can be added to the xml, and users could decide if they want it, and where. Most of the code adapted from sfx2 (menu/mnumgr.cxx, menu/thessubmenu.cxx), hence the Apache-based license header. Change-Id: I4f533fcdd5d6480fae8ebcf53ec7c69675025adb
-
Maxim Monastirsky yazdı
Some commands in context menus use different labels than in the menu bar. In the old resource format those labels are defined in the resource file itself. Note that the menu xml has the menu:label attribute, but we can't use it because it lacks localization support, and as such useful only for user customization. The order of consideration now is: 1. Label - Used if Context/PopupLabel isn't defined. (It's also used as the base for toolbar tooltips.) 2. ContextLabel - Overrides Label when in menu or context menu. Useful to drop the context, e.g. "Insert Image" should be only "Image" under "Insert" menu. If exists, that's what returned when asking for the "Label" property, instead of the full label. 3. PopupLabel - Overrides Label/ContextLabel when in context menu. Used to give items in a context menu different labels than in the main menu, e.g. "Paste Special" from the main menu turns to "More Options" when in context menu. It doesn't affect the Label property, and should be asked separately. Change-Id: I7408fc2bfb8d384b0f1a72a78b8c5d7c50de38da
-
Noel Grandin yazdı
Change-Id: I0660833db69604c5c4dd3c5826f1baac3086e052
-
Caolán McNamara yazdı
Change-Id: Iff8317bc59b033b5765d2ba3356f8185cc40a6b3
-
Caolán McNamara yazdı
Change-Id: I23a8b3a86ecbab4f1e5b6ae6405279fabcbdb7e3
-
Noel Grandin yazdı
and remove some noise comments Change-Id: I290ec365b58fa1b21838a6faf84006434c3e7bbd Reviewed-on: https://gerrit.libreoffice.org/19904Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Caolán McNamara yazdı
as long as there's space for them Change-Id: Id96069b5c50483309611381afdf62bb0d30e9c38
-
Caolán McNamara yazdı
void UnoControl::setDesignMode calls setVisible on the XWindow so it seems sensible that FmXGridPeer::setDesignMode should also do so. The desirable side effect is that moving the window in design mode then is moving a un-shown window so nothing is invalidated so the paint loop doesn't happen. Change-Id: Ic5a4ba62590372bec15a29b993b73d6dfb94a8a9
-
Caolán McNamara yazdı
Change-Id: I422d8f50e6dfb0d2ad2fb2ec49639a5f822d014d
-
Oliver Specht yazdı
tools/rtti.hxx removed completed the interface of some Sdr.* Items and removed pseudo items Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a Reviewed-on: https://gerrit.libreoffice.org/19837Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Fabio Buso yazdı
Change-Id: Id12333cce50e14698e32195c49863d2e0cb448e4 Reviewed-on: https://gerrit.libreoffice.org/19893Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Jenkins <ci@libreoffice.org>
-
Stephan Bergmann yazdı
Change-Id: I5cade452b4567886c5587be927af7caaa24d92b4
-
Stephan Bergmann yazdı
Change-Id: I04b15122e73c527fbc695687079f6093ebcb5a5f
-
Stephan Bergmann yazdı
Change-Id: Idc3530ee5afab268ce54a34d7258b2494525af74
-
Noel Grandin yazdı
Change-Id: I040d1298780e8440a8a18f193d5f32cd0e3bcd4f
-
Noel Grandin yazdı
Change-Id: I6f3fee6b95e8675e04f867bf59447fa569a61d8e
-
Noel Grandin yazdı
seems to be crashing with latest(trunk) clang sometimes Change-Id: Ice92b35deb6cb4610dbd53f570d0b43e9d2a2834
-
Noel Grandin yazdı
Change-Id: Ib4ebadcdecc0f673c585c820b4aa4a3e1e123f0c
-
Noel Grandin yazdı
Change-Id: I4343b77dde4353db6294d597cdd5da6131e30afe
-
Noel Grandin yazdı
Change-Id: I19fb53e162f3af282cd8cf46b965bce9506731ec
-
Noel Grandin yazdı
Change-Id: I10801343e65646b92eb0a6256cd7bfbf5c84c854
-
Noel Grandin yazdı
Change-Id: Ia75bf59de4eb5e0be18f81b6ab897f9f9cb28855
-
Noel Grandin yazdı
Change-Id: If9981b141a591f23e03479c90694e6ffa78f2cb8
-
Noel Grandin yazdı
Change-Id: Ia6987c9566af0b79bf44c4793d4ca325ea921cb7
-
Noel Grandin yazdı
Change-Id: Ie19e898e3a5e558906cfad841c01d6d9b380b18b
-
Michael Meeks yazdı
Also enlarge the (rather ugly) sample icons. Change-Id: I6d64613b71ee015bf775a7c720c5b9a4ea464bab Reviewed-on: https://gerrit.libreoffice.org/19892Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Andrzej Hunt yazdı
Change-Id: I2052e39fa2e25988a40f293389d5a183a625acd4 Reviewed-on: https://gerrit.libreoffice.org/19903Reviewed-by:
Andrzej Hunt <andrzej@ahunt.org> Tested-by:
Andrzej Hunt <andrzej@ahunt.org>
-
Andrzej Hunt yazdı
Change-Id: I8d1f63208baf277b0a9d15908f3ea7ff3b56bf10 Reviewed-on: https://gerrit.libreoffice.org/19883Reviewed-by:
Andrzej Hunt <andrzej@ahunt.org> Tested-by:
Andrzej Hunt <andrzej@ahunt.org>
-
Noel Grandin yazdı
Change-Id: I01e3046caefdcfbf630f4a794f12e8890be6db40 Reviewed-on: https://gerrit.libreoffice.org/19902Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Xisco Fauli yazdı
Change-Id: I8a660281a255d28981e23d3cf30ff6c337f0424d Reviewed-on: https://gerrit.libreoffice.org/19876Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Armin Le Grand <Armin.Le.Grand@cib.de>
-
Tor Lillqvist yazdı
Change-Id: I845e2ceab1cf35a021eea23632291111c8f43362
-
Andrzej Hunt yazdı
This helps ensure that images are swapped in when we actually render tiles. Previously we'd sometimes have placeholders instead of the image, which results in either an invalidate (+rerender of that tile) once the image is swapped in (for normal tiles) or a permanently missing image in the preview tiles. Change-Id: I1a16a913faf9fad20e40a5d1aad3de187038c7a2 Reviewed-on: https://gerrit.libreoffice.org/19890Reviewed-by:
Andrzej Hunt <andrzej@ahunt.org> Tested-by:
Andrzej Hunt <andrzej@ahunt.org>
-
Miklos Vajna yazdı
The missing convertMm100ToTwip() calls mispositioned the line shapes inside the groupshape in case of using drawingML inside DOCX files. Change-Id: I0c9d652de43d779f9073a8bfe22866ce4f31d0fa
-
Miklos Vajna yazdı
Change-Id: Id4a5a5794ff03a88922df7fd1dcba75ed601dd59
-
Miklos Vajna yazdı
Change-Id: I2749607eb2271a838acb8220c80d9363d8e8d867
-
Miklos Vajna yazdı
Change-Id: I6189595cf20e371f29de8709abb742737bf5a770
-