summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Collapse)AuthorAgeFilesLines
* make sort list options page fill vertically and horizontallyCaolán McNamara2014-09-022-3/+10
| | | | Change-Id: I495ab15fa9b658e54f039aede69a7a79b6296635
* Related fdo#82088: removing namespace alias in hxxStefan Weiberg2014-09-021-3/+1
| | | | | | | Change-Id: Iaf455e8361653bc1262cda3bccc2e798b3c60580 Reviewed-on: https://gerrit.libreoffice.org/11225 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* Resolves fdo#83278: Missing type of directory at "Tools/Options/LODev/Paths"Julien Nabet2014-08-313-0/+140
| | | | | | | | Revert "remove unused optpath.src" This reverts commit b11d0a4d2b3b65a9ca06fd1de4ec4502eef2baa9. Change-Id: I9c5f8c15b36c38e94603186cb9d2bb316bf31674
* Consistency around SdrMetricItem in svx/sderitm.hxxStephan Bergmann2014-08-251-2/+2
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I4a0715b18bc3aa032779252cad2450c905a467a4
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-2312-29/+29
| | | | | | | Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
* fdo#56456 fdo#75578 fdo#63271 fdo#75805 Improve hyperlink dialogThomas Arnhold2014-08-228-64/+85
| | | | | | | | | | | | | | | | | | | | | | | 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>
* QueryBox RID_SFXQB_SET_LANGUAGE -> MessageDialog + stringCaolán McNamara2014-08-213-10/+9
| | | | Change-Id: Ic1b5233563ff9ce3e3453b47fe86138ae2497a18
* QueryBox RID_SVXQB_DELETE_COLOR_CONFIG -> MessageDialog + stringCaolán McNamara2014-08-213-9/+7
| | | | Change-Id: I3ae71cf2fd4a8cf0db76845c60f633285bd00e27
* QueryBox QUERY_DELETE_CONFIRM -> MessageDialog + stringCaolán McNamara2014-08-213-10/+4
| | | | Change-Id: Ieae9977fd77f7b28991771a31c18e15be4a4f0dd
* QueryBox QBX_CONFIRM_RESTORE_DEFAULT -> MessageDialog + stringCaolán McNamara2014-08-214-8/+5
| | | | Change-Id: I93911342a316beaba0d33b35bda1bfa4355befe2
* QueryBox QBX_CONFIRM_DELETE_TOOLBAR -> MessageDialog + stringCaolán McNamara2014-08-214-7/+6
| | | | Change-Id: If03a966ab6519d1335903b7d76cb44c38113a4a3
* Typo: and->endJulien Nabet2014-08-211-1/+1
| | | | Change-Id: I8c3707dbf537261d7ed9a69807fc1bdeae851526
* dangling unused .ui fileCaolán McNamara2014-08-191-190/+0
| | | | Change-Id: Ifc1968e5474c7f252960d4b790d6f01db29cab8a
* Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann2014-08-181-3/+3
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I7ecf827a0713efaecb4b0eb49f9f8c06f8c59091
* Consistency around SdrPercentItem in svx/sdshtitm.hxxStephan Bergmann2014-08-182-5/+5
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I4e98c362f811c19f03766d0c78f10c795d3ac79d
* Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann2014-08-181-2/+2
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: Ib461b5d3702e00a9d7cef3229c44e3328c776e1d
* prevent out-of-bounds string accessEike Rathke2014-08-181-3/+15
| | | | | | | ... while entering a * star symbol format code and there's no fill character following the * yet. Change-Id: I006f125ceefccba6a95ea033fd434d98e5d4f1c2
* drop unnecessary shl.hxx includesCaolán McNamara2014-08-1843-42/+1
| | | | Change-Id: Ieb984987c4a4f888a563377e0500444b12f43506
* ErrorBox->MessageDialogCaolán McNamara2014-08-188-30/+27
| | | | Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
* Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann2014-08-181-10/+10
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I3734cb14b6ed8f556af85b234968682a55ac8a4c
* various unused QueryBoxesThomas Arnhold2014-08-182-20/+0
| | | | Change-Id: I6ce6aa7cc4420bf8f82a578b7985e795c99e0898
* InfoBox IBX_MNUCFG_ALREADY_INCLUDED to StringThomas Arnhold2014-08-184-5/+6
| | | | Change-Id: I343948a9a5e093f210cae1049caa92eeb614a2d7
* fdo#72333 Changed [T] description to reduce confusion.Rachit Gupta2014-08-171-1/+1
| | | | | | | | | | | 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>
* remove unused stringsThomas Arnhold2014-08-172-10/+0
| | | | Change-Id: I1665bb72203964be071835547c50440f86e1761d
* remove unused optpath.srcThomas Arnhold2014-08-173-140/+0
| | | | | | all definitions are not used and the file is never included. Change-Id: If88fab7843122bf6b5649808ea16c5fe0cc30b12
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-161-3/+3
| | | | Change-Id: Ibab89984ec94556ec368653b6db50c6c2e380dec
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-162-3/+3
| | | | | | | | 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
* fix buildMarkus Mohrhard2014-08-161-0/+1
| | | | Change-Id: I770b941c065ca41541f27d01f78727d9d0e32a7e
* WarningBox RID_SVX_MSGBOX_LANGUAGE_RESTART to StringThomas Arnhold2014-08-154-9/+6
| | | | | | As it's like RID_SVX_MSGBOX_LANGUAGE_RESTART Change-Id: I49c68537c22b348dd165fd1cfb78b67d8f3f7c88
* InfoBox RID_SVX_MSGBOX_LANGUAGE_RESTART to StringThomas Arnhold2014-08-153-7/+5
| | | | Change-Id: Ideeb3ae8aa6493fc2d2a761d46f95baf0158c6e8
* ErrorBoxes from optjava to StringThomas Arnhold2014-08-153-12/+9
| | | | Change-Id: Ia3e200277a8a47b62a1ecbc21d9a83ba35c7ef7e
* ErrorBoxes from fmsearch to StringThomas Arnhold2014-08-153-12/+10
| | | | Change-Id: I0c2d12a79e8af2125c3aad7f0a6cb873ce3b4d2c
* remove unused RID_SVXERR_OPT_DOUBLEPATHSThomas Arnhold2014-08-152-8/+0
| | | | Change-Id: I08cf8a3ecfa181fafe03e27fdbe0c43739bd4ad3
* ErrorBox RID_SVXERR_OPT_PROXYPORTS to StringThomas Arnhold2014-08-153-5/+5
| | | | Change-Id: I1ab70b37d54c11023c161f76363a36acad78de62
* fdo#48110 disable the "Automatically" currency unless already usedEike Rathke2014-08-151-1/+14
| | | | | | | | | | | | | 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
* HIG-ization of latest Persona search dialogOlivier Hallot2014-08-151-337/+398
| | | | | | | | | | | | 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>
* Replaced %1's with URL's to make the errors more descriptive.Rachit Gupta2014-08-151-0/+2
| | | | | | | Change-Id: I441085a7704eb3464e13723d8dc2ee1df833bd46 Reviewed-on: https://gerrit.libreoffice.org/10931 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
* WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist2014-08-152-2/+2
| | | | Change-Id: Ib2154a93192aa8342660b309f5307c1cb443063c
* personas: Added a TODO FIXME wrt. ssl negotiation.Jan Holesovsky2014-08-141-0/+31
| | | | Change-Id: I5f5889b6e63e8e6763abc39690adb78d48929783
* personas: Better default searches, improved error messaging.Jan Holesovsky2014-08-142-9/+10
| | | | Change-Id: I0a1303f5864516efbf69e7a0227f17e43aea4af7
* Removed hardcoded strings.Rachit Gupta2014-08-144-8/+71
| | | | | | Replaced the hardcoded strings with their CUI_RES equivalents. Change-Id: I1f4e0451839cd9fe10aa9d1c5ae82af9fa13dc4e
* Changed Select Persona Dialog.Rachit Gupta2014-08-142-19/+20
| | | | | | | | | 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
* Added title to the Select Persona Dialog.Rachit Gupta2014-08-141-1/+3
| | | | Change-Id: Ia54e94c84e71fb794e7dec67f89306a5dd465f68
* Fixed crash when cancel is clicked without searching.Rachit Gupta2014-08-141-1/+2
| | | | Change-Id: I67ca901270874794ec55d5b7db2cd18e6d3a997d
* Fixed thread related issues.Rachit Gupta2014-08-142-5/+26
| | | | | | | | | | | | | | | | | 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
* The "Select personas installed via extensions" label is invisible by default.Rachit Gupta2014-08-143-2/+5
| | | | | | The label is not shown if there are no persona extensions installed. Change-Id: I758bb7ff7f22d56bfb7fe212908f9f5f1f3e7979
* Improved UI: Large buttons are not shown.Rachit Gupta2014-08-141-3/+3
| | | | | | | | | * 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
* Minor fix: Own persona selected when user selects installed persona.Rachit Gupta2014-08-141-0/+2
| | | | Change-Id: I5ecd9e3b4a9b878cf5aeb2ccce2e51b45ce9a70a
* Changed Personas installed through extensions procedure.Rachit Gupta2014-08-143-65/+46
| | | | | | | | | | 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
* Moved the personas installed through extensions handling to 'own'.Rachit Gupta2014-08-143-64/+97
| | | | Change-Id: I12baaf22bfad73e228d3ed55dcf365f8eba9cf0a