summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-251-0/+3
| | | (bzr r11895)
* Preferences. New desktop integration preference for Windows users ↵Nicolas Dufour2012-03-211-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (native/gtk, see Bug #417365). Preferences. Fix for a bug with the preferences dialog when Show dialogs is set to true (always opens on the Selector page). Preferences. UI consistency fix (System information fields not correctly indented). This line and the following will be ignored -------------- modified: src/desktop.cpp src/preferences-skeleton.h src/ui/dialog/filedialog.cpp src/ui/dialog/inkscape-preferences.cpp src/ui/dialog/inkscape-preferences.h unknown: inkscape.el.1 inkscape.ja.1 inkscape.sk.1 inkscape.zh_TW.1 libtool ltmain.sh@ preferencesDialog.diff relink2.diff revert10761.diff rmbackups.sh doc/keys.gl.html doc/keys.pl.html packaging/win32/languages/.fr-xLpu9j/ share/icons/inkscape-trunk.svg share/icons/application/48x48/inkscape-trunk.png src/.libs/ src/libnr/ src/relink.cpp src/relink.h src/extension/dbus/wrapper/inkdbus.pc (bzr r11109)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+2
| | | (bzr r11018)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Put #ifdefs around all code related to the so-called "new" ExportDialog ↵Maximilian Albert2009-08-091-0/+4
| | | | | (whatever that is) (bzr r8456)
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-091-3/+3
| | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
* Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵Maximilian Albert2009-08-071-6/+7
| | | | | dialogs and remember the last used file types in each case (closes LP #184655 and perhaps others; LP #386292 was fixed by the previous commit). (bzr r8432)
* From trunkTed Gould2008-10-271-5/+5
| | | (bzr r6885)
* First patch for Bug 209199: Update Win32 Save As dialog to include a Title ↵Jeff Schiller2008-09-111-6/+12
| | | | | edit box (and label). This edit box is sync'ed with the RDF and doc-level title and allows a user to edit the title prior to save. This patch does not update the GTK dialogs (that will be submitted in a subsequent patch). (bzr r6791)
* Corrected Copyright years in file dialogs from 2007 -> 2008Joel Holdsworth2008-02-231-1/+3
| | | (bzr r4832)
* Merged in Native File Dialogs for Windows BranchJoel Holdsworth2008-02-231-4/+99
| | | (bzr r4830)
* Separated the OCAL import and export dialogs into their own source file - ↵Joel Holdsworth2007-08-191-35/+0
| | | | | ocaldialogs.cpp and ocaldialogs.h (bzr r3511)
* add import from ocal featureBruno Dilly2007-08-161-0/+16
| | | (bzr r3476)
* changes export to ocal dialogBruno Dilly2007-08-091-1/+20
| | | (bzr r3435)
* Renamed various classes:Joel Holdsworth2007-08-011-2/+2
| | | | | | | | FileDialogBase -> FileDialogBaseGtk FileOpenDialogImpl -> FileOpenDialogImplGtk FileSaveDialogImpl -> FileSaveDialogImplGtk FileExportDialog -> FileExportDialogImpl (bzr r3358)
* Broken filedialog into filedialog and filedialogimpl-gtkmm in preparation ↵Joel Holdsworth2007-08-011-2132/+3
| | | | | for a Win32 implementation of the file dialogs (bzr r3356)
* Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵Joel Holdsworth2007-07-281-25/+35
| | | | | they are correctly parented (bzr r3328)
* make all-inkscape-files the default filter instead of all-images (do we need ↵bulia byak2007-07-181-10/+9
| | | | | that at all? MIME has some pretty strange notions of what is an image and what not) (bzr r3266)
* Handle the case of gnome_vfs_init failing. (Fixes Debian bug ↵Peter Moulder2007-06-211-9/+21
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415640.) (bzr r3082)
* Corrected case where extension would not be added for opened filetypes not ↵Jon A. Cruz2007-04-061-6/+5
| | | | | in default list (i.e. jpeg) (bzr r2830)
* comment out debugbulia byak2007-03-251-1/+1
| | | (bzr r2752)
* More progress with preview and opening of files with non-ascii filenames. ↵Bob Jamison2007-03-221-1/+5
| | | | | Still crash on previewing file with an image. (bzr r2738)
* use <errno.h> instead of assuming extern intBob Jamison2007-03-221-1/+1
| | | (bzr r2733)
* Make sure there is a decl for "errno"Bob Jamison2007-03-211-5/+5
| | | (bzr r2731)
* Do some cleanupBob Jamison2007-03-211-35/+48
| | | (bzr r2728)
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-1/+1
| | | | | (Falk Hueffner) (bzr r2695)
* Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview ↵Jon A. Cruz2007-03-051-157/+120
| | | | | on/off in filedialogs (bzr r2553)
* Brought back checkbox and to also append filename upon "save" being hitJon A. Cruz2007-03-031-45/+57
| | | (bzr r2524)
* i18n cleanup and adding extension in more casesJon A. Cruz2007-03-031-13/+29
| | | (bzr r2518)
* Add the file extension even when the prior name has no extension alreadyJon A. Cruz2007-03-031-0/+3
| | | (bzr r2515)
* Speedup when switching types by avoiding setting to a directory we are ↵Jon A. Cruz2007-03-031-1/+3
| | | | | already set to (bzr r2514)
* Switched from deferred extension appending to live extension swapping in the ↵Jon A. Cruz2007-03-021-29/+86
| | | | | dialog (bzr r2494)
* Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-localJon Phillips2007-02-111-0/+40
| | | | | | GNOME-VFS URIs. We could do before on commandline, but this allows us to with the gui! Yeah! This is useful for the plans for webdav and Open Clip Art Library. (bzr r2357)
* text fixesbulia byak2007-01-181-5/+5
| | | (bzr r2241)
* enable Enter to activate filedialogsbulia byak2006-11-181-3/+3
| | | (bzr r1973)
* Remove our "fake" location field from the open dialog. Gtk's FileChooser ↵Bob Jamison2006-11-171-84/+0
| | | | | has evolved enough that we don't need it any more. (bzr r1970)
* patch 1590039, whitespacebulia byak2006-11-031-9/+8
| | | (bzr r1891)
* Fixes path memory issues with the save dialog. (Closes: #1089414)Kees Cook2006-10-011-5/+21
| | | (bzr r1747)
* I added Johan's badass patch for save a copy with the features I requested. Jon Phillips2006-08-221-0/+9
| | | | | Now it all works quite well! Great! (bzr r1630)
* Add property getters to FileExportDialogBob Jamison2006-07-191-47/+143
| | | (bzr r1438)
* Create first mockup for export dialog panelBob Jamison2006-07-171-13/+146
| | | (bzr r1432)
* more string cleanupBob Jamison2006-07-161-12/+15
| | | (bzr r1422)
* Base all 3 dialogs from a common FileDialogBase to share behavioursBob Jamison2006-07-131-16/+56
| | | (bzr r1400)
* clean up redundancies. add a placeholder for Export dialogBob Jamison2006-07-121-90/+523
| | | (bzr r1399)
* move filedialog to its new homeBob Jamison2006-07-121-0/+1448
(bzr r1398)