summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky
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 Timofeev
FI is an image, FT is a text... This reverts commit ecdd0501c809e8f283a09cc320a539b828bfec2f.
2012-06-05Add ODF1.2 extended-but-more-compatible modeThorsten Behrens
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 Behrens
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
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 Timofeev
Change-Id: Id26bb075d02be3d6ddfd457afd36c5d1114122e4
2012-06-04remove the border from the options dialog, use just a separator insteadIvan Timofeev
Change-Id: Ie1ca686a6bc7aea223837ab4c1ec0dad82b43073
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Iaa2b9518d7f24960749a83508a2122364a2b05e9
2012-06-01Revert "cleanup obsolete comments"Thorsten Behrens
This reverts commit 04df950dcc432834bbc2d3a27e13a7817eb775d5.
2012-05-30Use TP_WIDTH & TP_HEIGHT for the Connection options page.Kohei Yoshida
Change-Id: I1142b691bc964e3fb12d25ca885dbc5c09cb85c7
2012-05-30Use TP_WIDTH & TP_HEIGHT for the accessibility options page.Kohei Yoshida
Change-Id: Idec88ec05a9a67693e0e5892ca87aa612b09b069
2012-05-29targeted string re-workNorbert Thiebaud
Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
2012-05-29Resolves: fdo#50476 Dots inside quoted sentences get removed on "Correct All"Caolán McNamara
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 Tardon
Change-Id: I6255eba78aa4e012e6d29b7faed5f3bbc5302d25
2012-05-22Resolves: fdo#40778 wrong type used for callback argCaolán McNamara
Change-Id: If97589c7b7ad647b22de229a6161b4fd78c757c8
2012-05-20Some cppcheck cleaningJulien Nabet
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
2012-05-17Related: fdo#40778 use simple pushbutton for add to single user dictCaolán McNamara
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 Tardon
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 Abe
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-05-14TDE integrationNorbert Thiebaud
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-08Revert "fdo#49421: the "Available language modules" list is too small and ...Ivan Timofeev
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 Timofeev
Change-Id: Ie1b68176765dec49307fb8928738073052188ccf
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-05-03fdo#31005 Writer: Undo support for "Repeat Heading" in autoformat applicationMuhammad Haggag
2012-05-03Improved error reportingStephan Bergmann
Change-Id: I5e9bb4c5ebfc92547e13d4ec04ce1af85591c4a5
2012-05-02accessibility resources in the wrong dialog definitionCaolán McNamara
Change-Id: Ib3fe9b6a5b0a26343142044be5e638be46276f27
2012-04-30make ResId::toString a non-static memberCaolán McNamara
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-27Resolves: fdo#39825 Make detection of certificate folder ui-configurableCaolán McNamara
Display in the (unix) options gui the NSS cert dir that has been auto-detected for use with digital signatures. Show the other detected possibilities and allow it to be overridden. The autodetection should basically work out of the box, but if there's some bustage at least the UI can be used to sort it out and/or let developers debug it. This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack, though that's still supported.
2012-04-27catch by const refCaolán McNamara
2012-04-26adjust rows so options and macro security frames are laid out the sameCaolán McNamara
2012-04-25Resolves: fdo#48659 force BUILDID placeholder in if missing from translationCaolán McNamara
2012-04-25removed unused typedefTakeshi Abe
2012-04-23fdo#42986 Add Presentationsize 16:9 WidescreenRob Snelders
2012-04-22removed unused static dataTakeshi Abe
2012-04-22removed unused definesTakeshi Abe
2012-04-21cui: fix position of ED_LINEDISTMETRICMiklos Vajna
I broke that when I added CB_CONTEXTUALSPACING
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold
2012-04-20removed unused definesTakeshi Abe
2012-04-20removed unused const/static dataTakeshi Abe
2012-04-17fdo#40778 Remove dictionary choice when adding new entry to the spellcheckerRob Snelders
2012-04-17translated or removed german comments in connectivity, cppuhelper and cuiFlorian Allmann-Rahn
2012-04-17String::ToInt32->rtl::OUString::toInt32Caolán McNamara
2012-04-16Resolves: fdo#48723 add a (hidden) CancelButton so ESC closes about dialogCaolán McNamara
2012-04-16Resolves: fdo#48659 about dialog misses BuildIDAndrew Higginson
2012-04-11UniString->rtl::OUStringCaolán McNamara
2012-04-11String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson
2012-04-09add package deps for resourcesDavid Tardon
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi