Age | Commit message (Collapse) | Author |
|
Objectives:
- Reduce copy-paste, by defining the list of commands
only once, and reusing everywhere (menubar, context
menu, toolbar button).
- Kill SwTbxAnchor. Once we have separate popupmenu,
we can just load it with the generic controller.
Change-Id: I5a8b47892471e293ee2331915361f8ce256dc76c
|
|
Change-Id: I2c4b38257ffc01a9d2b1ca4f915bb31a5923710e
|
|
Change-Id: Ide3c43660cd6db3d4b5c9df16ccad2d3233d5bb5
Reviewed-on: https://gerrit.libreoffice.org/21852
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: I96b0a80962e1dc6925a57e5fe07041f2dccdacc6
Reviewed-on: https://gerrit.libreoffice.org/21375
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I5f9c64f8c4b0868d2cbf4c53007076450ed7fc86
Reviewed-on: https://gerrit.libreoffice.org/21372
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Add buttons with coma instead of point for decimal separator
Add button for openremote command
Change-Id: If8b614aa19f788321fc06fb469fbe861bdef2769
Reviewed-on: https://gerrit.libreoffice.org/20665
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I9e9372ea9df6b959493445901b70a9ee6d3c0dac
|
|
Change-Id: Id59855c8a89472cf61d6d857546dd74c205998e0
Reviewed-on: https://gerrit.libreoffice.org/20481
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I63fa25c4c9333cb4a3a51543a5bbb4fda08ebd63
Reviewed-on: https://gerrit.libreoffice.org/20352
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I7840dbceda0fa43b146e610f2dc7c90743646b9d
Reviewed-on: https://gerrit.libreoffice.org/20353
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: If13e03f8c59aac8fe0e29a03eecddab3e8193008
Reviewed-on: https://gerrit.libreoffice.org/20359
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I45929bd334ed73df425f8e256429acf9b60a8c98
Reviewed-on: https://gerrit.libreoffice.org/20351
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: Id2ed21b397a3f56413c344dcf9211ab64a939286
|
|
transition would be finished for breeze
Change-Id: Id159b09f7d62ca087a946e19b5568424bfe9ca0c
Reviewed-on: https://gerrit.libreoffice.org/20345
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: I3d4fa52fd4cccc0b2d45386f64fb4c60851ba8de
Reviewed-on: https://gerrit.libreoffice.org/20188
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: I90e1e147357d6509024f807bc2f777141e79b586
|
|
Change-Id: Ib6614db33ede42e90a4706b3ccd7d3b8fb6be3e5
Reviewed-on: https://gerrit.libreoffice.org/20139
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: Ie6097aeb8847971e79b78e83a9522e49d7271652
Reviewed-on: https://gerrit.libreoffice.org/20141
Reviewed-by: Philippe Jung <phil.jung@free.fr>
Tested-by: Philippe Jung <phil.jung@free.fr>
|
|
TODO: take into account remarks from Gerrit
New combo to select display mode among:
- Slide edition (Normal)
- Outline
- Notes
- Slide sorter
- Slide master
- Notes master
- Handout (master, as we are designing the template used to generate
the handout)
The combo is based on uno command .uno:DisplayMode
Center pane tabs are hidden by default. A new uno dispatch
command (.uno:ToggleTabBarVisibility) is available to show/hide
this tab bar.
Modified uno dispatch commands:
No uno name has been modified.
.uno:DiaMode :
SID_DIAMODE renamed SID_SLIDER_SORTER_MODE
.uno:OutlineMode
SID_OUTLINEMODE renamed SID_OUTLINE_MODE
.uno:NotesMode
No change
.uno:HandoutMode
SID_HANDOUT_MODE renamed SID_HANDOUT_MASTER_MODE
All internal code also considers the edit mode as master
.uno:SlideMasterPage
SID_SLIDE_MASTERPAGE renamed SID_SLIDE_MASTER_MODE
If the input parameter SfxBoolItem Isactive is true or not provided,
activates Slide Master mode. If parameter is false, activates the
"Normal" (slide editing) mode.
.uno:NotesMasterPage
SID_NOTES_MASTERPAGE renamed SID_NOTES_MASTER_MODE
If the input parameter SfxBoolItem Isactive is true or not provided,
activates Notes Master mode. If parameter is false, activates the
"Notes" mode.
Modified behaviours: Now only one mode can be chosen. It is possible to
navigate from a mode to any other mode.
Previous behaviour: the following navigation
Normal -> Slide Master -> Notes -> Normal
was displaying slide master. It was required to activate Normal once more
to get back to normal.
Now the same commands will display the requested mode.
Still to come (at least):
- Fix reopen the last display mode.
- Center pane tabs are now presenting all buttons for all modes (TODO).
Change-Id: I11ab59d2f3caa9149260c5e55d44d598d0ce3390
Reviewed-on: https://gerrit.libreoffice.org/16723
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
|
|
Change-Id: Iddc3a3dec55a4c1c2fb9fcb4cf6e9449b4f1d11e
Reviewed-on: https://gerrit.libreoffice.org/16934
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: Id380b97a507377f77ef679962dce155d9fa777b9
Reviewed-on: https://gerrit.libreoffice.org/19566
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I751587bab106cc0f42f5f83ab30b6b69923463e8
Reviewed-on: https://gerrit.libreoffice.org/19553
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I0e772caf1bacf108b0c49592610f86fb8e17e5ba
Reviewed-on: https://gerrit.libreoffice.org/19540
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: Ifbe34119cee2ce0b04d55a9e4dedced76df004eb
Reviewed-on: https://gerrit.libreoffice.org/19532
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: Ibc66c414813240b61491744166bfc6e0d898a54e
Reviewed-on: https://gerrit.libreoffice.org/19521
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I0449708a33566fd0ebc4b10c7d8b804acc3a732f
Reviewed-on: https://gerrit.libreoffice.org/19477
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
|
|
Change-Id: I58ed56111858d405f25e85f125236420dd831afd
Reviewed-on: https://gerrit.libreoffice.org/19476
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
|
|
Change-Id: I4839b81c5f5c9f275aaa7a72ed33cb75bb79b0a9
Reviewed-on: https://gerrit.libreoffice.org/19470
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I8edeaa9c40be8594824d59c4108dcc2a74328da1
Reviewed-on: https://gerrit.libreoffice.org/19425
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I7e993bda82bffcc51ae4181eb73e614c0f743349
Reviewed-on: https://gerrit.libreoffice.org/19379
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I123d32325ddc8950f2b68f45670a6a3d64b86359
Reviewed-on: https://gerrit.libreoffice.org/19362
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: I1124445280ef8cd80d24c4fbd78578630a157f69
Reviewed-on: https://gerrit.libreoffice.org/19293
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
|
|
first part (45%) of the 32px icons. I will add all lc_ icons
Change-Id: I3e7744684993f727d04d0a96df45d1faad9730ad
Reviewed-on: https://gerrit.libreoffice.org/19313
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I341e1bda65919e13a381eeca599b5ac0cb883c20
Reviewed-on: https://gerrit.libreoffice.org/19201
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: If6d090f8467fdb268f71f5739ec75c105e9eefc1
Reviewed-on: https://gerrit.libreoffice.org/19199
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: Ia11f42161014abde0c8cb61090c00a9eb9f05494
Reviewed-on: https://gerrit.libreoffice.org/19191
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I9ffddefd11b673ae1c8f4300cd1b96d121318116
Reviewed-on: https://gerrit.libreoffice.org/19177
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: Ie73b78af44443d8376e12f3e663ab45f5e9445f2
|
|
Change-Id: Idb060ac9612f65f84989a35d7c1d81a6f7aa61ec
Reviewed-on: https://gerrit.libreoffice.org/19041
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
This is the result of running bin/sanitize-image-links
Change-Id: I8e4bdb3552c7e40e1b065d682d4a442346f3e88b
Reviewed-on: https://gerrit.libreoffice.org/18875
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: I3501c917f5916b49b7cda35b89cafcc27987d828
Reviewed-on: https://gerrit.libreoffice.org/17820
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: If5956b61dec2f00f9233e8f4906bdb9b6f22571d
|
|
Change-Id: I7e702da5d4ecc8c32d91e86bd209ec4b7d4f4431
|
|
Done Slide New, Duplicate, Delete, and Design -
All should be shaped as like slides rather
than pages and the pages ones should be kept
for when these are used in Draw. (lc_InsertPage, lc_DuplicatePage,
lc_DeletePage, lc_AssignLayout) so should I change the page into
slide for the icons? no problem but the icons known as insertPAGE so??
Done Slide Master (lc_SlideMasterPage) - Same issue as the other
slide icons, save the current icon for Draw and create a new one
that looks like a slide
Done Format Page/Slide (lc_PageSetup) - Same issue here as well
Change-Id: I9cb49813488c78773b6b6007c5758d437b10d3b4
|
|
Change-Id: I76456d5e9a687ccf2f8b8cb9f64802de866206a8
Reviewed-on: https://gerrit.libreoffice.org/16635
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I77a112f8e05f10fc2e537608aa76a71e8a11261c
Reviewed-on: https://gerrit.libreoffice.org/16553
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I54f4f9dff91aed11aa4c62d0ba46dd29f324607b
Reviewed-on: https://gerrit.libreoffice.org/16546
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Lower and uppercase icons look small compared to icons beside them.
Blue arrow isnt centered between the three letters and ‘C’
in uppercase seems partially cut/incomplete.
Change-Id: I9601e899b4299f15c201e2d88fa97856cb488cb9
Reviewed-on: https://gerrit.libreoffice.org/16548
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I761d84f4ca2523f2c6c55907ad135c27cf8184fb
Reviewed-on: https://gerrit.libreoffice.org/16547
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I011a4a642c12a13769e989ffbbbc077adb1a9095
Reviewed-on: https://gerrit.libreoffice.org/16544
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|