summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Collapse)AuthorFilesLines
2010-12-06Replace all occured, occurance etc.Takeshi Abe5-8/+8
2010-12-03callcatcher: uncalled and uncallable methodsCaolán McNamara2-47/+0
2010-11-26Merge branch 'libreoffice-3-3'Rene Engelhard1-1/+1
2010-11-26When saving a docx file to doc, the used filter is docx.Cédric Bosdonnat1-1/+1
2010-11-22Removing the last of the HC ions from libs-coreJoseph Powers1-8/+3
2010-11-20RTL_CONSTASCII_USTRINGPARAM improvementsJulien Nabet32-169/+160
2010-11-10i#112411: Fixed Gnome filepicker filter selectionMuthu Subramanian K1-2/+11
2010-11-10i#112411: Fixed Gnome filepicker filter selectionMuthu Subramanian K1-2/+11
2010-11-06High-Contrast Cleanup Phase #1Joseph Powers3-17/+5
2010-11-05Have Info.plist use LibO instead of OOo2 as creatorThorsten Behrens1-1/+1
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 Behrens1-1/+1
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 McNamara1-1/+1
2010-10-28add modelines to .hxx files as wellCaolán McNamara86-4/+244
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud1-1/+0
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud16-20/+20
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud11-80/+80
2010-10-18remove non-compiled codePovilas Kanapickas1-5/+0
2010-10-18#i112656# add osl_setEnvironment and osl_clearEnvironmentCaolán McNamara4-39/+46
2010-10-15rely on KFileDialog for automatically adding extensionLuboš Luňák1-25/+17
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ňák7-71/+71
2010-10-14add lots more missing sal/macros.h includesMichael Meeks3-1/+3
2010-10-14Switch to use SAL_N_ELEMENTS macro, everywhereKayo Hamid3-9/+8
2010-10-14better fix for QClipboard blocking, future-proofLuboš Luňák1-7/+18
2010-10-13fix AIX buildCaolán McNamara4-0/+24
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth73-0/+202
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 Lillqvist1-1/+1
2010-10-08FASTBOOL to bool conversionNorbert Thiebaud1-2/+0
2010-10-07#i113141# show all appropiate formats by default on save asCaolán McNamara5-34/+85
2010-10-07rtl/ustring does not exist, careful with inplace editingFridrich Štrba3-3/+3
2010-10-06Remove redundant #include directives & commentsJ. Graeme Lingard3-32/+0
2010-10-06remove more commented out #includes and related commentsDavid Tardon4-40/+0
2010-10-05fixed fpicker includes after removing the guardsPetr Mladek1-1/+1
2010-10-05more removed include guards using fixguard.pyPetr Mladek15-54/+0
2010-10-05remove include guards using fixguard.pyPetr Mladek23-72/+0
2010-10-05release solar mutex before entering Qt event loopLuboš Luňák1-1/+7
2010-09-28Pass proper parent window handle to ODMRegisterAppTor Lillqvist1-1/+16
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 Behrens1-0/+2
2010-08-26novell-win32-odma.diff: ODMA dialog implementation.Tor Lillqvist10-4/+1211
i#6885, i#32741
2010-08-26fpicker-kde-less-threads.diff: Update KDE3 fpicker after the threads change.Jan Holesovsky2-4/+48
Introduced in i#93366 - n#427336.
2010-08-26fpicker-kde-3layer.diff: Fix the KDE fpicker for 3layer OOo.Jan Holesovsky1-0/+1
2010-08-26fpicker-kde-modal.diff: KDE fpicker should be modal.Jan Holesovsky3-6/+42
n#265718.
2010-08-26fpicker-kde-non-utf8.diff: Work even with non-UTF-8 locales.Jan Holesovsky2-27/+27
n#168616.
2010-08-26fpicker-kde-dont-overwrite.diff: Do not overwrite files containing spaces.Jan Holesovsky1-6/+4
n#241080.
2010-08-26fpicker-kde-too-wide.diff: Fix a too wide dialog.Jan Holesovsky1-1/+6
"Menu -> Insert -> Picture -> From File..." dialog - n#72010.
2010-08-26fpicker-kde-local-media2.diff: Handle media:/ files locally.Jan Holesovsky2-8/+26
2010-08-26fpicker-kde-local-media.diff: Handle media:/ files locally.Jan Holesovsky1-2/+14
2010-08-26fpicker-kde-resmgr.diff: Adapt to changes in resources handling.Jan Holesovsky3-5/+11
2010-08-26fpicker-kde-filter-name.diff: Workaround for "Filter name (*.blah)"Jan Holesovsky1-0/+14
(vs. "Filter name" in Insert->Picture->From File...) - n#66873.
2010-08-26fpicker-kde-partial-kio.diff: Download the file locally.Jan Holesovsky2-12/+107
Use KIO for that - n#60527.
2010-08-26fpicker-common-build.diff: Modify the fpicker makefile.Jan Holesovsky2-1/+5