summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Collapse)Author
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-16equalsAsciiL faster than equalsAsciiCaolán McNamara
2011-01-14remove superfluous includesDavid Tardon
2011-01-14remove superfluous includesDavid Tardon
2011-01-14specify array size as a constantDavid Tardon
2011-01-14use SAL_N_ELEMENTS to compute array sizeDavid Tardon
2010-12-17WaE: unused parametersCaolán McNamara
2010-12-15convert from the KDE pattern|description format if needed, just in caseLuboš Luňák
2010-12-15save with the proper .doc variant (fdo#32219)Luboš Luňák
KFileDialog::currentFilter() returns only the pattern and not the full filter text, so *.doc alone is ambiguous.
2010-12-15minor fix in a commentLuboš Luňák
2010-12-13remove unused ImageButtonMichael Meeks
2010-12-06Replace all occured, occurance etc.Takeshi Abe
2010-12-03callcatcher: uncalled and uncallable methodsCaolán McNamara
2010-11-26Merge branch 'libreoffice-3-3'Rene Engelhard
2010-11-26When saving a docx file to doc, the used filter is docx.Cédric Bosdonnat
2010-11-22Removing the last of the HC ions from libs-coreJoseph Powers
2010-11-20RTL_CONSTASCII_USTRINGPARAM improvementsJulien Nabet
2010-11-10i#112411: Fixed Gnome filepicker filter selectionMuthu Subramanian K
2010-11-10i#112411: Fixed Gnome filepicker filter selectionMuthu Subramanian K
2010-11-06High-Contrast Cleanup Phase #1Joseph Powers
2010-11-05Have Info.plist use LibO instead of OOo2 as creatorThorsten Behrens
This fixed fdo#30569. There were several places where mac-specific platform files had 'OOo2' hardcoded. Changed this to LibO. (cherry picked from commit 5e0f68b58ba958dedf2ead621c9632b806155ee1)
2010-11-05Have Info.plist use LibO instead of OOo2 as creatorThorsten Behrens
This fixed fdo#30569. There were several places where mac-specific platform files had 'OOo2' hardcoded. Changed this to LibO.
2010-10-29explicit X11 for Xlib callsCaolán McNamara
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-18#i112656# add osl_setEnvironment and osl_clearEnvironmentCaolán McNamara
2010-10-15rely on KFileDialog for automatically adding extensionLuboš Luňák
Otherwise there are two checkboxes, and since it's difficult to get at the KFileDialog one, just assume it does the right thing (which additionally makes it consistent with other KDE apps).
2010-10-15do not use generic class names in the KDE3 fpicker codeLuboš Luňák
2010-10-14add lots more missing sal/macros.h includesMichael Meeks
2010-10-14Switch to use SAL_N_ELEMENTS macro, everywhereKayo Hamid
2010-10-14better fix for QClipboard blocking, future-proofLuboš Luňák
2010-10-13fix AIX buildCaolán McNamara
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-11Fix VOS removal falloutTor Lillqvist
2010-10-08FASTBOOL to bool conversionNorbert Thiebaud
2010-10-07#i113141# show all appropiate formats by default on save asCaolán McNamara
2010-10-07rtl/ustring does not exist, careful with inplace editingFridrich Štrba
2010-10-06Remove redundant #include directives & commentsJ. Graeme Lingard
2010-10-06remove more commented out #includes and related commentsDavid Tardon
2010-10-05fixed fpicker includes after removing the guardsPetr Mladek
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-10-05release solar mutex before entering Qt event loopLuboš Luňák
2010-09-28Pass proper parent window handle to ODMRegisterAppTor Lillqvist
Use short code snippet lifted from fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx to get a suitable window handle. Should fix bnc#398822.
2010-09-14win32-force-version-fix.diff: force WINVER when using non-std win apiThorsten Behrens
2010-08-26novell-win32-odma.diff: ODMA dialog implementation.Tor Lillqvist
i#6885, i#32741
2010-08-26fpicker-kde-less-threads.diff: Update KDE3 fpicker after the threads change.Jan Holesovsky
Introduced in i#93366 - n#427336.