summaryrefslogtreecommitdiff
path: root/sw/uiconfig
AgeCommit message (Collapse)Author
2015-03-06gdk_window_move_region is not helpfulCaolán McNamara
looking into gtk it doesn't move anything, it just exposes the moved from and moved to areas to force them to be redrawn, its not in practice an optimization Change-Id: I38ea91d2463094bab50c436302022849986a3b0c
2015-02-28tdf#81475 Unhiding of entries in the standard and formatting toolbarsYousuf Philips
Change-Id: Icd572dd7ce723517f3d45ce932230e346bedc261 Reviewed-on: https://gerrit.libreoffice.org/14674 Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-02-17tdf#89085 Edit page break does not open proper tabRishabh Kumar
Current Behavior : opens a random tab Expected behavior : open Text Flow tab Change-Id: I4bbd9dcf2bbbb237d5d70ef07b88f40be9681e7a Reviewed-on: https://gerrit.libreoffice.org/14486 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-13tdf#83955 enable insert comment and rearrange buttonsYousuf Philips
Change-Id: I57da2e38a555c75f674885d736a82adbc8f81224 Reviewed-on: https://gerrit.libreoffice.org/14450 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-03Typo: comparision->comparisonJulien Nabet
Change-Id: I08206b7a185a133c18dbb7a09985e3a94736c1e9
2015-02-02sw: don't expose RSID as-is in optcomparisonMiklos Vajna
Probably most users have no idea what an RSID is, try to describe it instead. Change-Id: I60e9d3729c55646b7877411614346b75e7e2c8d2
2015-02-02tdf#68183 sw: config option for disabling the creation of automatic RSID marksMiklos Vajna
It was a problem since the initial commit 062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c (sw: Improved document comparison based on RSIDs., 2011-12-22) that this new feature -- which is annoying for some use-cases -- could not be disabled, let's allow that. Change-Id: I33fa77382919586fb00198246f737caa68dcbd85 Reviewed-on: https://gerrit.libreoffice.org/14277 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-01-30tdf#88763 The orca screen reader does not speak control namesNiklas Johansson
It seems the controls aren't linked with the labels in the outline numbering dialog box (Tools - Outline Numbering). Add info about mnemonic_widget to the labels. There is still a pending issue with separator before/after which I guess should be grouped in a frame, but I'm not confident enough with Glade or it's ui format to try and fix it at the moment. Change-Id: I8dffef703ba03dca31a356426aa5b8a9bc1103be Reviewed-on: https://gerrit.libreoffice.org/14255 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-15Revert "fdo#88157 Remove misused frames from 4 of n dialogs"Caolán McNamara
This reverts commit 8c291bb13335fc73785eab2bba81b37a5161d6b4 because a pile of stuff then crashes, its not sufficient to remove things from .ui files if there are still used but the cxx. e.g. opencl options page Change-Id: Ice608af7e4a3f7798183a45602715ab04afbc87a
2015-01-14fdo#88157 Remove misused frames from 4 of n dialogsAdolfo Jayme Barrientos
Frames are meant to group together sets of related controls. It is a mistake to use them to label just a single UI control. Change-Id: I2666eefd6f6986825e48879ed3fb5b8d55f3e0d0 Reviewed-on: https://gerrit.libreoffice.org/13865 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-14Use the same advanced Ellipse and Rectangle shapes in writer as drawCaolán McNamara
i.e. reconcile writer with draw/impress wrt. commit 0e9faf7a0f8c76b50d9a9354d5fab5d1ad4af821 Author: Petr Mladek <pmladek@suse.cz> Date: Fri Apr 22 16:51:58 2011 +0200 sd-toolbar-advanced-shapes.diff: used advanced Ellipse and Rectangle shapes they allow to wrap text according to the shape which is a very nice feature (bnc#171052) Change-Id: I0bddfe65030f3515bcb5a30f2886d3ad17a72b0d
2015-01-12radio check top/center/bottom alignment for table cellsCaolán McNamara
Change-Id: I30b51510ac5fbfb3c1dd09e0f86a246a8b516f1e
2015-01-05fdo#81475 Improvements to writer web standard toolbarYousuf Philips
Change-Id: I97ef822e41d231984e251c550f5643067d4a09f1 Reviewed-on: https://gerrit.libreoffice.org/13737 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05Improve String in Options-Writer-TableOlivier Hallot
Change "Default" to "New Table Defaults" Change-Id: Icbc254e5c7529e3b07995fcdd04c3dfb0eb32ea6 Reviewed-on: https://gerrit.libreoffice.org/13598 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-26fdo#81475 rearrangement of writer's frame toolbarYousuf Philips
Change-Id: I0c6b7469aba62a8d427ffebfdcc9f6212fb3fd3f Reviewed-on: https://gerrit.libreoffice.org/13663 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-23fdo#81475 addition of 'Add Caption' button to table toolbarYousuf Philips
Change-Id: I32ea84e4b068158199af5472e576070593ec93ec Reviewed-on: https://gerrit.libreoffice.org/13621 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-22organize standard and formatting toolbars for writer webYousuf Philips
Change-Id: I4ad13c79274f76133d4c23096ecb01665eaa8d9f Reviewed-on: https://gerrit.libreoffice.org/13572 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-22fdo#85945 reorganize the file menu and set global shortcut for .uno:CloseDocYousuf Philips
Change-Id: Idca217184719eb7c5679af65f9ab1536d615c284 Reviewed-on: https://gerrit.libreoffice.org/13571 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-19changes sidebar: Better look of the buttons.Jan Holesovsky
Change-Id: I68fd844b3dbc3731c45c99fc7db4c3990e3073bc
2014-12-19changes sidebar: Manage Changes (Redlining) panel instead of the dialog box.Jan Holesovsky
Change-Id: I4fd415845e2732ee8ef0567b8c58b878bb52fac8
2014-12-18Typo: .uno:*TracedChange -> .uno:*TrackedChange.Jan Holesovsky
Change-Id: I173728b9f800b6a9c6e81d496a268b4e42cf4db9
2014-12-15fdo#86671 Swap default order of Yes/No to suit what Windows users expectAdolfo Jayme Barrientos
Change-Id: Iac3917c42ff70b6cd594355fe5296aff97cb70b9 Reviewed-on: https://gerrit.libreoffice.org/13453 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky
As agreed with Adolfo (and others) at the Design hangout on 2014-12-10. Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df
2014-12-09fdo#86619 removal of less used table context menu itemsYousuf Philips
Change-Id: I0a1a329945958080aa8d41e5bf6257471f8ebf84 Reviewed-on: https://gerrit.libreoffice.org/13394 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-09fdo#86871 (part) replace "..." in UI buttonsOlivier Hallot
Replace single ellipsis in buttons of sw/ Change-Id: I45737508d05d65ca7ed223672cfa5bc7bd66b5bc Reviewed-on: https://gerrit.libreoffice.org/13342 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-09fdo#86647 add 'Table Boundaries' to the View menuYousuf Philips
Change-Id: I420d866d77e3c453d6ea4edd55739b1d1dfc68b1 Reviewed-on: https://gerrit.libreoffice.org/13333 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-09related fdo#62879 replace "section" in dialog for read-only contentStanislav Horacek
because the dialog is not specific for sections Change-Id: I07b127a315ea7122aa37d64461b9b0271a52c754 Reviewed-on: https://gerrit.libreoffice.org/13347 Reviewed-by: Wesley J. Landaker <wjl@icecavern.net> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-07Revert "fdo#81475 Writer doesn't have ParaspaceIncrease/Decrease commands"Maxim Monastirsky
Now that we have these commands in place. This reverts commit 503379fa0b06b66ab6f2bbedc73cdcb056545330.
2014-12-02fdo#81475 reorganization of writer's table toolbarYousuf Philips
Change-Id: I3672fa8e32975723d58e92fe3eceafc2e8993646 Reviewed-on: https://gerrit.libreoffice.org/13267 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-02fdo#86184 addition of .uno:Graphic to writer's view menuYousuf Philips
Change-Id: I08e259173f3cb3f214e478f57e5c0a27e6baabb9 Reviewed-on: https://gerrit.libreoffice.org/13263 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-02fdo#81475 Writer doesn't have ParaspaceIncrease/Decrease commandsMaxim Monastirsky
Change-Id: I963b57728e25daf77c78cc046afaade092422e41
2014-12-01fdo#86871: better button label in Index/ContentsOlivier Hallot
Change the ellipsis button label Insert -> Table of Contents -> Index and Table of contents tab -> Create from -> Styles -> ... This last ellipsis means actually "Assign styles...". Change-Id: I22d761891d212240aedfe26ce3885b1ded2dcc1a Reviewed-on: https://gerrit.libreoffice.org/13207 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-30fdo#85820 move insert table to table menu in writer related appsYousuf Philips
Change-Id: I90a44d9e826558a80174a452626c8e8438e25666 Reviewed-on: https://gerrit.libreoffice.org/13198 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-11-29fdo#86035 removed uno:InsertDraw and added shapes submenu to writerYousuf Philips
Change-Id: I66a762ac267f48b9866d6ccb0fec9542eec52aaa Reviewed-on: https://gerrit.libreoffice.org/13188 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-11-29fdo#86035 removed shapes and textbox from writer web as they dont functionYousuf Philips
Change-Id: Ia6b1c7f9d7ad3cdf9dd5aa06d1c0ba86a71607ab Reviewed-on: https://gerrit.libreoffice.org/13187 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-11-27fdo#81475 rearrange, add and remove entries from toolbarsYousuf Philips
Change-Id: Ibc01c13947524c272c143058f451a75ad087913d Reviewed-on: https://gerrit.libreoffice.org/13143 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-27sw: Swap Zoom In and Zoom out in the preview toolbars.Jan Holesovsky
Zoom Out is expected to be on the left, as in the status bar. Change-Id: Ie2a678af407ead0ae40ab7d89f435c8bfb7d8b8e
2014-11-25fdo#86185: sw: Line Numbering dialog: fix "Format" combo boxMichael Stahl
(regression from a2feb420fa547b89bff5e0c6f848e22f503e6602) Change-Id: I211910ba12fa1f2ce578bf467169a239ddf83e1f
2014-11-25fdo#84848 enable 'save as' button in toolbarYousuf Philips
Change-Id: Ie84ad526f6756e996e1955610d0a9c627d1e0c8c Reviewed-on: https://gerrit.libreoffice.org/13060 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-25Save vertical space by putting labels and checkboxes in the same row…Adolfo Jayme Barrientos
... as dialog buttons. Change-Id: Ieea882b467c87093e7648590bbf14fe6dfa0b7ee Reviewed-on: https://gerrit.libreoffice.org/13061 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-23writer: Add some separators in the toolbar for easier orientation.Jan Holesovsky
Change-Id: I48075e09115a7c53bbf8ff0a9e98a0c249618475
2014-11-18fdo#81475 moving alignment buttons back to original placeYousuf Philips
Change-Id: I10f9d4423ae039f304ff1e29e98eda21c961a93e Reviewed-on: https://gerrit.libreoffice.org/12420 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-18fdo#80838 rearranging the buttons in the toolbarYousuf Philips
Change-Id: I4452374d372ff49533cea4d07fc79c3adb730f84 Reviewed-on: https://gerrit.libreoffice.org/12390 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-18fdo#76937 Improve organization and layout in Position tabsAdolfo Jayme Barrientos
Change-Id: I55e08db1c4c32d0e2a1def293d1d42abb6717cb0 Reviewed-on: https://gerrit.libreoffice.org/12520 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-13More HIG fixes for swAdolfo Jayme Barrientos
Change-Id: I7aa36de06b70da68625ed860b330fdcf62d48de5 Reviewed-on: https://gerrit.libreoffice.org/12400 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-13fdo#86252: Menu 'Merge Documents' is at wrong positionCor Nouws
Fixing a small mistake that slipped through with the many great improvements Change-Id: I252f2f05e6d624094507cc1f825faab5912e006e Reviewed-on: https://gerrit.libreoffice.org/12407 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-11fdo#86035 added menu items for shapes and text box and did small rearrangementYousuf Philips
Change-Id: If37446116dc4022d88e46af1af610bc70ce7db78 Reviewed-on: https://gerrit.libreoffice.org/12327 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-10Related: fdo#85111 put a box around xml filter settings controlCaolán McNamara
and writer->insert->table->autoformat and calc->data->consolidate and calc->insert->sheet Change-Id: I7c89d9f01747a00b906afe3c762b747df6872869
2014-11-09HIG fixes in swAdolfo Jayme Barrientos
Change-Id: I0d70e69909f6e58784aa4bc7cf03ae9f4219c992 Reviewed-on: https://gerrit.libreoffice.org/12312 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-09fdo#86050 Let LibreOffice add scrollbars to widgets only when necessaryAdolfo Jayme Barrientos
Change-Id: I1a930a413c071d4d0c8855315dc85339e01b7d9b Reviewed-on: https://gerrit.libreoffice.org/12322 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>