summaryrefslogtreecommitdiff
path: root/cui/uiconfig
AgeCommit message (Collapse)Author
2014-09-09fdo#45071: Remove ENABLE_NPAPI_INTO_BROWSER left-oversStephan Bergmann
...from previous commit Change-Id: I945faa6215f971ce817c6450fe0786da0696091f
2014-09-09semibold -> bold in Color Picker headingsAdolfo Jayme Barrientos
Change-Id: Ibd591ff43b0128eb8d7fb80468eb38ae68d187b2 Reviewed-on: https://gerrit.libreoffice.org/11328 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-09-02make sort list options page fill vertically and horizontallyCaolán McNamara
Change-Id: I495ab15fa9b658e54f039aede69a7a79b6296635
2014-08-22fdo#56456 fdo#75578 fdo#63271 fdo#75805 Improve hyperlink dialogThomas Arnhold
Changes made: * Rename "Back" to "Reset" like in other dialogs (eg. Writer - Format - Character). * Apply-Button, which reflects the old behavior of the dialog, and doesn't close it automatically. * Added an OK-Button, which applies the changes made and automatically closes the dialog. With this both use cases should be handled: * Inserting one single URI with simple close. * Modifying multiple URIs without closing the dialog. Hopefully all users are happy with this ;) Change-Id: I1881dee083945cd165fbb8f8444395c1b04a0607 Reviewed-on: https://gerrit.libreoffice.org/10946 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-19dangling unused .ui fileCaolán McNamara
Change-Id: Ifc1968e5474c7f252960d4b790d6f01db29cab8a
2014-08-17fdo#72333 Changed [T] description to reduce confusion.Rachit Gupta
As described in the bug report, removed Autoformat as it was creating confusion. Change-Id: Ia22ba529bd3cfa08fe86de4ba7947baef94f4061 Reviewed-on: https://gerrit.libreoffice.org/10953 Reviewed-by: Cor Nouws <oolst@nouenoff.nl> Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
2014-08-15HIG-ization of latest Persona search dialogOlivier Hallot
Fix some HIG issues with latest Persona search dialog * frames to compartimentalize options * wording of text * status messages just above dialog buttons Change-Id: I28d066e117cf1a49f2690ea44f5caca9cab9dd7d Reviewed-on: https://gerrit.libreoffice.org/10936 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-08-14Changed Select Persona Dialog.Rachit Gupta
The result buttons are visible initially but are disabled. These get enabled when the results are available. A little code clean up. Change-Id: I6217d59220d871909bd001a6c7f3636b05cdf911
2014-08-14Added title to the Select Persona Dialog.Rachit Gupta
Change-Id: Ia54e94c84e71fb794e7dec67f89306a5dd465f68
2014-08-14The "Select personas installed via extensions" label is invisible by default.Rachit Gupta
The label is not shown if there are no persona extensions installed. Change-Id: I758bb7ff7f22d56bfb7fe212908f9f5f1f3e7979
2014-08-14Improved UI: Large buttons are not shown.Rachit Gupta
* In the Personalization Tab Page, the button sizes are not affected by the presence of the preview buttons. THey remain their original size. * Added some padding and spacing to avoid cluttering of the widgets. Change-Id: Iea919b9fbfce4a7bfc82f73ccb49f94aa10ec804
2014-08-14Changed Personas installed through extensions procedure.Rachit Gupta
The UI now consists of a TreeView that lists all the personas that were installed through extensions. When the user selects any name from the list, the preview is shown in a button besides the list. If there are no extensions installed, the list stays hidden. Change-Id: I030d99549fd5b15d1104224116257ad62cdd1891
2014-08-14Moved the personas installed through extensions handling to 'own'.Rachit Gupta
Change-Id: I12baaf22bfad73e228d3ed55dcf365f8eba9cf0a
2014-08-14The Personas can be install through oxt extensions.Rachit Gupta
The user can install an oxt extension and choose his/her theme from the Personalization page. * Created a template in Common.xcs registry to hold the values for the PersonasList set. * Added 3 buttons to personalization_tab.ui to incorporate the latest 3 personas installed through extensions. * Currently, only 3 installed personas are shown alongwith the default available personas. Change-Id: I30a40ae48d17f4ed8caef33854ef88afcbec5a54
2014-08-14Added some pre-defined search terms.Rachit Gupta
The user can now enter his/her own search term or can use the commonly used search terms to browse for themes. Change-Id: Ife4ad6b820784a6321f5b916a0069a915c114c7e
2014-08-14Improved search: the images are displayed as they are downloaded.Rachit Gupta
Previously, all the search result images were displayed in one go, but now the images are shown as they are downloaded. Change-Id: I95990f36c242a0c90bd2b2fd65fd76953f46bcc2
2014-08-14Added functionality to apply default themes.Rachit Gupta
* The themes are stored in the share folder under the personas directory in the gallery. The information is stored in a personas_list.txt which contains the info in the form headerFile;footerFile;textColor;AccentColor for the default themes. * Changed the personalization_tab.ui to include _three_ buttons to show the default images. * Changed the vcl/source/app/settings.cxx to read the persona information properly in the case of default personas. * Some variable name changes. Change-Id: Ib5f2167729a5fb7eb8061925679560accb934a44
2014-08-14personas: Minor tweaks in the selection dialog.Jan Holesovsky
* make the buttons scaling * [Search] next to the input line * mnemonic widget setting Change-Id: Ia175ba33077bd87fc9cf2b87ed5aeda2b9fc7848
2014-08-14Fixed Bug: Small buttons are not visible initially.Rachit Gupta
Small ugly buttons were visible before searching. Their default visibility is set to false. Change-Id: I54baf50e4ffd7749391fbc0a48a07d7a1ffd5433
2014-08-14Changed images to buttons so they are clickable.Rachit Gupta
Changed some variable names too. Change-Id: I166d996389c84d00782cba42169c991f8f0f923e
2014-08-14The search result images are shown in the dialog.Rachit Gupta
1. Changed the UI to include a 3x3 grid of images 2. The preview images are downloaded in the thread 3. The images are downloaded in their respective folders 4. A progress label is shown Change-Id: Id87e72343d28e03b37e0c422e5ebfe1a9a37c1b5
2014-08-14select_persona_dialog.ui changed to include search.Rachit Gupta
The entered text is searched on Mozilla's test server and the result is parsed. Change-Id: I2be660b0f7f60d2bdb2c54cbc958084b87ad1e05
2014-08-04Convert RID_SVXDLG_ASSIGNCOMPONENT to .uiPalenik Mihály
Change-Id: Id38ee64e22684905c1a0809d3649e54e893580e1 Reviewed-on: https://gerrit.libreoffice.org/10710 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-03mark numbers as untranslatableStanislav Horacek
Change-Id: I644f0df042dcf414b85514d5edb05cecc8f1537a Reviewed-on: https://gerrit.libreoffice.org/10711 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
2014-07-29Converted RID_SVX_MDLG_HANGULHANJA to Widget Layout.Rachit Gupta
Also, removed the unused hrc/src files. Change-Id: Ice45dde1af7492e40e0847ead06bb26f4e58ed9c Reviewed-on: https://gerrit.libreoffice.org/10595 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-25Convert RID_SVX_MDLG_HANGULHANJA_EDIT to Widget Layout.Rachit Gupta
Change-Id: I63d61a9caeb356e6b5bd340c1f9a5415869a91a1 Reviewed-on: https://gerrit.libreoffice.org/10518 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-22deleted superfluous controls that didn't exist before conversionSzymon Kłos
Change-Id: Iba700d79466c24395a6a0b07300cd4190ef03ff7 Reviewed-on: https://gerrit.libreoffice.org/10450 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-16Convert RID_OFADLG_OPTIONS_TREE to .uiPalenik Mihály
Conflicts: cui/source/inc/treeopt.hxx cui/source/options/treeopt.cxx Change-Id: I971c7760e7252321aeca8a4f403515562a9057bb Reviewed-on: https://gerrit.libreoffice.org/10323 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-16fdo#80373: change wording to 'Area Transparency Mode'Adolfo Jayme Barrientos
... in order not to be imprecise. Also, restore Title Case: enough trouble (for l10n teams especially) is this case thing, let's be consistent. See https://bugs.freedesktop.org/80373#c12 Change-Id: Icdd61c42ed294c41d9ec5f671168a606d0f93532 Reviewed-on: https://gerrit.libreoffice.org/10314 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-11add adjustments for spinbuttonsCaolán McNamara
Change-Id: I11e8ce8fcbf468797b08a1a3101030fd07397c98
2014-07-11Convert RID_CUI_DIALOG_COLORPICKER to .uiPalenik Mihály
Conflicts: extras/source/glade/libreoffice-catalog.xml.in Change-Id: I161681859c924cc97afa9886b80005e70fa2a87c Reviewed-on: https://gerrit.libreoffice.org/10210 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-10Convert MD_ICONSELECTOR and MD_ICONCHANGE to .uiPalenik Mihály
I implemented multiple row ToolBox in MD_ICONSELECTOR. Change-Id: I0f275b2332a15f3ba37952f6a104099e4f1f1678 Reviewed-on: https://gerrit.libreoffice.org/10112 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-09Related fdo#67642: remove redundant 'Preferences' label to save some spaceAdolfo Jayme Barrientos
This label is redundant now that the dialog has a title. Change-Id: I628cc99594f7c42e9484f31d64779881e17c8f02 Reviewed-on: https://gerrit.libreoffice.org/10119 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-01hook up new drawing support to .uisCaolán McNamara
Change-Id: Id441a91e86b89bf8fe6bfd778ca09e732e054103
2014-06-24fdo#80373 Updated label to read "Image background transparency"Joel
Currently the "transparency" tab only covers image background transparency. Updated label so that users know that this tab has no impact on the transparency of the image itself. Conflicts: cui/uiconfig/ui/transparencytabpage.ui Change-Id: Ib488974b0965ee54288092b1e9ca2dc4c040547c
2014-06-24tweak sizesCaolán McNamara
Change-Id: Ica7275696b3f7e59d0db5d27811905710dce32e1
2014-06-24loop through all pages to get optimal sizeCaolán McNamara
Change-Id: Ie565ec33c8eaacb490eebcacec7662fde511e98a
2014-06-24fix spacing, mnemonics, etcCaolán McNamara
Change-Id: I9371ef04e643a32d2eadf46f555c4b7a465a5e0f
2014-06-24strip SetPosSizeCtrls down to min requiredCaolán McNamara
Change-Id: I8c198f9d1b318b35e0dc6221291bb4a57805e3ae
2014-06-24RID_SVXDLG_NEWHYPERLINK conversion to .uiSzymon Kłos
Conflicts: cui/UIConfig_cui.mk Change-Id: I8f06518f2d84e333b553c247ca3d9a28d1280eea
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper
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-06-18Convert RID_SVXFLOAT_HYPERLINK_MARKWND to .uiPalenik Mihály
Change-Id: I58d21506ec17d1c0e73dd042b94ec2ee2e3ddf11 Reviewed-on: https://gerrit.libreoffice.org/9803 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-03rather than use pixel widths, use appfont unitsCaolán McNamara
Change-Id: If9551f63ac59ffedd0bd614e4f4fe05c9047e1dc
2014-06-03MD_UPDATE_BASELINKS conversion to .uisk94
Change-Id: I98b47dc20b341375c9caae264c2213aeba6e066a Reviewed-on: https://gerrit.libreoffice.org/9620 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-01Resolves: fdo#79506 Some numbers are marked as translatableJulien Nabet
Exception: http://opengrok.libreoffice.org/xref/core/sd/source/ui/view/DocumentRenderer.src#55 Change-Id: Iecfe49b51ed68de00f1b5adfb5bca9fa793fb1f9
2014-05-27Export Config: Use ModelessDialogThomas Arnhold
The huge size of this dialog calls for a maximize button... Change-Id: I68706669ac4e10ea9d5cba5526e9f1b0eb3628b6
2014-05-22finally switch the Western language list box to SvxLanguageComboBoxEike Rathke
Change-Id: Ibf0cb4c0fa951adcd0a7f185d7dd45b06913a40d
2014-05-17calc: correct spacings for cell alignment tab pageThomas Arnhold
Looks better now, especially if you switch between "Font Effects" and "Alignment" tabs. Change-Id: Icfdd87647398352b272eaf91eeac9a21cce7a1d1
2014-05-15userinterface and currencylb are just ListBox, so GtkComboBoxTextEike Rathke
... and not the bells and whistles SvxLanguageBox. Change-Id: Icaeaeead0bd58bc05d2a9af4e9b7265de1647936
2014-05-09add missing border to GradientLBThomas Arnhold
Change-Id: I72651d514e2cf5abdce4a3323fa515426ff0438a