summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)AuthorFilesLines
2013-01-19-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
Change-Id: I4d340043d7af96dec4f56b28eae1dd727e241da7
2013-01-18PRODUCTEXTENSION: fix various obvious strings and such...Michael Stahl1-1/+1
... to look pretty; most of these expect PRODUCTEXTENSION to be a word like "Beta" but nowadays it is ".micro.rc.alphabeta" numbers so there should be no space before it. ReplaceStringHookProc adds insult to injury by refusing to replace %ABOUTBOX variables unless some %PRODUCT is in the string. Change-Id: Ib676f3837ab0785529a226fc9359e8defacf3459
2013-01-18super-long language names make character dialog look real uglyCaolán McNamara1-16/+6
so move language to the first column and let it span all columns, but not fill the availabl area Change-Id: I8c9a410861c3fb942569af7523313a84ae7f6c98
2013-01-18add a way to select the current SfxTabPage by nameCaolán McNamara2-0/+26
Change-Id: Ib7a07bc0e6ec9f47b83839fb3eb8f31c014dedff
2013-01-18remove backgrnd.srcCaolán McNamara5-329/+0
Change-Id: Ic868667955eca21c348a05e49ff30fa6fa8b7043
2013-01-18split out background page and adapt code to .uiCaolán McNamara4-376/+992
I've being putting this one off for a while as its a complicated set of hidden pieces shows for different background types format->frame->background shows transparency option table->properties->background shows "for cell/table/row" options flipping as graphic/color should show different contents Change-Id: I4a63d3bbe8898ad2421d6ddef011da9ae67b5a4f
2013-01-16Resolves: fdo#59182 make the special character dialog behaveCaolán McNamara3-15/+39
lock down the sizes of the widgets which depend on the (variable) font in terms of widgets which are invariant so that they don't jump around to their optimal sizes as the selected font changes. Change-Id: I65ea24adb43f9faa974025b6db1c35766b577cd7
2013-01-16Related: fdo#59182 make SvxShowText::GetOptimalSize match its SetFont logicCaolán McNamara2-0/+10
SetFont takes the window size to determine the best font size, so reverse that SetFont logic to get the desired optimal window size. Change-Id: I0d2e35a780552ca52aec20809bcb77d37b6a1bfb
2013-01-16WaE: unused variable 'aImgSize'Tor Lillqvist1-2/+0
Change-Id: I192671cdec129b7c78638efb0c4339bfb265c47d
2013-01-15make translatable a few more ui stringsAndras Timar2-5/+5
Change-Id: Ie4524269b353059df3c60afa9a48c1f1b5f51185
2013-01-15split out border page and adapt codeCaolán McNamara7-750/+1014
Change-Id: I1c6b8c0fdbd82d54920e168afbe5c33a29244202
2013-01-13callcatcher: update and remove newly unused codeCaolán McNamara2-8/+0
Change-Id: Iff3ce7c3a44010b3bc81fc0d2156216ee13948dc
2013-01-11use sizegroups instead of explicit codeCaolán McNamara2-22/+32
Change-Id: I2376e69adf235d1e6f89296c50a9cea76041f9d7
2013-01-11Use a sizegroup in the numbering formatting page instead of using codeCaolán McNamara2-22/+11
set the two additional frames we want to take the height of the category frame set to preferred size of 0 in order for the set of three to all the take the category height via the sizegroup i.e. there are a gadzillion currency formats so show eight of them at a time Change-Id: I4badd8852fc56553a94616ce8845aa40b22f2dc1
2013-01-12Drop deserted m_aTransparentTextTakeshi Abe1-2/+0
Its usage was gone with adda1a25f248586b46682bb9e19cd7a6b2c9debc. Change-Id: I055c15f5154c6f78d2314d4b502ca3db751ab891
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-09Personas: Improve wording of the choices.Jan Holesovsky1-5/+5
Change-Id: I4d914de5ec1d614e30825ad6bd231545896dc130
2013-01-09Personas: Improved wording (URL -> address, and related changes).Jan Holesovsky1-3/+3
Change-Id: Iaa2841b245ccd3de513296a10e33a93bc1cb68a2
2013-01-09Personas: Fix typo (Backround -> Background).Jan Holesovsky1-1/+1
Change-Id: Ib12a0726883ee1aaac87d4d02c7bae595f7f9e39
2013-01-09add a CloseButton to vcl for convenienceCaolán McNamara3-3/+3
does exactly the same default action as a CancelButton except with "Close" as the label Change-Id: I538e8fc761cde4a1050d066ef935df1ecd930414
2013-01-09fdo#45964 - Wrong behavior of words list in AutoCorrect > Word CompletionChristopher Copits1-0/+1
The MultiListBox control should be initialized with the SimpleMode attribute set to True. Change-Id: I463f07530d5bbdc6d1f4a3789e039e4ce784aead Reviewed-on: https://gerrit.libreoffice.org/1571 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
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-07split out numbering options page to cui and adapt codeCaolán McNamara11-801/+1092
Change-Id: Ib2fedda13ff0b0d94f818bf6d9daf40a02fa8302
2013-01-07split out numbering position page to cui and adapt codeCaolán McNamara10-511/+710
and move SvxNumberingPreview from svx to cui where its ::Paint impl already lives Change-Id: I2b7bebeb9914d74d0f391d3b178b0ad3d778c479
2013-01-07we will want to have different helpids, so split numbering pagesCaolán McNamara4-2/+84
Change-Id: Ia87b30cf17540312b348d9ddeb48154cc1636d01
2013-01-07callcatcher: update unused codeCaolán McNamara2-11/+0
Change-Id: Ic896ea234c3ea7bfaa94ab2441471926beae427d
2013-01-07pick out graphic numbering page to cui and adapt codeCaolán McNamara7-89/+121
Change-Id: I8bfd09a1f48fe892fb1a99962d0a46de8b7cb1ec
2013-01-07split out pick single and outline numbering page to cui and adapt codeCaolán McNamara7-136/+45
we can share the pickbulletpage .ui with these ones Change-Id: Ieaf2c8f2257bfdb36423dc363729b58b465cb250
2013-01-07split out pick bullet page to cui and adapt codeCaolán McNamara4-24/+60
Change-Id: I6fa93885f1ce51fb0e3d69265784340614146636
2013-01-07Better wording for Spellcheck buttons/context menuSamuel Mehrbrodt1-4/+4
Change-Id: Iddf82427c17a1caf72897e7af7592052c8e4fa71 Reviewed-on: https://gerrit.libreoffice.org/1541 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-07Change 'Add' to 'Add to Dictionary' in the Dialog alsoSamuel Mehrbrodt1-4/+4
Change-Id: I4bcf53239f001ed2d6ea08a743257ed0d6428752
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
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky4-4/+4
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
2013-01-03WaE: unsafe mix of type 'bool' and type 'sal_Bool'Tor Lillqvist1-1/+1
Change-Id: I927f7ea5cae396bb10ffc2568ec68ae69b8f3f82
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