summaryrefslogtreecommitdiff
path: root/cui/source/options
AgeCommit message (Collapse)AuthorFilesLines
2013-01-31move color options .ui to right place and adapt codeCaolán McNamara1-2/+1
Change-Id: I645775bcec9993a2d8fd4b5ea67197ad3b2a9e03
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-4/+3
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-30WaE: unused function 'GetGroup'Tor Lillqvist1-15/+0
Change-Id: I6105b293eef0c74688dfde5172c30590cfea62ec
2013-01-29loplugin: remove some unused strings, etc.Caolán McNamara3-3/+2
Change-Id: Ic18ca82a49ec346240a667462e73184694ce8feb
2013-01-29move color scheme options .ui to right place and adapt codeCaolán McNamara4-1323/+417
a side effect of this painfully tricky rework is that we recover an apparently long lost initial "ON" column in tools->options->appearance Change-Id: I262feae14e9f8a21f46103e35256687e66a13c7c
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-1/+1
Change-Id: If4e8312dae6bc5eb8bb7655cf250f06ab37b7e5c
2013-01-28fdo#46808, Adapt setup::UpdateCheckConfig UNO services to new styleNoel Grandin1-13/+6
The services already existed, it just did not have an IDL file. Change-Id: Iae319545e5bf2384ede0992715a4879554605a22
2013-01-27move accessibility options .ui to right place and adapt codeCaolán McNamara4-295/+47
getting rid a pile of custom widget moving code Change-Id: I68879f9ebaf28629c4759315b318b390a985a544
2013-01-26get rid of some XubStringsCaolán McNamara1-6/+6
Change-Id: Ie522330aa1470677ddcc8f9e6d76bbf4a63a9712
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith5-27/+20
removed temporarily added OUString(...GetSavedValue()...) constructs again Change-Id: I11477654d217a5ae127c1ef1b19cbff56ed052a6
2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara2-4/+4
Change-Id: I4922b719bf819879909e9949bf7946f20914d1e5
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac11-82/+74
Also used the new OUString::number(...) methods. Change-Id: I3174c43d56d1ae359901bb8a13fe0096f2c74808 Reviewed-on: https://gerrit.libreoffice.org/1766 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-22tools/string.hxx: add operator==/!= for OUString/StringMichael Stahl1-7/+7
This has the disadvantage that it makes comparisons involving fast OUString concatenation via operator+ ambiguous, as can be seen in scriptdlg.cxx, but it allows comparing String and OUString wihout explicit conversion, which is nice for incrementally converting code. Change-Id: Ibfc728bdb161a01e0f8311915c97bcbba8b58c0b Reviewed-on: https://gerrit.libreoffice.org/1803 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith9-30/+30
replaced lots of Len() with isEmpty() Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0 Reviewed-on: https://gerrit.libreoffice.org/1795 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist1-2/+2
So just check MACOSX in the sources, and don't pass any -DQUARTZ to compilations. Change-Id: Ia1de6024810f81f1eea01b8eb0b885d9d1ee8e20
2013-01-09fdo#46808, use new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin1-4/+4
.. everywhere that was using createWithServiceFactory, and delete the old method. Change-Id: I02cb2bfbcc2390494383579d2f14caa4fc5b8014
2013-01-04Personas: Broadcast the information that the Persona has changed.Jan Holesovsky1-0/+8
Change-Id: Ic563204c1a1a64d315e3e73dff30b6a6d05cfd87
2013-01-04Personas: More robust Persona URL handling.Jan Holesovsky1-3/+17
Change-Id: I55fa2570decd52e978747e589887f2fe972812c8
2013-01-04Personas: The Personas implementation is actually not Windows-specific.Jan Holesovsky1-12/+0
Change-Id: I33d13cfece22c080e2204d7df10d3e9414b507b7
2013-01-04Personas: Read the bitmaps in StyleSettings.Jan Holesovsky1-2/+2
Change-Id: I52b67c82f69059a7d2babf1b49e59f27062cc02c
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2-25/+16
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-10de:Interner Test -> en:Internal TestCaolán McNamara1-2/+2
Change-Id: I39210b28a098292d9457aac3f23083d49d7f5e61
2012-12-10fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin1-18/+13
Change-Id: Ic2be6bd08aaabc81d0fbe0269ca577868defe934
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák2-0/+4
As the latter does not quite scale, and also source files depending on the setting/feature did not rebuild in case of a change. There are intentionally more config_xxx.h files (so autoheader from autotools is not used), so that a setting change does not force automatically a rebuild of everything. Running configure does not touch those config_xxx.h files that have not changed. There's config/README with a howto. Change-Id: I6d6e82050ff8faf5364ed246848b8401aca3e0e5
2012-12-06Personas: Hide the Persona UI on non-Windows.Jan Holesovsky1-0/+12
Change-Id: I6b2c9a33cb1c2144eb42a577071ade5b44b38964
2012-12-06Personas: Force selection when the 'own' clicked, but nothing chosen yet.Jan Holesovsky2-1/+17
Change-Id: Iaf5a82a7f12ed7112f86bfa1c5f243ab00ca4285
2012-12-06Personas: Read the info from the Persona page, and store it.Jan Holesovsky2-7/+126
Copies the bitmaps to user/gallery/personas/ in user's profile too. Change-Id: Ibb673320042633850df8bb7a6a849be2c3fc13b8
2012-12-05Bye bye ODMATor Lillqvist4-63/+9
SUSE has no interest in it any longer, and I doubt anybody else has either.
2012-12-04workaround for gcc-4.0.1 bugLuboš Luňák1-2/+2
Apparently it cannot do proper name resulution here despite the using namespace near the top of the file.
2012-12-04Personas: Allow to paste Persona to the selection dialog.Jan Holesovsky1-3/+29
Change-Id: Ife095eb27fac135c0c2285259dd1008e9b7cefc5
2012-12-04Personas: Make the [Visit Firefox Personas] button work.Jan Holesovsky1-0/+18
Change-Id: I024bcd527b643076642a233d8e71003c006b5c15
2012-12-04Personas: File dialog for the selection of the background image.Jan Holesovsky1-2/+38
Change-Id: Iafb5c62f310a6fd1658a7fa80346fa3510fc38e7
2012-12-04Personas: Configuration entries for Personas and BacgroundImage.Jan Holesovsky2-33/+86
Change-Id: I47b1a5bacaeb5bd54f11630e5d3f2652be2bdfb4
2012-11-30Personas: .ui file for the Select Persona dialog.Jan Holesovsky1-1/+18
Change-Id: Ibc493a486e5752525520cd7e21d6287d49edf681
2012-11-30Personas: Enable / disable the push buttons according to radio buttons.Jan Holesovsky2-1/+80
Change-Id: Iece525f43238a3494b8a76d5a3d84886cd5c1317
2012-11-30Personas: Introduce Tools -> Options... entry for Firefox Personas.Jan Holesovsky4-0/+66
Change-Id: I95275a92ea607cce26f272044bc2de95de45d75b
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-1/+0
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-1/+1
Change-Id: I15a360723e335345aad09e73fcb0f6815ed9e0d4
2012-11-30Remove SvtStartOptionsStephan Bergmann1-1/+0
...the single remaining user can use officecfg/Setup.hxx instead. Change-Id: Icc1b56d820a9fcd7ecc52e279bcdde3aac4499d4
2012-11-30Unused SvtStartOptions instanceStephan Bergmann1-2/+0
Change-Id: I73ede739a8601b45d8887cd832af3ad8c622025e
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida2-10/+14
We need to hide these flags away. Change-Id: I112003a88a92174f5012b3356ba261a039eeccc1
2012-11-29make the options dialog layout incrementally convertable to .uiCaolán McNamara1-4/+16
it will now allocate the fixed reserved size for its tab pages to layout-enabled tabpages Change-Id: I5e56a09c5febc702d194f18954fd249bcd366dd9
2012-11-27Introduce a Restart dialog that allows to automatically restart LOStephan Bergmann2-9/+4
...instead of just telling the user to restart manually. The one existing dialog (duplicated into svtools and cui) that got replaced by this is the dialog asking to restart when the choice of JVM changed. There are more similar dialogs that would benefit from replacing them, like RID_SVX_MSGBOX_OPTIONS_RESTART (cui/source/options/optjava.src), but that one is called when closing a dialog nested within the Options dialog, and calling OfficeRestartManger.requestRestart in such a nested situation still leads to a crash. The design idea is that when more similar dialogs are replaced, restartdialog.ui contains a list of hidden GtkLables with the appropriate prose why a restart is required in the given case, and restartdialog.hxx's RestartReason enum contains corresponding values that will show exactly one of those GtkLables. The new svtools/uiconfig/ui/restartdialog.ui is probably still pretty rough and could benefit from some UX love. Change-Id: Id939188ee22f24301a8a3598b83afb31339bded5
2012-11-26Improve error reportingStephan Bergmann1-2/+2
Change-Id: I46e97b59716e5d716ac5d76a0bd6af5eea05a57f
2012-11-25German comment translationsMarkus Maier1-1/+1
Change-Id: I0d169b7cd0f47b6986063d0cc0b6697b1d575e6a
2012-11-25Fix the Ignore system input language label truncatedFaisal M. Al-Otaibi1-2/+2
This fix label Ignore system input language truncated on Options-Language Setting-Languages dialog Change-Id: Iaa9606160d7cfc96fcbb02116020cd8d46ffb4e7 Reviewed-on: https://gerrit.libreoffice.org/1155 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke4-57/+39
Change-Id: I21d14ff6087d1adb0ce769f2e8f8060a005250cc
2012-11-24fdo#57483 remove check capitalization (ugly 1980 thing)László Németh3-15/+0
Change-Id: I9a18e463c1eac01bc855e0b4826599e25692d441
2012-11-23some i18n wrappers with LanguageTagEike Rathke3-3/+5
Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
2012-11-23fdo#56726 - HTML Compatibility for obsolete "Netscape Navigator"Rob Snelders1-1/+1
Change-Id: I51cc07d45bd285a5e6806467d10ce758189d0de6 Reviewed-on: https://gerrit.libreoffice.org/1051 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>