summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)AuthorFilesLines
2012-10-23fdo#55800: fix hex color conversionIvan Timofeev1-2/+2
Reviewed-on: https://gerrit.libreoffice.org/895 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> (cherry picked from commit 66446668dad9dfb8394fe3e6afcff78662efc63a) Change-Id: I4e60837b3cc557e1df3d7e1312ed083f2b267dde Reviewed-on: https://gerrit.libreoffice.org/897 Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2012-09-07resolved fdo#52240 fdo#52137 fdo#52288 user editable date patternsEike Rathke4-17/+170
Implemented user editable date acceptance patterns. The introduction of strict date parsing using locale dependent date acceptance patterns in 3.6.0 wasn't always welcomed. Besides that not every locale had patterns for incomplete (only day and month) date input, users also complained about not being able to key in dates on numeric keypads if the locale's date separator wasn't '/' or '-' This commit implements a "Date acceptance patterns" edit field under Tools->Options->LanguageSettings->Languages that follows the selected locale and enables the user to add patterns. Example de-DE locale: * default patterns: D.M.Y;D.M. * to enable additional input on numeric keypad: D.M.Y;D.M.;D-M-Y;D-M * if 3-4 shall not result in a date, D-M- could be used instead of D-M * note that to enter an ISO 8601 Y-M-D date with a D-M-Y pattern active one needs to enter a year >31 or with at least 3 digits, e.g. 011 (cherry picked from commit bf10f4d62a5fe308ea47f9a0aac4f6f7e264ae3e) Conflicts: cui/source/options/optgdlg.hrc svl/source/numbers/zforfind.cxx unotools/source/config/syslocaleoptions.cxx Change-Id: Ic1ce91b1f9d29f1837d56b45ba0ae16f6d9cb17c Reviewed-on: https://gerrit.libreoffice.org/511 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-08-02basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl1-0/+6
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-07-23fdo#52232 ConfigurationSet wrapper unusable for localized propertiesStephan Bergmann2-152/+175
The comphelper::ConfigurationSet wrapper, used by the automatically generated headers to access the configuration data from C++, is based on com.sun.star.configuration.ReadOnlyAccess/ReadWriteAcess that provide an all- locales view of the configuration data, i.e., a localized property is represented as a UNO object implementing various container interfaces (to access the per-locale values) instead of a plain value. Hence, xLeaveAccess->getByName(C2U("Label")) >>= sLeafLabel; silently changed its meaning, now silently failing to extract a string and leaving sLeafLabel empty, which in turn causes the labels of extension option pages to disappear from the "Tools - Options..." dialog. This partially reverts commit 161c3f179f71eda2a32dabaf68ff6fb3ba487062 "Some more comphelper/configurationhelper clean up." Change-Id: I584c682ea6a7c8b9444b34f1867cc553ad160802 (cherry picked from commit aebf5bf22304c73e121b16dc0b51f909c5f34c28) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-07-17fix remaining tab pagesIvan Timofeev2-2/+2
see f70fe6e651eefbc69c434256f7e74ad53519a36c Change-Id: Ic4cf70997af986dea387b0bdde86ae59ff4be401 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-16About dialog: Forgot to Show() the image when present.Jan Holesovsky1-0/+1
Change-Id: I6a1901e3a47e6e46e84da955872a97e016ce0694 Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-13Fix the About dialog rendering when librsvg is not available / functional.Jan Holesovsky2-11/+13
Change-Id: Ib460f3cbf44114ef74065168b218daca51f2f0e9 (cherry picked from commit debfb21c927e39ab18aafb1895f343840967e16a) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-07-12cleanup of m_aWebsiteLinkStr in About box code (fdo#52000)Andras Timar4-7/+0
Change-Id: Ie4b7325eb238064540681d5e19e5d2e7666f094d Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-07-12fdo#52000 take website url from configurationAndras Timar1-5/+34
instead of taking it from a localized resource. This way we have more control over localizations, no need to ping each l10n team. Change-Id: I4f8904b4601cd623399146ce060b9697d7b52671 Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-07-09- fdo#45830 - Language/User Interface: current choice indicated as defaultRob Snelders1-3/+3
Change-Id: I3ac2e8e3219c12be84ce38cb98342f0dce0d6476
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-0/+2
Change-Id: I1dadb53f46b23f92d34061ef78dda872bdbcda67 (cherry picked from commit 8b4593948582c3b5b3d013bd751bb19ffd37a31b)
2012-07-04Remove duplication of License/Credits informationStefan Knorr (astron)4-25/+0
A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Conflicts: cui/source/dialogs/about.cxx Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
2012-07-03Get new Branding Stuff into AboutStefan Knorr (astron)1-64/+16
Flat_logo.svg based upon the splash screen design by Andrea Sorogna There were a few more changes that I had to make to the dialog layout because the background image is gone now, which meant I had to also * remove the hard-coded font colors * remove much of the code that referred to laying out the background image Sorry for doing the umpteenth change to this stuff in this release cycle. :) Conflicts: cui/source/dialogs/about.cxx - aLicenseButton still there in -3-6 Change-Id: I62b3372113033b387ad41ef5720e05c8101444f1
2012-06-30remove unused string resourcesAndras Timar2-7/+0
Change-Id: Ie764adf7a602e9335e6da1de94d6f737feea6364
2012-06-25fdo#43180: Use hyphen for copyright range in About boxRobinson Tryon1-1/+1
A range of years is more clearly delineated with a hyphen than with a comma. Change-Id: I36a668b7e6ccecc210daa69de7948ad5c029f96d
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák1-1/+1
The Lanczos scaling is of very good quality, but it's rather slow, which can be very noticeable with large images, so it's not a very good default for everything. And in general, it's not good to refer to a specific algorithm when all one usually wants is fast/default/best. Some of these changes are a bit of a guess between default/best, but the general logic is that best should be used only for images that won't be large or where the possible waiting does not matter. Conflicts: svtools/source/graphic/grfmgr2.cxx Change-Id: I53765507ecb7ed167890f6dd05e73fe53ffd0231
2012-06-19Fix display of About dialog when buttons contain long stringsStefan Knorr (astron)2-39/+66
Thanks to Jean-Baptiste Faure for spotting. Change-Id: Ie05a15fca7f40c9a621a6aa758a19f7455d312a6
2012-06-18Give Macro recorder separate option, apart from Experimental featuresCor Nouws4-4/+24
Change-Id: I9dbf5d510ebaff8448a152d75a006a183303bd81 (cherry picked from commit 5ae11320a26a6356dfadeb812e0d6baf5bdc951c) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-06-13fdo#51046 fix tab order in About boxAndras Timar2-2/+2
Change-Id: Ib15db39659faae398ae3d33f01886c43c0a3b507
2012-06-07fdo#50809 use the word 'Comment' instead of 'Note' everywhereAndras Timar1-3/+3
Change-Id: Ia42060d415516a1ba8e23f913875786fe27c9710
2012-06-07Fix for fdo#49859 Impress bullet indent data entryStephan van den Akker1-0/+5
This fixes fdo#49859 - numbering alignment or indentation is not applied in Impress, by making the tabpage deactivate force-read the values.
2012-06-05Make the new About dialog a little nicerStefan Knorr (astron)2-36/+38
* remove weird bevel from background * remove hardcoded button text color * make Close button visible * move buttons below copyright text
2012-06-05Correct Receiver to Recipient in Hyperlink dlgStefan Knorr (astron)1-1/+1
Change-Id: I8e0239fa8d51af1c3dd0c841fa4e59989377a0e4
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky1-1/+1
Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of BMP_SCALE_INTERPOLATE. Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73
2012-06-05Revert "Dupe code removal in cui"Ivan Timofeev1-0/+1
FI is an image, FT is a text... This reverts commit ecdd0501c809e8f283a09cc320a539b828bfec2f.
2012-06-05Add ODF1.2 extended-but-more-compatible modeThorsten Behrens1-0/+1
With several legacy pre-ODF1.2 and ODF1.2-only consumers out there, folks wanted a more backward-compatible ODF1.2 extended mode, that uses stuff deprecated in 1.2, and/or is 'bug-compatible' to older OOo-versions. Therefore, adding ODFVER_012_EXT_COMPAT, and sticking it to several attributes that were ODFVER_LATEST before.
2012-06-05Dupe code removal in cuiThorsten Behrens1-1/+0
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-74/+58
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04scatterbrain forgot to amend the previous commitIvan Timofeev1-6/+4
Change-Id: Id26bb075d02be3d6ddfd457afd36c5d1114122e4
2012-06-04remove the border from the options dialog, use just a separator insteadIvan Timofeev4-35/+27
Change-Id: Ie1ca686a6bc7aea223837ab4c1ec0dad82b43073
2012-06-02targeted string re-workNorbert Thiebaud2-110/+98
Change-Id: Iaa2b9518d7f24960749a83508a2122364a2b05e9
2012-06-01Revert "cleanup obsolete comments"Thorsten Behrens1-1/+18
This reverts commit 04df950dcc432834bbc2d3a27e13a7817eb775d5.
2012-05-30Use TP_WIDTH & TP_HEIGHT for the Connection options page.Kohei Yoshida1-2/+3
Change-Id: I1142b691bc964e3fb12d25ca885dbc5c09cb85c7
2012-05-30Use TP_WIDTH & TP_HEIGHT for the accessibility options page.Kohei Yoshida1-1/+2
Change-Id: Idec88ec05a9a67693e0e5892ca87aa612b09b069
2012-05-29targeted string re-workNorbert Thiebaud1-2/+2
Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
2012-05-29Resolves: fdo#50476 Dots inside quoted sentences get removed on "Correct All"Caolán McNamara1-19/+32
refactor the dodgy dot replacement code so that all the replacement paths go through the same logic so that "Change All" does the same thing as repeated "Change"s Change-Id: Id63968e03409f676200a9ac546f7baa398f2eff8
2012-05-26resize options dialog to fit to increased tab heightDavid Tardon1-2/+4
Change-Id: I6255eba78aa4e012e6d29b7faed5f3bbc5302d25
2012-05-22Resolves: fdo#40778 wrong type used for callback argCaolán McNamara2-3/+3
Change-Id: If97589c7b7ad647b22de229a6161b4fd78c757c8
2012-05-20Some cppcheck cleaningJulien Nabet1-2/+1
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
2012-05-17Related: fdo#40778 use simple pushbutton for add to single user dictCaolán McNamara4-6/+33
for "add" an unknown word to user-defined dictionaries a) use a normal button when there's only one user-defined dictionary b) use a dropdown when there's more than one user-defined dictionary Change-Id: I8a8eb3fff6c4582341d8322df403b73a517a5560
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon39-71/+71
The reason is that they can be combined arbitrarily in dialogs, so changing, e.g., height of one tab can lead to "interesting" results. Cf. commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and 29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the problem described fdo#49921. Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d
2012-05-16removed unused constant rtl::OUStringTakeshi Abe4-8/+0
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-05-14TDE integrationNorbert Thiebaud2-0/+9
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-08Revert "fdo#49421: the "Available language modules" list is too small and ...Ivan Timofeev1-1/+1
which is no longer relevant since 6a64e5bbd43e262d87e291dcc411628efac61fde This reverts commit 31182ed08494ed6afa3371aa246b155c6b58e8b3. Change-Id: Idbcd6b2e21b1e0e93b167c78ff361c81cf25c978
2012-05-06fdo#49421: the "Available language modules" list is too small and unusableIvan Timofeev1-1/+1
Change-Id: Ie1b68176765dec49307fb8928738073052188ccf
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2-4/+3
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-05-03fdo#31005 Writer: Undo support for "Repeat Heading" in autoformat applicationMuhammad Haggag1-1/+1
2012-05-03Improved error reportingStephan Bergmann1-2/+2
Change-Id: I5e9bb4c5ebfc92547e13d4ec04ce1af85591c4a5
2012-05-02accessibility resources in the wrong dialog definitionCaolán McNamara1-92/+25
Change-Id: Ib3fe9b6a5b0a26343142044be5e638be46276f27
2012-04-30make ResId::toString a non-static memberCaolán McNamara5-11/+11
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb