summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-2/+2
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-2110-125/+81
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Resolves: fdo#58325 give each font category a separate info labelCaolán McNamara2012-12-203-25/+157
| | | | Change-Id: I1cc38341c2a9d28ab275765e488e5dac334ca0fa
* improve padding on character dialog pagesJack Leigh2012-12-203-0/+13
| | | | | | | Change-Id: I778dd8e427618a9761cc90683e7d8ac986e27c94 Reviewed-on: https://gerrit.libreoffice.org/1429 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* restore accelerators for format cell numbers tabCaolán McNamara2012-12-181-14/+23
| | | | Change-Id: Id0c55d52c233ef276a38edc6e0b96d3c000e2046
* Resolves: fdo#58373 restore label for font is printer/both or unavailableCaolán McNamara2012-12-173-2/+23
| | | | | | | | I removed it because it only refers to the Western font and not the two other categories. But apparently there's demand for it, so better to restore it as misleading as it is for non-Western Change-Id: I84c0cf858c16a9cadcba8d0c3993f0b0b7ad5a45
* fdo#58362 do not crash on customize toolbarDavid Tardon2012-12-172-4/+2
| | | | Change-Id: I7102a1635329b3bcdd3bf6bc250555cc71e0977e
* fdo#58060 use acor_und.dat and LANGUAGE_UNDETERMINEDEike Rathke2012-12-131-3/+3
| | | | | | | | | | | | | Previous versions used an empty language tag for LANGUAGE_DONTKNOW with the "[All]" autocorrection entry and read/wrote from/to arco_.dat file. An empty language tag otherwise is used for system locale and doesn't convert flawlessly with the new LanguageTag system. Instead use LANGUAGE_UNDETERMINED with the ISO 639 code 'und' so the file name is "acor_und.dat". During user profile migration an existing 3/user/autocorr/acor_.dat is copied to the new 4/user/autocorr/acor_und.dat Change-Id: I593f24829c6efd58f36e93ebd3385a3c925f7217
* fix alphebetizationJack Leigh2012-12-131-2/+2
| | | | | | | Change-Id: Iabf4d1e4d02c81cab580c07b65bb17da1877c6b1 Reviewed-on: https://gerrit.libreoffice.org/1323 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#56402: SVG in About Dialog.Muthu Subramanian2012-12-131-24/+15
|
* fdo#46808, use service constructor for ui::WindowStateConfigurationNoel Grandin2012-12-132-19/+16
| | | | Change-Id: I0b7f773a7db47049d7df4138d07e7fc38c657a65
* fdo#46808, use service constructor for ui::GlobalAcceleratorConfigurationNoel Grandin2012-12-131-2/+2
| | | | Change-Id: Icab69ba138b28c3baed4352da86a1b3b0c0cc195
* Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara2012-12-124-6/+6
| | | | | | | The magic WB_TABSTOP bit is the one that allows a widget to be accepted as a candidate for getting focus when pressing tab Change-Id: I7d964bae6b84184ccbc4652d66cf3d2637566405
* use a ListBox instead of a MenuButton in the thesaurus dialogCaolán McNamara2012-12-112-27/+18
| | | | Change-Id: I0cbe7b4c6d329f2780cb3cac9bce6d722b7de469
* fdo#55570 - re-factor SvxAutocorrWordList to hide it's innardsMichael Meeks2012-12-101-1/+3
|
* de:Interner Test -> en:Internal TestCaolán McNamara2012-12-101-2/+2
| | | | Change-Id: I39210b28a098292d9457aac3f23083d49d7f5e61
* fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin2012-12-101-3/+3
| | | | Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
* fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin2012-12-101-18/+13
| | | | Change-Id: Ic2be6bd08aaabc81d0fbe0269ca577868defe934
* use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák2012-12-072-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
* convert number format page to .uiCaolán McNamara2012-12-069-1181/+867
| | | | Change-Id: Icaae0aa69156ebffab5750a1820a0a7a94a39022
* Personas: Hide the Persona UI on non-Windows.Jan Holesovsky2012-12-062-1/+13
| | | | Change-Id: I6b2c9a33cb1c2144eb42a577071ade5b44b38964
* Personas: Force selection when the 'own' clicked, but nothing chosen yet.Jan Holesovsky2012-12-062-1/+17
| | | | Change-Id: Iaf5a82a7f12ed7112f86bfa1c5f243ab00ca4285
* Personas: Read the info from the Persona page, and store it.Jan Holesovsky2012-12-062-7/+126
| | | | | | Copies the bitmaps to user/gallery/personas/ in user's profile too. Change-Id: Ibb673320042633850df8bb7a6a849be2c3fc13b8
* allow arbitrary icons from our icon-themes as button imagesCaolán McNamara2012-12-051-3/+3
| | | | Change-Id: Ibe02b485e265ac6274b0aab51676efb0e1d280ae
* move numberformatpage to cuiCaolán McNamara2012-12-052-0/+519
| | | | Change-Id: I3aeb2694443aa7e73ed9ae97af094c1b3a4f4d90
* Bye bye ODMATor Lillqvist2012-12-054-63/+9
| | | | | SUSE has no interest in it any longer, and I doubt anybody else has either.
* fdo#57553: Picture dialog Macro tab page: lazily initMichael Stahl2012-12-042-3/+20
| | | | | | | | ... because JVM startup is annoying, so delay it until really activating Macro tab. This patch is sort of lame but with the change in bd2c14ec78a7549d4a19738154cdd5ea890f61c4 what can you do... Change-Id: I01fe03abf3e4582e87927729286a21d0bac7037c
* workaround for gcc-4.0.1 bugLuboš Luňák2012-12-041-2/+2
| | | | | Apparently it cannot do proper name resulution here despite the using namespace near the top of the file.
* Personas: Allow to paste Persona to the selection dialog.Jan Holesovsky2012-12-041-3/+29
| | | | Change-Id: Ife095eb27fac135c0c2285259dd1008e9b7cefc5
* Personas: Make the [Visit Firefox Personas] button work.Jan Holesovsky2012-12-041-0/+18
| | | | Change-Id: I024bcd527b643076642a233d8e71003c006b5c15
* Personas: File dialog for the selection of the background image.Jan Holesovsky2012-12-041-2/+38
| | | | Change-Id: Iafb5c62f310a6fd1658a7fa80346fa3510fc38e7
* Personas: Configuration entries for Personas and BacgroundImage.Jan Holesovsky2012-12-042-33/+86
| | | | Change-Id: I47b1a5bacaeb5bd54f11630e5d3f2652be2bdfb4
* fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák2012-12-031-2/+2
| | | | Change-Id: I80af0399037e4f68113338139e7f2ad2400e65ab
* remove line feed from label textAndras Timar2012-12-031-2/+1
| | | | Change-Id: Iebd0054605ace7dfd15ee106be6f594ea1e7e0c6
* fix higher debug level buildCaolán McNamara2012-12-031-1/+1
| | | | Change-Id: I44fadc907e5d626cc1912a3d8a82724702ad0462
* fix String->OUString conversionIvan Timofeev2012-12-012-6/+6
| | | | | | | | | OUString::valueOf(sal_uInt16) means OUString::valueOf(sal_Unicode), we want OUString::valueOf(sal_Int32) regression from 2cb8883cfd1c6ffe293497f064f90f76d12eff32 Change-Id: Ie1ea4de258b9f94f1c0cfec4335512e15be02e68
* OUString::valueOf ambiguous overloadsMarkus Mohrhard2012-12-013-4/+4
|
* fdo#38838 UniString -> OUString in cuiRicardo Montania2012-11-308-45/+45
| | | | | | | Change-Id: I16eae4aff2b946421df2b65ecfbd1d9b2e2256b6 Reviewed-on: https://gerrit.libreoffice.org/1203 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
* fdo#38838 UniString -> OUString in cuiRicardo Montania2012-11-304-43/+42
| | | | | | | Change-Id: I9b629cad4d9b6d4c086bfff47f1d3e9779b2c24d Reviewed-on: https://gerrit.libreoffice.org/1202 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
* Personas: Tweak the Select Persona dialog to be nicer.Jan Holesovsky2012-11-301-42/+49
| | | | Change-Id: I0f45b3fd62ecff947d5ed82ec32bfbf5ac3211cd
* tweak dialog to have a default button and fix up for current glade behaviourCaolán McNamara2012-11-301-58/+63
| | | | Change-Id: I23b314890d8842bd368af69fa8bd2bcf71e592dd
* set expected dialog nameCaolán McNamara2012-11-301-7/+8
| | | | Change-Id: I6d9e91461389f3bb57dee194d36645f79321f2a0
* Personas: .ui file for the Select Persona dialog.Jan Holesovsky2012-11-303-1/+198
| | | | Change-Id: Ibc493a486e5752525520cd7e21d6287d49edf681
* Personas: Enable / disable the push buttons according to radio buttons.Jan Holesovsky2012-11-302-1/+80
| | | | Change-Id: Iece525f43238a3494b8a76d5a3d84886cd5c1317
* Personas: Introduce Tools -> Options... entry for Firefox Personas.Jan Holesovsky2012-11-308-0/+309
| | | | Change-Id: I95275a92ea607cce26f272044bc2de95de45d75b
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-306-14/+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
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-303-15/+6
| | | | Change-Id: I15a360723e335345aad09e73fcb0f6815ed9e0d4
* Remove SvtStartOptionsStephan Bergmann2012-11-301-1/+0
| | | | | | ...the single remaining user can use officecfg/Setup.hxx instead. Change-Id: Icc1b56d820a9fcd7ecc52e279bcdde3aac4499d4
* Unused SvtStartOptions instanceStephan Bergmann2012-11-301-2/+0
| | | | Change-Id: I73ede739a8601b45d8887cd832af3ad8c622025e
* Remove unused method & remove header include by using forward declaration.Kohei Yoshida2012-11-292-0/+2
| | | | | | Also, SvViewDataEntry has lost one friend. Change-Id: Icf6d4127de38fed485cd260edae97748b1f78ede