| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Corrected Copyright years in file dialogs from 2007 -> 2008 | Joel Holdsworth | 2008-02-23 | 1 | -1/+3 |
| | | | | (bzr r4832) | ||||
| * | Merged in Native File Dialogs for Windows Branch | Joel Holdsworth | 2008-02-23 | 1 | -4/+99 |
| | | | | (bzr r4830) | ||||
| * | Separated the OCAL import and export dialogs into their own source file - ↵ | Joel Holdsworth | 2007-08-19 | 1 | -35/+0 |
| | | | | | | ocaldialogs.cpp and ocaldialogs.h (bzr r3511) | ||||
| * | add import from ocal feature | Bruno Dilly | 2007-08-16 | 1 | -0/+16 |
| | | | | (bzr r3476) | ||||
| * | changes export to ocal dialog | Bruno Dilly | 2007-08-09 | 1 | -1/+20 |
| | | | | (bzr r3435) | ||||
| * | Renamed various classes: | Joel Holdsworth | 2007-08-01 | 1 | -2/+2 |
| | | | | | | | | | FileDialogBase -> FileDialogBaseGtk FileOpenDialogImpl -> FileOpenDialogImplGtk FileSaveDialogImpl -> FileSaveDialogImplGtk FileExportDialog -> FileExportDialogImpl (bzr r3358) | ||||
| * | Broken filedialog into filedialog and filedialogimpl-gtkmm in preparation ↵ | Joel Holdsworth | 2007-08-01 | 1 | -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 Holdsworth | 2007-07-28 | 1 | -25/+35 |
| | | | | | | they are correctly parented (bzr r3328) | ||||
| * | make all-inkscape-files the default filter instead of all-images (do we need ↵ | bulia byak | 2007-07-18 | 1 | -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 Moulder | 2007-06-21 | 1 | -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. Cruz | 2007-04-06 | 1 | -6/+5 |
| | | | | | | in default list (i.e. jpeg) (bzr r2830) | ||||
| * | comment out debug | bulia byak | 2007-03-25 | 1 | -1/+1 |
| | | | | (bzr r2752) | ||||
| * | More progress with preview and opening of files with non-ascii filenames. ↵ | Bob Jamison | 2007-03-22 | 1 | -1/+5 |
| | | | | | | Still crash on previewing file with an image. (bzr r2738) | ||||
| * | use <errno.h> instead of assuming extern int | Bob Jamison | 2007-03-22 | 1 | -1/+1 |
| | | | | (bzr r2733) | ||||
| * | Make sure there is a decl for "errno" | Bob Jamison | 2007-03-21 | 1 | -5/+5 |
| | | | | (bzr r2731) | ||||
| * | Do some cleanup | Bob Jamison | 2007-03-21 | 1 | -35/+48 |
| | | | | (bzr r2728) | ||||
| * | fix 64-bit issues with width of npos -- patch #1675697 from mellum | MenTaLguY | 2007-03-18 | 1 | -1/+1 |
| | | | | | | (Falk Hueffner) (bzr r2695) | ||||
| * | Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview ↵ | Jon A. Cruz | 2007-03-05 | 1 | -157/+120 |
| | | | | | | on/off in filedialogs (bzr r2553) | ||||
| * | Brought back checkbox and to also append filename upon "save" being hit | Jon A. Cruz | 2007-03-03 | 1 | -45/+57 |
| | | | | (bzr r2524) | ||||
| * | i18n cleanup and adding extension in more cases | Jon A. Cruz | 2007-03-03 | 1 | -13/+29 |
| | | | | (bzr r2518) | ||||
| * | Add the file extension even when the prior name has no extension already | Jon A. Cruz | 2007-03-03 | 1 | -0/+3 |
| | | | | (bzr r2515) | ||||
| * | Speedup when switching types by avoiding setting to a directory we are ↵ | Jon A. Cruz | 2007-03-03 | 1 | -1/+3 |
| | | | | | | already set to (bzr r2514) | ||||
| * | Switched from deferred extension appending to live extension swapping in the ↵ | Jon A. Cruz | 2007-03-02 | 1 | -29/+86 |
| | | | | | | dialog (bzr r2494) | ||||
| * | Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-local | Jon Phillips | 2007-02-11 | 1 | -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 fixes | bulia byak | 2007-01-18 | 1 | -5/+5 |
| | | | | (bzr r2241) | ||||
| * | enable Enter to activate filedialogs | bulia byak | 2006-11-18 | 1 | -3/+3 |
| | | | | (bzr r1973) | ||||
| * | Remove our "fake" location field from the open dialog. Gtk's FileChooser ↵ | Bob Jamison | 2006-11-17 | 1 | -84/+0 |
| | | | | | | has evolved enough that we don't need it any more. (bzr r1970) | ||||
| * | patch 1590039, whitespace | bulia byak | 2006-11-03 | 1 | -9/+8 |
| | | | | (bzr r1891) | ||||
| * | Fixes path memory issues with the save dialog. (Closes: #1089414) | Kees Cook | 2006-10-01 | 1 | -5/+21 |
| | | | | (bzr r1747) | ||||
| * | I added Johan's badass patch for save a copy with the features I requested. | Jon Phillips | 2006-08-22 | 1 | -0/+9 |
| | | | | | | Now it all works quite well! Great! (bzr r1630) | ||||
| * | Add property getters to FileExportDialog | Bob Jamison | 2006-07-19 | 1 | -47/+143 |
| | | | | (bzr r1438) | ||||
| * | Create first mockup for export dialog panel | Bob Jamison | 2006-07-17 | 1 | -13/+146 |
| | | | | (bzr r1432) | ||||
| * | more string cleanup | Bob Jamison | 2006-07-16 | 1 | -12/+15 |
| | | | | (bzr r1422) | ||||
| * | Base all 3 dialogs from a common FileDialogBase to share behaviours | Bob Jamison | 2006-07-13 | 1 | -16/+56 |
| | | | | (bzr r1400) | ||||
| * | clean up redundancies. add a placeholder for Export dialog | Bob Jamison | 2006-07-12 | 1 | -90/+523 |
| | | | | (bzr r1399) | ||||
| * | move filedialog to its new home | Bob Jamison | 2006-07-12 | 1 | -0/+1448 |
| (bzr r1398) | |||||
