summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2013-02-28Remove unused variableOlivier Hallot
Shuffle some assignments Change-Id: I054ad7642ed4fcc66ce24923a1c945bedb01ef27 Reviewed-on: https://gerrit.libreoffice.org/2457 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-02-28Fix page format UI labels witht mirror pagesOlivier Hallot
The recent page format widget UI was not swapping inner<>left and outer<>right labels when page mirroring was selected. Change-Id: I793180100764293dacb702b725a282a95a6b6238 Reviewed-on: https://gerrit.libreoffice.org/2455 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-02-28fix buildMarkus Mohrhard
2013-02-28coverity#705637: fix memory leak and add documentationMarkus Mohrhard
Change-Id: If06ef8c78a7d3910be3f3d46dca090a4568b5fe7
2013-02-28remove unnecessary ascii artsMarkus Mohrhard
Change-Id: I4b76249ad29ed0ef4a35e2e2bffbf98508bad327
2013-02-28coverity#705636: fix memory leakMarkus Mohrhard
Change-Id: Iabb4922aedd6f2897e005797e6d2ae1fea11ac4a
2013-02-28make things line up nicely in page formatCaolán McNamara
5 sizegroups is probably excessive, but results looks reasonable to me Change-Id: I1c0318e2ba0abf77b529d78b30d9af5ec630e6ac
2013-02-27Resolves: fdo#61241 force area page to size itself for max visible controlsCaolán McNamara
Change-Id: I2d67ce71528786ef300ab83ee1e5b1cad6b4abe8
2013-02-27add mnemonic widgets and adjust page format layoutCaolán McNamara
Change-Id: If570d67273f969ebe28ec3f609c8d6ecc5197661
2013-02-27Convert page format tab page to new widget UIOlivier Hallot
Notes: * pageformatpage.ui contains 3 hidden labels to hold strings used in page.cxx * Paper format (A0,A4,...) left in src file. Change-Id: If22c62558f1644e5f25baffeb3d04b921ec0fe8b Reviewed-on: https://gerrit.libreoffice.org/2432 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
Change-Id: I5a8f2d1a5762c20d21d31b04778a9e2cac8df9cb Reviewed-on: https://gerrit.libreoffice.org/2364 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-26postit dialog is always used for redline comments nowCaolán McNamara
Change-Id: Id3ec1c12c354aabf2556e91e4fa75d60bb2c0f3c
2013-02-26adapt code to comment .ui conversionCaolán McNamara
Change-Id: I93f98f50443ab3b2fb0ce9f3126b03c8a3281ad2
2013-02-26turns out protect changes dialog is converted SfxPasswordDialogCaolán McNamara
Change-Id: Ie4cbbc51baaf609c067abdf110a7843e71a8b2c2
2013-02-26Converted Edit -> Changes -> Comment Widget.Abdulelah Alarifi
Change-Id: Ie8ed01d283559aba5eae1df7a21c6fe019457a7f Reviewed-on: https://gerrit.libreoffice.org/1978 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-25Converted Edit -> Changes -> Protect Records Widget.Abdulelah Alarifi
Change-Id: I3803adf63d2cbe9b036a47479befe8bf21bac10b Reviewed-on: https://gerrit.libreoffice.org/1966 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-02-25RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter
Conflicts: cui/source/options/optgdlg.cxx cui/source/options/webconninfo.cxx dbaccess/source/ui/app/AppController.cxx Change-Id: I2abfad91318e8be8c0f77909cbd76825cdca9b85 Reviewed-on: https://gerrit.libreoffice.org/2350 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-25loplugin: improve indentationThomas Arnhold
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-24loplugin: unused variablesThomas Arnhold
And some fallout. Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac
I ran the following code replace: s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/ And finally removed String::CreateFromInt32(). Change-Id: I53b26a59c68511ae09f0ee82cfade210d0de3fa5 Reviewed-on: https://gerrit.libreoffice.org/2279 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-24coverity#735295+735296 Buffer not null terminatedJulien Nabet
Change-Id: I02693a2f4b2470ad33e6bd7a925aa64e31ad9a58
2013-02-23Fix typo seperated/separatedJulien Nabet
Change-Id: I133423de994b1befe246b6c921802428a3528202
2013-02-23Fix typo "teh" -> "the"Julien Nabet
Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
2013-02-23add stock undo button text and map to gtk-undoCaolán McNamara
Change-Id: I9109dfc6293c9de399c25bea957712eb00d181be
2013-02-23various efforts to consistently apply HIG rulesCaolán McNamara
Change-Id: I084a0fbce57c732635e73186ba124fe3b53502d5
2013-02-22adapt code to New Toolbar Dialog .ui conversionCaolán McNamara
Change-Id: Ie1b7a0cf5fbb9dbfc04a07bb58d5f55f83a096f3
2013-02-22add in some extra columns to eat extra whitespaceCaolán McNamara
Change-Id: I85c556a5f3ed3934c409f0ee5e0b4454bc5b7728
2013-02-22align color list box to startCaolán McNamara
Change-Id: I819bb12dc694fa6ee2da803e41d0098f66c06c3d
2013-02-22various efforts to consistently apply HIG rulesCaolán McNamara
Change-Id: I045871d1f6c0dbd1baf1df82b196763d374bec38
2013-02-22s/the the/the/Tor Lillqvist
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-21split up redline dialog and adapt filter page codeCaolán McNamara
Change-Id: Id6fab654b4c92aaba753e7099923efb135a0bdd8
2013-02-21windowsize must be a MetricFieldIvan Timofeev
Change-Id: I360de01d1afa129bec2dc9aabfb16820ec5e3269
2013-02-21add a mechanism to load date fields from .ui filesCaolán McNamara
Change-Id: If546e2f5c0f4b58d1306c737bf69799e8033c5c0
2013-02-21change lib:widget delimiter from : to -Caolán McNamara
because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
2013-02-21mnemonic got messed up on cut and pasteCaolán McNamara
Change-Id: I7b9459c685c73c79b9dcf0213fbe33b2d45976b7
2013-02-20Converted Edit -> Changes -> Accept or reject Widget.Abdulelah Alarifi
Change-Id: I70f53ce73bf8e0c96b588fb15ec2a6bcd845e8da Reviewed-on: https://gerrit.libreoffice.org/1963 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-02-20make top of format->background align with the other tabsCaolán McNamara
Change-Id: I11c6271ebee62938f89c03c82e02adc2e0d3a1f4
2013-02-20move options dialog to cuiCaolán McNamara
code is not adapted yet, because we need to still support lots of unconverted option pages and its far easier to convert this over when that's complete Change-Id: Ia5c744903b02fc3e6acbc4e6313cf33021720588
2013-02-20move view options page to cui and adapt codeCaolán McNamara
Change-Id: I16f9c1fb1cce0a673255468a4dd5492683ad4298
2013-02-20Fix fdo#59970 slowless of about box renderingThorsten Behrens
Prevent creation of transparent bitmap at arbitrary scale, and subsequent scaling down. For remote X, that even has to fetch pixel back from remote side for manual scaling. Change-Id: I58e011231f2b81b913a6b02dd973385ef5664379 Signed-off-by: Petr Mladek <pmladek@suse.cz>
2013-02-20remove ugly padding on empty rowsCaolán McNamara
Change-Id: Ie29bb736343e854865aa0eda4dae031931d30d0d
2013-02-20drop unused hidCaolán McNamara
Change-Id: Ife098c39997dad8568f004ad623e9001fc4f3a87
2013-02-20move (rather dubious) accessibility name assignment code to .uiCaolán McNamara
Change-Id: I50dde15f4a13f0325c96330dbdc0cc8c74bb6cb6
2013-02-20Resolves: fdo#30862 move user options page to cui and adapt codeCaolán McNamara
and make initials area and zip code areas wider to address fdo#30862 This "first/last name" thing is a disaster of course: http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/ http://www.w3.org/International/questions/qa-personal-names Change-Id: Iedb347a533f208056176b5a79b8a56050672a8d1
2013-02-19move memory option page to cui and adapt codeCaolán McNamara
Change-Id: I0660592f233d9f190d11337068f33f2c13ba9251
2013-02-18Fix the Ignore system input language label truncated in translationsAndras Timar
Change-Id: I3d05135f7973d6ca9cb3e554a4c80544a17e6f60
2013-02-18remove unused hidCaolán McNamara
Change-Id: I3a762f61720b02e92592ec19f0da199823c9f5ce
2013-02-18migrate the textflow NumericField settings to GtkAdjustmentsCaolán McNamara
Change-Id: I751071365b8aaa0d22364ed0ca74b3954839c126
2013-02-18Widget UI for Text Flow tab pageOlivier Hallot
* Need to address help for the page Conflicts: cui/UI_cui.mk Change-Id: I7e4d9c9827ba80986059ff628d02f798eabbb4f6 Reviewed-on: https://gerrit.libreoffice.org/2184 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-18remove 0.49000000953674316 aligns where default is 0.50 alreadyCaolán McNamara
Change-Id: If69a3ca02615ae50404fc66b3f560d9c9988ded4