summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialogimpl-gtkmm.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-1624/+1624
| | | (bzr r3883)
* Relocated the code that adds a link to the example folder inside from ↵Joel Holdsworth2007-08-191-3/+13
| | | | | file.cpp to filedialogimpl-gtkmm.cpp (bzr r3525)
* Separated the OCAL import and export dialogs into their own source file - ↵Joel Holdsworth2007-08-191-691/+4
| | | | | ocaldialogs.cpp and ocaldialogs.h (bzr r3511)
* few changes in import from ocal dialogBruno Dilly2007-08-181-1/+3
| | | (bzr r3502)
* add import from ocal featureBruno Dilly2007-08-161-4/+369
| | | (bzr r3476)
* Fix for bug #1752113; added set_preview_widget_active(false) to ↵gorodish2007-08-141-24/+25
| | | | | FileSaveDialogImplGtk::show(). This avoids the crash when the dialog is deleted. (bzr r3471)
* capitalizationbulia byak2007-08-101-1/+1
| | | (bzr r3446)
* changes export to ocal dialogBruno Dilly2007-08-091-0/+305
| | | (bzr r3435)
* fix compilebulia byak2007-08-021-1/+1
| | | (bzr r3360)
* Renamed various classes:Joel Holdsworth2007-08-011-30/+30
| | | | | | | | FileDialogBase -> FileDialogBaseGtk FileOpenDialogImpl -> FileOpenDialogImplGtk FileSaveDialogImpl -> FileSaveDialogImplGtk FileExportDialog -> FileExportDialogImpl (bzr r3358)
* These files were separated out from filedialog.cpp and filedialog.h, so to ↵Joel Holdsworth2007-08-011-0/+1628
facilitate a Win32 verion of these impls (bzr r3357)