summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2013-02-18HIG adjustment for numbering tab page formatOlivier Hallot
Change-Id: If3503445783b3158c4d669aed0ec37e4a6279f19 Reviewed-on: https://gerrit.libreoffice.org/2194 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-18move General options page to cui and adapt codeCaolán McNamara
Change-Id: I724db9d199ad15d31f8daf2329ceb9cd46fdefda
2013-02-18move Stored Web Connection Information dialog to cuiCaolán McNamara
Change-Id: Ifddd7348754054e505b0b9abe1d760e903e00f2a
2013-02-15various efforts to consistently apply HIG rulesCaolán McNamara
Change-Id: I71498e44d25fe4a2f0feb221ec0e77d455aeb61c
2013-02-15Resolves: fdo#60627 wrong lib names for some custom widgetsCaolán McNamara
Under Linux dlsym will search other locations and find them if they exist elsewhere, but not under windows, so its easy to put the wrong lib name in if developing under Linux because it'll generally work anyway. So add a script: bin/verify-custom-widgets-libs which can be used under Linux to verify that the required factory methods exist in the right lib. Change-Id: Ic30f8da5acc4712684a7a25fbfb003e8b21cb867
2013-02-15fully convert security options to .ui formatCaolán McNamara
Change-Id: I119b38f96ebdd6af19b9dce926a684398b4f72f8
2013-02-15cui: get rid of _SVX_BACKGRND_CXX defineMiklos Vajna
Change-Id: Ib93806d697f10abeb1e97d0cb08954e15961ad87
2013-02-15move security options dialog to cui and adapt codeCaolán McNamara
Change-Id: Ie1f5c5eb437c55844a524c1219b1e30e5f07b3c3
2013-02-14various efforts to consistently apply HIG rulesCaolán McNamara
Change-Id: Ib34dfd1ffa096ce890a8cb1baf403e595128c79c
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac
ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f Reviewed-on: https://gerrit.libreoffice.org/1954 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-14TriState boxes created via the builder default to STATE_DONTKNOWCaolán McNamara
while classic ones default to "false", easiest thing to do here is to simply only query for their value if enabled Change-Id: I5b01d344a5310b9bbd8d59e9c53bef1a6bfee1ce
2013-02-14Widget for asian typographyOlivier Hallot
Change-Id: I70535593c3e06caca48ae8bc8b9476ae09210df8
2013-02-14SvxBackgroundTabPage: use XFillStyle enumMiklos Vajna
Change-Id: I8fb8765ed6ee2f879a170f4f9c51ee05b695304a
2013-02-14SvxBackgroundTabPage: select matching gradient entry on load, if possibleMiklos Vajna
Change-Id: Ie654fc795a3f46f1ff26a1ff5adb7e8ce9091851
2013-02-14SvxBackgroundTabPage: fix non-gradient preview in gradient frameMiklos Vajna
Change-Id: Ia7d64301a250bf51a6343f155144edced8e3bd09
2013-02-13consistent 6 pixels borders around all option pagesCaolán McNamara
and center middle column of writer print options Change-Id: I344d114ec0dd87ef5de5a920acea9f39e0e89dfe
2013-02-13HIG spacing for personalization_tabCaolán McNamara
Change-Id: Ia791942f77df024a90224a706847300643d5a74e
2013-02-13move security options to cui and adapt codeCaolán McNamara
Change-Id: I7f53b9486d95f539fe893f7ab72c2eee64449064
2013-02-13SvxBackgroundTabPage::FillItemSet: handle XFILL_BITMAP -> XFILL_GRADIENTMiklos Vajna
This makes it possible to turn the bitmap background of a Writer frame into a gradient one. Change-Id: Iae88793d40593a2adbcc7f83e82e28265cdd9be7
2013-02-13SvxBackgroundTabPage::FillItemSet: handle XFILL_GRADIENT -> XFILL_SOLIDMiklos Vajna
This makes it possible to turn off the gradient background of a Writer frame. Change-Id: Ic7bdfec252847f463da47c838c7de0fdb7625869
2013-02-13consistent padding around various format->character pagesCaolán McNamara
Change-Id: I8c8ed2db29d1175ba2187509482cdaf858ed660c
2013-02-13Some cppcheck cleaningJulien Nabet
Change-Id: I3d515fabc272e5c14f2e2779da1c43f92514f290
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
2013-02-12cui: kill RTL_CONSTASCII_USTRINGPARAM in macrosMiklos Vajna
Change-Id: I4d6b7760f9c6901c5c42070bedc8fbbec79215d0
2013-02-12SwFrmDlg: initial gradient background UIMiklos Vajna
Change-Id: I7d8612d6b2d3eb2262ed148153a0c249bcb36599
2013-02-12Some cppcheck cleaningJulien Nabet
Change-Id: Idb380dbb7470dbdb371778ba0c486392cc55380e
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin
Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin
Change-Id: Iaf81a38063411b8a003b78f7eb7d6aab6c9df292
2013-02-12address cell protection text alignmentCaolán McNamara
tabpage code lives in sc, so .ui should live in sc Change-Id: Ia7cfe98291ef92d5f661ff4665000a433c14c75d
2013-02-12Widget for Calc protect cell tab pageOlivier Hallot
* Translated some German comments to English (thanks to David E. Jourdain) * Moved tab page .ui from sc/ to cui/ * Need to address text alignment on the right Change-Id: I332c263bce7c8f743c60bbe79e23641e9f037474 Reviewed-on: https://gerrit.libreoffice.org/2075 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-11add borders to simpletablecontainerCaolán McNamara
Change-Id: I9215516c21ce1330cf1fef07cbd647a1c318e241
2013-02-11move paths option page .ui to cui and adapt codeCaolán McNamara
Change-Id: I60063a0d101ef47271194e45ee59f9ff622a4f1c
2013-02-11fdo#46808, use service constructor for awt::ContainerWindowProviderNoel Grandin
Change-Id: I15f45bb51fe8880041c396025efdd5c91ebc3f13
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin
And deprecate the old-style service util::MacroExpander Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd
2013-02-11fdo#46808, Adapt ConversionDictionaryList UNO service to new styleNoel Grandin
Change-Id: I16efc7466a2dbcccb4dddefdccada8549e7252f8
2013-02-08Fix "bModified" reassigned before previous value usedJulien Nabet
Change-Id: Ief802e26faf8165477b12d92524ce36f92575509
2013-02-08Fix "eState" reassigned before previous value usedJulien Nabet
Change-Id: I2ca1ebdd726b0f07d796d883f3340213780c7b79
2013-02-08fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
Change-Id: I6daea312198fae3a9717bd8d4fea6371aa4cd275 Reviewed-on: https://gerrit.libreoffice.org/1962 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-08move java options page .ui to cui and adapt codeCaolán McNamara
Change-Id: I481a4bbe06a5d0b3fb8701181d49d84d628fdd32
2013-02-07restore full list of destination colorsCaolán McNamara
Change-Id: I54d7372bade5ac067a781956d987409008de0b2b
2013-02-07convert drawinglayer gradient dialog to new .uiMiklos Vajna
Change-Id: Iaa91d3b1ab47e02edc69c2b9abdb33ae097571cb
2013-02-07SvxBackgroundTabPage: don't hide items in Show() methodsMiklos Vajna
Change-Id: Icac851be692837873b177b4bd9a7c47d3d785702
2013-02-07add some missing member initializationsDavid Tardon
Change-Id: I36bab07a127f90f651f3db67831a37bbb78900ce
2013-02-06replace (Xub)String with OUString in vclChr. Rossmanith
Change-Id: I0a44bab196ae239d3bdea75fd2b657bdfa4ecf31 Reviewed-on: https://gerrit.libreoffice.org/2011 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-06remove obsolete hidother.src filesAndras Timar
Change-Id: Ieb30afd81d16d184e0276ce7699b848f26a00013
2013-02-06Some cppcheck cleaningJulien Nabet
Change-Id: I1b80271473166755e8f0afaa7af8ffc7bea394b3
2013-02-06Added 6 pixel vertical spacing on the Font tab, fdo#59846Robert Roth
Change-Id: I61c85b75b026e15541101b25cf254aa64c3e1762 Reviewed-on: https://gerrit.libreoffice.org/1949 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-02-06Added 6 pixel vertical spacing on the Font effects tab, fdo#59846Robert Roth
Change-Id: Id1cd40e3b9e2ae9ba0193708245c62f8ecd9cb96 Reviewed-on: https://gerrit.libreoffice.org/1950 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-05move fonts options page .ui to cui and adapt codeCaolán McNamara
Change-Id: I3838de932dea44accd3ec5a8eca3706f65058661
2013-02-05make translatable a few more ui stringsAndras Timar
Change-Id: If93d8cb9d9d5ee4f9bc253a3c9ea6a063629dcb4