summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Collapse)AuthorAgeFilesLines
* Some cppcheck cleaningJulien Nabet2013-02-201-2/+1
| | | | Change-Id: I0b9d3b5f8283e2fddc96b220a755ba6bcdd11606
* various efforts to consistently apply HIG rulesCaolán McNamara2013-02-201-9/+42
| | | | Change-Id: Ic55935d449cf69eb69da1be5bdb44d93f56f7d88
* typo: allways -> alwaysAndras Timar2013-02-204-4/+4
| | | | Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
* fixup class vs. constructor definitionNoel Grandin2013-02-202-11/+7
| | | | Change-Id: Idab639141a989bc9752df67b083a5d6e1e01ac37
* fixupStephan Bergmann2013-02-201-1/+2
| | | | Change-Id: Idefe8c963d1579443dbce311ecd57f4311085840
* KDE4FilePicker: un-break buildMichael Stahl2013-02-202-14/+13
| | | | Change-Id: Id41a0f4bc7db04f343a50ff23080a616abbbd6c6
* more fixes for my FilePicker changesNoel Grandin2013-02-202-4/+8
| | | | | | | in 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style" Change-Id: Ie23b49d9eb6e491b543d44da124e50efa5b65376
* WaE: equality comparison with extraneous parenthesesTor Lillqvist2013-02-191-1/+1
| | | | Change-Id: I3120fbc031dfa018282150addce6e5fe03aaf5da
* fix documentation to match realityLuboš Luňák2013-02-191-2/+2
| | | | Change-Id: Ibeb24ca336c599e75108a25d1a017f97092681e7
* Remove RTL_CONST_STRINGPARAMChr. Rossmanith2013-02-192-49/+49
| | | | | | | Change-Id: Iac8a36a1f4a9c56d7b8689acd1b2273550a8c968 Reviewed-on: https://gerrit.libreoffice.org/2257 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* fdo#56886 EMF: Fixes some scaling problems of clipped regions, TwipsLennard Wasserthal2013-02-193-29/+127
| | | | | | | | | | | | | | If a Metafile's scaling is incompletely defined, there are some arbitrary values used. This bug is just filed as regression because aoo 3.3 used the WMF part and Lo the EMF part! Please use environment variable EMF_PLUS_DISABLE if you have further problems with EMF files. This Patch also adds an (untested) TWIPS scaling, which was missing. known issue: vertical text ratio still scaled differently than lineart. Change-Id: I7c0139853961eb338476a9e3a5e08d3f87225f2e Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/1886 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* add a mechanism to load TimeFields from .ui filesCaolán McNamara2013-02-192-27/+100
| | | | Change-Id: I7704f46d262888639a17c5219e784559db91b847
* really, don't obtain the process locale 500 timesEike Rathke2013-02-191-13/+20
| | | | | | Twice for each font ... Change-Id: Ib4589f8a11e0c14f0c5235e17d0c68e67d93b0b4
* added language tags commentEike Rathke2013-02-181-0/+1
| | | | Change-Id: Ia71e1b9149b823a30cbeb1e75e04d27b40f11b12
* no need to expand the BRAND_BASE_DIR macro multiple timesEike Rathke2013-02-181-16/+18
| | | | Change-Id: I085759537f64489e76e2f33a820cde14767d116a
* slightly improved parameter passingEike Rathke2013-02-181-22/+19
| | | | Change-Id: I75b6bc42285cb3c671dcd4b437db54d5003a2898
* consistent fall-back chain for (branded) aboutEike Rathke2013-02-181-20/+38
| | | | | | | Make Application::LoadBrandBitmap() and LoadBrandSVG() use the same and consistent fall-back chain to obtain localized files, if any. Change-Id: I396f59ec5ffe7ee323b798c6c66241bd76a4b30a
* localizedsorter::bestname: info for non-ISO locale and commentEike Rathke2013-02-181-0/+3
| | | | | | Until fontconfig will support language tags. Change-Id: I831d066e91c00e62651409a0f9e6c8ed52b39150
* coverity#983232 Resource leakNorbert Thiebaud2013-02-181-0/+1
| | | | | | | Change-Id: If4704847d4ef69d512f05dc12bcb01ac0d9d54b3 Reviewed-on: https://gerrit.libreoffice.org/2201 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* coverity: pass by const reference is more efficientMarkus Mohrhard2013-02-171-2/+1
| | | | Change-Id: I08cebe4aca8eaa5a2be8c319c2de20de10dbd2d3
* Work around problem with boost::shared_array(NULL) ctor and Boost 1.53.0Stephan Bergmann2013-02-161-1/+1
| | | | | | | | | | ...claiming template<class Y> boost::shared_array<T>::shared_array(Y*) is not a viable option due to mismatched types 'Y*' and 'long int' Change-Id: I8db321cd25cd73c84fa2a3124c9ec1018c131d5f
* Resolves: rhbz#895196 sc filter float a11y parent of itself loop/recurseCaolán McNamara2013-02-153-3/+18
| | | | Change-Id: I3679e7cfcd32a78b40c6a7b803c92ff0abe6f32c
* Resolves: rhbz#910176 cannot select directory with gnome folder pickerCaolán McNamara2013-02-151-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | << gtk documentation gtk_file_chooser_get_current_folder_uri () Gets the current folder of chooser as an URI. Note that this is the folder that the file chooser is currently displaying ... which is not the same as the currently-selected folder if the chooser is in GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER mode ... to get the currently-selected folder in that mode, use gtk_file_chooser_get_uri() as the usual way to get the selection. >> << offapi documentation XFolderPicker getDisplayDirectory: Returns the root directory that the FolderPicker is showing. getDirectory Returns the selected directory >> so getDisplayDirectory <-> gtk_file_chooser_get_current_folder_uri and getDirectory <-> gtk_file_chooser_get_uri Change-Id: Iaa5ab16a250cd59fe5e8bd02149298eef6d1dec2
* tabpages size req not factoring in border widthCaolán McNamara2013-02-152-2/+3
| | | | Change-Id: Ie7396b63a64e89bb7aa7c0e284faab7ed380c4c1
* fix fdo#60804 - Print to File leads to CrashNoel Grandin2013-02-152-23/+9
| | | | | | | | This was because of my busted commit in 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style" Change-Id: Iaf99dcf052b5aac7f995b86a0e8af9725839802d
* teach radiogroup loader about custom propertiesCaolán McNamara2013-02-141-1/+5
| | | | Change-Id: I318d9bace6f2c6aa9c10a592cb2134ba1c0d914e
* Avoid ambiguities after string clean-up of InfoBox usersStephan Bergmann2013-02-142-2/+2
| | | | Change-Id: Icbce1220df0a08b32f78b863a15daf34522d1671
* add a custom wrap prop to radiobuttons/checkboxesCaolán McNamara2013-02-141-3/+11
| | | | Change-Id: Idccf3eceb8e9c8a42027dc837eb6d5b405fece67
* make compilable on RHEL-6Caolán McNamara2013-02-142-1/+5
| | | | Change-Id: I5d0e2c23af1972c84e999ad458ae47703d94e9e0
* update pch headers, broken by 1aaf9a9Luboš Luňák2013-02-131-5/+5
|
* Some cppcheck cleaningJulien Nabet2013-02-131-1/+1
| | | | Change-Id: I3d515fabc272e5c14f2e2779da1c43f92514f290
* Some cppcheck cleaningJulien Nabet2013-02-121-2/+1
| | | | Change-Id: Idb380dbb7470dbdb371778ba0c486392cc55380e
* Some cppcheck cleaningJulien Nabet2013-02-121-2/+4
| | | | Change-Id: I65b2b9b0001843b2153d228b994f08f5b5565880
* remove executable bit on .cxx filesLuboš Luňák2013-02-121-0/+0
|
* Fix compilation of kde/kde4Stephan Bergmann2013-02-122-2/+4
| | | | | | | ...broken by 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style." Change-Id: I5fa8130507222b8588c15bdb9efd86daba7c0f38
* fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin2013-02-123-28/+9
| | | | Change-Id: I576a472e22ad0e3798f4b34d808ac320f13d3e6d
* fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin2013-02-126-118/+67
| | | | Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
* fdo#46808, convert i18n::InputSequenceChecker to new-styleNoel Grandin2013-02-122-16/+6
| | | | Change-Id: I29678d74ae3c6dc38d3d09e2cf4a0d4f28f789a1
* Resolves: rhbz#527719 #i105784# improve selection of fallback fontCaolán McNamara2013-02-111-14/+21
| | | | Change-Id: Ib935ebd1609d4584d464e42fa418c2e91202e59b
* fdo#46808, Adapt java::JavaVirtualMachine UNO service to new styleNoel Grandin2013-02-111-4/+3
| | | | Change-Id: Ib0329b9cdc4290ce98c4182e8466c1b44b408341
* add 6 width border to toplevel widgets of printdialogJoren De Cuyper2013-02-101-0/+4
| | | | | | | Change-Id: I415769aeda335d65a4a5dc03be56e26a860046e3 Reviewed-on: https://gerrit.libreoffice.org/2067 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* win-specific fixes for 9e310cc32923ceb4b18d97ce68d54a339b935f01Luboš Luňák2013-02-082-8/+8
|
* what a convoluted way to split path into dir and file; and broken, tooLuboš Luňák2013-02-081-3/+4
| | | | | | This should make it handle paths with spaces properly. Change-Id: Ic4e36449435e1bab2441ea011ccea018f14b98cf
* fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-02-0812-48/+44
| | | | | | | Change-Id: I6daea312198fae3a9717bd8d4fea6371aa4cd275 Reviewed-on: https://gerrit.libreoffice.org/1962 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* janitorial tidyingCaolán McNamara2013-02-082-10/+3
| | | | Change-Id: I4f37cb4bcde935bfbf6d412f4c81ef0451245f00
* resolve fdo#60450 - Printer list is missing its border in Print dialogJoren De Cuyper2013-02-082-2/+12
| | | | | | | Change-Id: I2e28b9f9d52bcb01b04f98d39d12b6d8a627bec5 Reviewed-on: https://gerrit.libreoffice.org/2043 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* AtkListener::updateChildList: assert when getAccessibleChild ...Michael Stahl2013-02-071-1/+8
| | | | | | ... throws IndexOutOfBoundsException, since it's not supposed to happen. Change-Id: I876e6cede88f86d12543d3ce65e1b0a0ca5389a7
* decrement for-loop variable instead of incrementing itChr. Rossmanith2013-02-071-1/+1
| | | | Change-Id: Id989bcf78fc10eb29e9afd89c71e2deb2b98b4d3
* if a font is not available, show its name in italic in the font comboLuboš Luňák2013-02-061-2/+2
| | | | Change-Id: Ia7d0de2c3017f450b9ace31753a351601ca6f1f0
* replace (Xub)String with OUString in vclChr. Rossmanith2013-02-0620-153/+150
| | | | | | | 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>