summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)AuthorFilesLines
2013-01-01remove use of #pragma optimizeLuboš Luňák1-8/+0
All these are years old, guessing from some comments as old as Windows 9x support. These workarounds do not seem to be needed now. Change-Id: If67baa5cdefcec33b28696c764b1ed96143b7ccd
2013-01-01fdo#58651 improve layout/spacing of positionpage.uiJack Leigh1-135/+165
Change-Id: I17dde604a94989e0f3fb0c8a6c0e3e6e1f362574 Reviewed-on: https://gerrit.libreoffice.org/1472 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-01Bump copyright year to 2013Andras Timar1-1/+1
Change-Id: Iab660dcfffc2a511092398926338ed06f6408925
2012-12-29adapt spelling dialog to use .uiCaolán McNamara8-783/+471
Change-Id: I51fdb40378253780cd15127f0c79eda54dce15f0
2012-12-29callcatcher: update unused code listCaolán McNamara1-0/+1
Change-Id: I47467b53705f8059a829126a598e29a1105df13c
2012-12-29Don't display grammar checker's vendor name in the titlebarCaolán McNamara4-29/+1
There was always something a little underhanded about the introduction of advertising of vendor names of the grammar checker. Change-Id: I85a10770ee0891ebcfbf26b366f664811ebcf84b
2012-12-29move spelling .ui to cui and clean up a littleCaolán McNamara1-0/+333
Change-Id: Ia8abf9bf62e08239327a5f755373e6675136239c
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-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>
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin10-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
2012-12-20Resolves: fdo#58325 give each font category a separate info labelCaolán McNamara3-25/+157
Change-Id: I1cc38341c2a9d28ab275765e488e5dac334ca0fa
2012-12-20improve padding on character dialog pagesJack Leigh3-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>
2012-12-18restore accelerators for format cell numbers tabCaolán McNamara1-14/+23
Change-Id: Id0c55d52c233ef276a38edc6e0b96d3c000e2046
2012-12-17Resolves: fdo#58373 restore label for font is printer/both or unavailableCaolán McNamara3-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
2012-12-17fdo#58362 do not crash on customize toolbarDavid Tardon2-4/+2
Change-Id: I7102a1635329b3bcdd3bf6bc250555cc71e0977e
2012-12-13fdo#58060 use acor_und.dat and LANGUAGE_UNDETERMINEDEike Rathke1-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
2012-12-13fix alphebetizationJack Leigh1-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>
2012-12-13fdo#56402: SVG in About Dialog.Muthu Subramanian1-24/+15
2012-12-13fdo#46808, use service constructor for ui::WindowStateConfigurationNoel Grandin2-19/+16
Change-Id: I0b7f773a7db47049d7df4138d07e7fc38c657a65
2012-12-13fdo#46808, use service constructor for ui::GlobalAcceleratorConfigurationNoel Grandin1-2/+2
Change-Id: Icab69ba138b28c3baed4352da86a1b3b0c0cc195
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara4-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
2012-12-11use a ListBox instead of a MenuButton in the thesaurus dialogCaolán McNamara2-27/+18
Change-Id: I0cbe7b4c6d329f2780cb3cac9bce6d722b7de469
2012-12-10fdo#55570 - re-factor SvxAutocorrWordList to hide it's innardsMichael Meeks1-1/+3
2012-12-10de:Interner Test -> en:Internal TestCaolán McNamara1-2/+2
Change-Id: I39210b28a098292d9457aac3f23083d49d7f5e61
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin1-3/+3
Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
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-06convert number format page to .uiCaolán McNamara9-1181/+867
Change-Id: Icaae0aa69156ebffab5750a1820a0a7a94a39022
2012-12-06Personas: Hide the Persona UI on non-Windows.Jan Holesovsky2-1/+13
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-05allow arbitrary icons from our icon-themes as button imagesCaolán McNamara1-3/+3
Change-Id: Ibe02b485e265ac6274b0aab51676efb0e1d280ae
2012-12-05move numberformatpage to cuiCaolán McNamara2-0/+519
Change-Id: I3aeb2694443aa7e73ed9ae97af094c1b3a4f4d90
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-04fdo#57553: Picture dialog Macro tab page: lazily initMichael Stahl2-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
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-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-2/+2
Change-Id: I80af0399037e4f68113338139e7f2ad2400e65ab
2012-12-03remove line feed from label textAndras Timar1-2/+1
Change-Id: Iebd0054605ace7dfd15ee106be6f594ea1e7e0c6
2012-12-03fix higher debug level buildCaolán McNamara1-1/+1
Change-Id: I44fadc907e5d626cc1912a3d8a82724702ad0462
2012-12-01fix String->OUString conversionIvan Timofeev2-6/+6
OUString::valueOf(sal_uInt16) means OUString::valueOf(sal_Unicode), we want OUString::valueOf(sal_Int32) regression from 2cb8883cfd1c6ffe293497f064f90f76d12eff32 Change-Id: Ie1ea4de258b9f94f1c0cfec4335512e15be02e68
2012-12-01OUString::valueOf ambiguous overloadsMarkus Mohrhard3-4/+4
2012-11-30fdo#38838 UniString -> OUString in cuiRicardo Montania8-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>
2012-11-30fdo#38838 UniString -> OUString in cuiRicardo Montania4-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>
2012-11-30Personas: Tweak the Select Persona dialog to be nicer.Jan Holesovsky1-42/+49
Change-Id: I0f45b3fd62ecff947d5ed82ec32bfbf5ac3211cd
2012-11-30tweak dialog to have a default button and fix up for current glade behaviourCaolán McNamara1-58/+63
Change-Id: I23b314890d8842bd368af69fa8bd2bcf71e592dd
2012-11-30set expected dialog nameCaolán McNamara1-7/+8
Change-Id: I6d9e91461389f3bb57dee194d36645f79321f2a0
2012-11-30Personas: .ui file for the Select Persona dialog.Jan Holesovsky3-1/+198
Change-Id: Ibc493a486e5752525520cd7e21d6287d49edf681