summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2014-08-21Typo: and->endJulien Nabet
Change-Id: I8c3707dbf537261d7ed9a69807fc1bdeae851526
2014-08-19dangling unused .ui fileCaolán McNamara
Change-Id: Ifc1968e5474c7f252960d4b790d6f01db29cab8a
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I7ecf827a0713efaecb4b0eb49f9f8c06f8c59091
2014-08-18Consistency around SdrPercentItem in svx/sdshtitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I4e98c362f811c19f03766d0c78f10c795d3ac79d
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: Ib461b5d3702e00a9d7cef3229c44e3328c776e1d
2014-08-18prevent out-of-bounds string accessEike Rathke
... while entering a * star symbol format code and there's no fill character following the * yet. Change-Id: I006f125ceefccba6a95ea033fd434d98e5d4f1c2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
Change-Id: Ieb984987c4a4f888a563377e0500444b12f43506
2014-08-18ErrorBox->MessageDialogCaolán McNamara
Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I3734cb14b6ed8f556af85b234968682a55ac8a4c
2014-08-18various unused QueryBoxesThomas Arnhold
Change-Id: I6ce6aa7cc4420bf8f82a578b7985e795c99e0898
2014-08-18InfoBox IBX_MNUCFG_ALREADY_INCLUDED to StringThomas Arnhold
Change-Id: I343948a9a5e093f210cae1049caa92eeb614a2d7
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-17remove unused stringsThomas Arnhold
Change-Id: I1665bb72203964be071835547c50440f86e1761d
2014-08-17remove unused optpath.srcThomas Arnhold
all definitions are not used and the file is never included. Change-Id: If88fab7843122bf6b5649808ea16c5fe0cc30b12
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
Change-Id: Ibab89984ec94556ec368653b6db50c6c2e380dec
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
Instead of a mix of sal_uIntPtr, sal_uLong, int, and so on. Also change CONTAINER_ENTRY_NOTFOUND=ULONG_MAX to SAL_MAX_SIZE as return value in case of failure and in the related tests. Change-Id: Ie778a849253b4be84fbcdab9557b7c4240233927
2014-08-16fix buildMarkus Mohrhard
Change-Id: I770b941c065ca41541f27d01f78727d9d0e32a7e
2014-08-15WarningBox RID_SVX_MSGBOX_LANGUAGE_RESTART to StringThomas Arnhold
As it's like RID_SVX_MSGBOX_LANGUAGE_RESTART Change-Id: I49c68537c22b348dd165fd1cfb78b67d8f3f7c88
2014-08-15InfoBox RID_SVX_MSGBOX_LANGUAGE_RESTART to StringThomas Arnhold
Change-Id: Ideeb3ae8aa6493fc2d2a761d46f95baf0158c6e8
2014-08-15ErrorBoxes from optjava to StringThomas Arnhold
Change-Id: Ia3e200277a8a47b62a1ecbc21d9a83ba35c7ef7e
2014-08-15ErrorBoxes from fmsearch to StringThomas Arnhold
Change-Id: I0c2d12a79e8af2125c3aad7f0a6cb873ce3b4d2c
2014-08-15remove unused RID_SVXERR_OPT_DOUBLEPATHSThomas Arnhold
Change-Id: I08cf8a3ecfa181fafe03e27fdbe0c43739bd4ad3
2014-08-15ErrorBox RID_SVXERR_OPT_PROXYPORTS to StringThomas Arnhold
Change-Id: I1ab70b37d54c11023c161f76363a36acad78de62
2014-08-15fdo#48110 disable the "Automatically" currency unless already usedEike Rathke
This disables the "Automatically" currency listbox entry in the number formats dialog and makes it unselectable, unless such currency format was already used at the current position of a loaded document. Getting completely rid of the listbox entry if not used is more cumbersome as the positions are tied to the list entries in SvxNumberFormatShell::aCurCurrencyList, but at least the disabled entry prevents accidental or ill intended selection of that awkward format. Change-Id: I16f3e88feede34e3f83afb108f253fb53d82d34d
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-15Replaced %1's with URL's to make the errors more descriptive.Rachit Gupta
Change-Id: I441085a7704eb3464e13723d8dc2ee1df833bd46 Reviewed-on: https://gerrit.libreoffice.org/10931 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2014-08-15WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist
Change-Id: Ib2154a93192aa8342660b309f5307c1cb443063c
2014-08-14personas: Added a TODO FIXME wrt. ssl negotiation.Jan Holesovsky
Change-Id: I5f5889b6e63e8e6763abc39690adb78d48929783
2014-08-14personas: Better default searches, improved error messaging.Jan Holesovsky
Change-Id: I0a1303f5864516efbf69e7a0227f17e43aea4af7
2014-08-14Removed hardcoded strings.Rachit Gupta
Replaced the hardcoded strings with their CUI_RES equivalents. Change-Id: I1f4e0451839cd9fe10aa9d1c5ae82af9fa13dc4e
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-14Fixed crash when cancel is clicked without searching.Rachit Gupta
Change-Id: I67ca901270874794ec55d5b7db2cd18e6d3a997d
2014-08-14Fixed thread related issues.Rachit Gupta
Added a data member m_bExecute which defaults to true but is set to false when StopExecution is called. During execution, the member's value is checked at various positions, if it is false, the execution is stopped by returning from the execute method. Following issues have been resolved: * Multiple searches can be performed. The previous search is halted. * Cancel button can be pressed in between any search or application of the persona. * A theme can be selected and applied by clicking on OK while the search is being done. Change-Id: Ic76c224ca0d317a6e1a44b3e8933a3ba50b371cb
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-14Minor fix: Own persona selected when user selects installed persona.Rachit Gupta
Change-Id: I5ecd9e3b4a9b878cf5aeb2ccce2e51b45ce9a70a
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-14Fixed Bug: Persona info is deleted if No Persona is selected.Rachit Gupta
If the user selects 'Plain look..' and clicks OK, the previous persona information is removed from the registry so that if the user selects either of the other option and clicks OK, the previous theme is not applied. Change-Id: I5f6a707e5f2724d2a3c39965d155cf47c898d392
2014-08-14Dropped 'Persona' from the properties in PersonasEntry template.Rachit Gupta
Change-Id: Ic662f59c084eacc7e99762c3e94fbcc191629557
2014-08-14Changed application of personas through extensions procedure.Rachit Gupta
The PersonasEntry template in the registry now stores the setting as splitted values rather than ';' separated terms. The corresponding ';' separated setting is prepared and stored. Change-Id: I154d519c475a48763a75b5c35ad20f170c1d7996
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-14Fixed Typo.Rachit Gupta
Change-Id: I8d0b34e0c34c349baaa7c9a56fd1e6cfe3ad6934
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-14The selected theme is shown in the progress label.Rachit Gupta
The name of the theme is displayed in the progress label whenever the user clicks on one of the results. Change-Id: I4810c9e5faec1b1a5156716b9a62b1256951425c
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-14Code cleanup.Rachit Gupta
Change-Id: Ifefc528b425ed9ae7f1cdba47282a4f0875bd728