summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig
AgeCommit message (Collapse)AuthorFilesLines
2015-06-06tdf#91911 Start Center: Use a different icon for Recent FilesAdolfo Jayme Barrientos1-1/+1
Icon imported from Adwaita (32x32/emblems/emblem-documents.png) Change-Id: I4889644c5d253e1c9b722789336d911b7cdd8af9
2015-06-02tdf#88178 Avoid naming two distinct buttons the same…Adolfo Jayme Barrientos1-1/+1
… when these are in the same screen. Change-Id: I4e162a485f4511ae3e008446d5712562562ed64f
2015-04-13tdf#90478: Show the right default format when savingJuan A. Suarez Romero1-2/+2
When saving a file that is not in ODF format (the default format), there is a dialog asking if should keep the original format or rather use ODF. But the default format can be changed to a different one than ODF. And the dialog will still assume the ODF is the default one. This commit fixes the wording in the dialog to use the the default format instead of hard-coded ODF. In order to keep the text simple, instead of using the long name for the default format, it uses the proper file extension. So if for example changes from ODF to Microsoft Word 97 default format, and saving a non-Word document, the dialog will ask user if document should be saved in default DOC format. Change-Id: I0b259af9eca61161ec8a3d7e72d4722b5afdf4b4 Reviewed-on: https://gerrit.libreoffice.org/15170 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
2015-04-09Related: tdf#87675 "Edit" Button for linked style in edit paragraph styleHeena Gupta1-0/+11
Change-Id: Ibb80d88865048e178a8d3e93cb9737881dd9f102 Reviewed-on: https://gerrit.libreoffice.org/13785 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-03Resolves: tdf#89885 use a readonly GtkEntry for locationCaolán McNamara1-6/+3
Change-Id: I324d5e0776da942eae62984b96951d9947702b49
2015-02-06fdo#87675: Disable 'edit' when next style is same as current one.Heena Gupta1-5/+1
Change-Id: Ifd149890460c44dc3eececc06a36f1b76d46929b Reviewed-on: https://gerrit.libreoffice.org/13811 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-02-06fdo#87675-"Edit" Button for next style in edit paragraph styleHeena Gupta1-0/+15
Change-Id: I1a4888b869df7f242244bed2fef36996450eec23 Reviewed-on: https://gerrit.libreoffice.org/13639 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-01-21add has-focus .ui supportCaolán McNamara1-0/+1
Change-Id: Ifd95d9fa74f6cbba989c05aae2a225a85b78c9f1
2015-01-21Resolves: fdo#88562 convert filename widget from ro-edit to selectable-labelCaolán McNamara1-5/+6
Change-Id: I56205bf5c28b6196aae10ecfa658111768f0e433
2015-01-21Related: fdo#88562 Nothing actually sets ID_FILETP_READONLY or ID_FILETP_TITLECaolán McNamara1-17/+58
so docs cannot be toggled r/o r/w from properties page or the file name changed. Unkink the logic a bit based on that and move now static widget settings to .ui and remove unused checkbox Change-Id: Ic55e41be8ffd02e214a233a2eb90736c070b5418
2015-01-14Resolves: fdo#87353 Start Center 'Help' button not functioning any moreCaolán McNamara1-2/+16
Change-Id: I81607ea1951c4a71c003e639b3ebe871a6943374
2015-01-01Bump copyright year to 2015Andras Timar1-1/+1
Change-Id: I18f2abfeee3b7e440aace632aec1296a1beab1f7
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky4-4/+0
As agreed with Adolfo (and others) at the Design hangout on 2014-12-10. Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df
2014-11-11HIG fixes for sfx2Adolfo Jayme Barrientos20-389/+213
Change-Id: Ide13fff6a3d5d82847c4886967283cb4b59bcfbb Reviewed-on: https://gerrit.libreoffice.org/12321 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-30HIG fixes for Document Properties dialogAdolfo Jayme Barrientos4-37/+47
* Add missing colons to labels that precede controls * Standardize Help button’s position * Better label for Add Property button * Add a frame for the lonely Embed Fonts option Change-Id: If12708161f2345e66ab3f49fd744bcad00d4ecc6 Reviewed-on: https://gerrit.libreoffice.org/12096 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-23Related: fdo#83003 Jay wants equal space above and below this buttonCaolán McNamara1-2/+1
Change-Id: I9babf256eabfd8a168097e28d0a9ffae0e281403
2014-10-22Save precious vertical space by removing some redundant heading labelsAdolfo Jayme Barrientos3-172/+52
Change-Id: I6aaa7602f57f6cb2d0f9bc3ee897a9c3576d47d3 Reviewed-on: https://gerrit.libreoffice.org/12012 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-14Resolves: fdo#72587 make template dialog ModalCaolán McNamara1-0/+3
Change-Id: Iefb63bc7cdbff2217f16c1a72fc271361227588b
2014-10-09Resolves: fdo#83003 provide a means to return from template viewCaolán McNamara1-57/+82
Change-Id: Ie6d2cfb5ee28fbd9395a49fa074a252c9c6e20ec
2014-10-09Add missing title to Template Properties dialogAdolfo Jayme Barrientos1-2/+5
And disable manual resizing Change-Id: I3c78b09930833eb84bbd84a553d2f07ff8573e0b Reviewed-on: https://gerrit.libreoffice.org/11870 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos1-1/+1
Second pass. Change-Id: Ic4702d2ca7a9d54ee4712dcd073006f16b2d5d1d Reviewed-on: https://gerrit.libreoffice.org/11669 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-27border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos2-5/+5
I know the old GNOME HIG mentions extra spacing for queries, but I’ve never understood why -- not even GNOME itself respects that rule. It just looks inconsistent and wastes space. Change-Id: I181f800957f69b0943369791e460c7273b6b08f6 Reviewed-on: https://gerrit.libreoffice.org/11658 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-27fdo#84376 Add missing title to the Template Manager dialogAdolfo Jayme Barrientos1-2/+3
Change-Id: I514cc4354950119caa4c16d0ccb6b9d18290dee3 Reviewed-on: https://gerrit.libreoffice.org/11659 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-25Start Center Template Manager TweaksEfe Gürkan YALAMAN1-1/+1
Template Manager and the related Start Center view has same transparent highlight color as Recent Documents. Also Template thumbnail containers should have the same size as Recent Docs view. Change-Id: I22e417a5c5ca5a849577d5a438a193371368fe24 Reviewed-on: https://gerrit.libreoffice.org/11467 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-02convert SID_RECORDING_FLOATWINDOW to .uiCaolán McNamara1-0/+53
Change-Id: Iae3f0269e5e7f830465580dc4a520ba01ef87a79
2014-08-31More mushrooms...Olivier Hallot4-17/+74
More help buttons missing in dialogs. Change-Id: I9274f3774955f5bb8a470e2e1ad25b3f5723d377 Reviewed-on: https://gerrit.libreoffice.org/11217 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-20add a VclViewportCaolán McNamara1-10/+15
like GtkViewport so that the scrolled region will be clipped, which also has the side-effect of stopping glade clobbering the non view-port scrolled .ui files on editing Change-Id: Ic64174b3a35b77f068e0085cdc7721aeb33f1d82
2014-08-18versionofdialog: define default buttonThomas Arnhold1-1/+2
Change-Id: I2636555d9351b59572eebcf4d3f420da33674e3a
2014-08-15convert WIN_HELPINDEX sport to .uiCaolán McNamara1-0/+106
Change-Id: I80d1f3f3cb4e062bc19489205e325bc4ff17b3c6
2014-08-14Fixed the Templates buttonEfe Gürkan YALAMAN1-12/+1
It works as a button. When clicked the triangle works as dropdown. Change-Id: Ib4e3b6a1832efef3382e7bd01b06d2ff8d4e7543
2014-08-14All templates option addedEfe Gürkan YALAMAN1-1/+9
Change-Id: I622d5d6fd7fa7be474fa56abf67a1a62fddbcf60
2014-08-14Some code cleanupEfe Gürkan YALAMAN1-8/+1
SetupButton function overloaded for MenuButton type. Change-Id: Ib171c7590a59ad360dd8ebab1039d3eba5d565ef
2014-08-14Template Filtering ImplementationEfe Gürkan YALAMAN1-3/+58
Change-Id: I9270136afeaadbbe16c408e6e7d2fbde5b53d324
2014-08-14Code CleanupEfe Gürkan YALAMAN1-215/+2
Some unneccesary code cleaned up. Change-Id: Iebc43ddc8276d5865c640b7fa955152a3361eb36
2014-08-14Initial TemplateBar moved from TemplateManagerEfe Gürkan YALAMAN1-54/+188
Change-Id: I335e69de31bd64e7c4504a58d7652f755491af33
2014-08-14ViewBar moved to Start CenterEfe Gürkan YALAMAN1-4/+83
View bar moved to the start center without handlers. Visible but useless ATM. Change-Id: I1cb64faa1ee86b19ecbb793351c8c11362ef799e
2014-08-14Moving TemplateLocalView to the StartCenterEfe Gürkan YALAMAN1-41/+69
Added TemplateLocalView to the StartCenter. "Templates" Button will hide RecentDocs and show TemplateLocal view. Change-Id: I34fc7f6ed0d819cf0c29dd89ee154408c5d8434f
2014-08-05fdo#82017: Rename 'Close without saving' button to 'Don't Save'.Adolfo Jayme Barrientos1-3/+4
It matches other applications both in Windows and OS X. Users expect to press the 'D' key to activate this button. Also, it's shorter. Change-Id: I08f80fd9dbfbc5e2a5dc69ff2f72d55b80ccda5a Reviewed-on: https://gerrit.libreoffice.org/10685 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2014-07-25Remove 1 px border around Start CenterAdolfo Jayme Barrientos1-1/+1
It leaks workspace background color (behind the sheet in Writer etc.), which looks bad as it's much darker now under Windows and OS X. Change-Id: I29034be86d3cf5537384b325fc6734b4dc05f077 Reviewed-on: https://gerrit.libreoffice.org/10521 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-11Convert DLG_TEMPLATE_INFORMATION to .uiPalenik Mihály1-0/+79
Change-Id: I66469c17a46c1157b8e3801c0dc2b252c569a4bd Reviewed-on: https://gerrit.libreoffice.org/10213 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-10make label translatableAndras Timar1-1/+1
Change-Id: I1e7703489ad9c41efbd22863fc9dbe86afee5e3e
2014-07-10MD_DDE_LINKEDIT conversion to .uiSzymon Kłos1-0/+198
Change-Id: Id058400bad5a8b100ef5a07060ea1c5013c6e6d6 Reviewed-on: https://gerrit.libreoffice.org/10146 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-07Resolves fdo#80477: duplicate key for Help button in Start CenterAdolfo Jayme Barrientos1-2/+1
Change-Id: If46baf8613c6202e84a985ad7e2ce658e1d42193 Reviewed-on: https://gerrit.libreoffice.org/10102 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper6-9/+9
Change-Id: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9 Reviewed-on: https://gerrit.libreoffice.org/9858 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-27Resolves: fdo#79275 File Properties dialog’s layout is subparCaolán McNamara1-99/+87
Change-Id: I594d93c0630528841a1f243e6b6e9eda67b6138d
2014-04-03Resolves: fdo#76486 Uniform Arrangement of the Help ButtonCaolán McNamara1-14/+11
Change-Id: If59c5c4901aeec404099c810a021eea8b8b3d3ab
2014-03-11convert load template dialog to .uiCaolán McNamara1-0/+358
and merge the expander and the "show preview" checkbox to be the same thing, i.e. expanded is showing, and not expanded is not showing Change-Id: I10e43bc36a0e2e5d1286a4dbad793ee3a700c97c
2014-03-05convert help contents page to .uiCaolán McNamara1-0/+45
Change-Id: I9ffd2881bfbf51749d69d7fc1af2d74335d8e3f4
2014-03-05convert help search page to .uiCaolán McNamara1-0/+156
Change-Id: Ib40ab75ce04c60df29895b0b14450d507d67db23
2014-03-05convert help index page to .uiCaolán McNamara1-0/+74
Change-Id: I2d3b5311b8f40350f6d9524f802cb074c175ffaa