summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/fpicker
AgeCommit message (Expand)AuthorFilesLines
2014-02-23Remove unneccessary commentsAlexander Wilms3-48/+48
2014-02-21vcl: sal_Bool -> boolStephan Bergmann2-16/+16
2014-02-06Related: rhbz#1061864 filtername is somehow NULLCaolán McNamara1-2/+5
2014-02-04fdo#44270: vcl: GTK+ file picker: fix non-grouped filter patternsMichael Stahl1-1/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin1-1/+1
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2-2/+2
2013-10-28fixincludeguards.sh: vclThomas Arnhold3-8/+8
2013-08-30wait until we know the UI language before initializing gtkCaolán McNamara2-20/+0
2013-07-29Remove effectively unused INetURLObject OString overloadsStephan Bergmann1-1/+1
2013-07-12set primary and secondary text on the gtk overwrite queryboxCaolán McNamara3-12/+44
2013-07-11rhbz#980387 fix filter selection from file ext.David Tardon1-1/+21
2013-07-09Remove warning by using the right printf commandsArnaud Versini1-4/+4
2013-06-05Fix memory leak in SalGtkFilePicker::SalGtkFilePicker.Mark Wielaard1-0/+2
2013-06-05Fix memory leak in SalGtkFilePicker::execute.Mark Wielaard1-1/+3
2013-06-05Fix memory leak in SalGtkPicker::uritounicode.Mark Wielaard1-0/+1
2013-05-11fdo#64311 - fix pre-processor conditionals & don't bail-out without gnome-vfs.Michael Meeks2-2/+2
2013-05-11fdo#64311 - don't encourage the fpicker to give us URLs we can't handle.Michael Meeks2-0/+8
2013-05-06fdo#46808, Use service constructor for uri::ExternalUriReferenceTranslatorNoel Grandin1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák7-103/+101
2013-04-02vcl: convert some fprintf to SAL_INFOThomas Arnhold1-4/+1
2013-03-28use LanguageTag::getGlibcLocaleString()Eike Rathke1-10/+3
2013-03-26fixed out of bounds substring accessEike Rathke1-1/+3
2013-03-19handle the empty URL case in file pickerGergő Mocsi2-0/+6
2013-03-19further OUString cleanupThomas Arnhold1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2-3/+3
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-8/+8
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-2/+1
2013-02-15Resolves: rhbz#910176 cannot select directory with gnome folder pickerCaolán McNamara1-2/+11
2013-02-15fix fdo#60804 - Print to File leads to CrashNoel Grandin2-23/+9
2013-01-23Unused #includesStephan Bergmann1-8/+0
2013-01-07callcatcher: update unused codeCaolán McNamara2-6/+0
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2-4/+4
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann3-11/+5
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks8-187/+115
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2-2/+4
2012-08-08remove include comments and boxesThomas Arnhold5-17/+0
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-2/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-07WaE: Fix cppcheck syntax error warningPhilipp Weissenbacher1-2/+2
2012-02-02Fix for fdo43460 Part LIX getLength() to isEmpty()Olivier Hallot2-11/+11
2012-01-25reduce unnecessary includesCaolán McNamara1-1/+0
2012-01-15WaE: deprecated functionDavid Tardon1-1/+1
2012-01-05better to have test for isEmpty firstCaolán McNamara1-1/+1
2011-12-26fix assertion error in GtkFolderPicker during recovery dialogMarkus Mohrhard1-1/+1
2011-12-02gtk: remove un-necessary fprintfs on fpickersMichael Meeks2-2/+0
2011-11-07gtk: cleanup resource provider and associated lifecycle issueMichael Meeks6-167/+40
2011-11-07gtk3: port file-picker, using more standard combobox APIs etc.Michael Meeks4-56/+45