summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/export.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-18/+18
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-1/+1
2014-11-08export dialog, small code cleanup, should be a noop. (check if pointer is nul...Johan B. C. Engelen1-1/+1
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-09-07Update to experimental r13543Liam P. White1-1/+1
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-1/+1
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-1/+1
2014-03-17Fix for Bug #1158506 (Batch export DPI always at 90).Nicolas Dufour1-1/+1
2014-03-05Fixing branch problemsJabier Arraiza Cenoz1-249/+253
2014-03-05update to trunkJabier Arraiza Cenoz1-253/+249
2014-03-04static code analysis: references for string classes that are function input p...Kris De Gussem1-249/+253
2014-01-10Give the selection id a default just in case every selected item has no id. F...Martin Owens1-1/+1
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-2/+2
2013-12-06Fix for Bug #1257007 ([devlibs-gtk3] Crash when clicking on Export As...).Nicolas Dufour1-1/+9
2013-10-30fix memleak. Export dialog still has many of its pointer members leaking !!!Johan B. C. Engelen1-20/+21
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-2/+2
2013-09-01Fix PNG export with non-px default unit [Bug #1215104].Matthew Petroff1-1/+1
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-3/+3
2013-08-04Switched to global UnitTable.Matthew Petroff1-2/+2
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-4/+3
2013-07-18Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff1-4/+2
2013-07-17Ported "ui/dialog/export.*".Matthew Petroff1-46/+28
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff1-2/+2
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2013-05-14Win32. Adding missing include (failed with the gtk3 devlibs).Nicolas Dufour1-0/+1
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis1-0/+2
2013-03-19Fixing regressionjtx1-5/+21
2013-03-17cppcheckKris De Gussem1-3/+2
2013-03-17Working with widjetsJabier Arraiza Cenoz1-21/+5
2013-03-16Warning cleanupAlex Valavanis1-0/+9
2013-03-15Fix even more forward declaration tagsAlex Valavanis1-5/+12
2013-03-13Migrate remaining dialogs to Gtk::GridAlex Valavanis1-2/+36
2013-02-05Build. Adding test for external GDL build (--enable-gtk3-experimental option).Nicolas Dufour1-0/+5
2012-11-18UI. Fix for Bug #1071104 (Failure to open a browse window when choosing Expor...Nicolas Dufour1-0/+8
2012-11-15cppcheck: Simple fixes for src/ui/dialogAlex Valavanis1-7/+7
2012-11-01Fix for 620568 : Changes to 'Hide all except selected' in Export Bitmap - Rev...John Smith1-4/+8
2012-09-02Export dialog: change markup formatting of labels to be consistent with other...su_v1-3/+3
2012-09-01Fix for 656591 : Export dialog improve access to export filenameJohn Smith1-0/+7
2012-09-01Fix for 618668 : Change dialog wordingJohn Smith1-8/+6
2012-08-27Fix for 168446 : rename menu item Export to PNG ImageJohn Smith1-1/+1
2012-07-24Fix for 620568 : Changes to 'Hide all except selected' in Export BitmapJohn Smith1-5/+5
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-15/+0
2012-07-01Reduce horizontal width of export bitmap dialog. This makes the GTK+ 3 versio...Alex Valavanis1-6/+6
2012-05-25Improve progress granularity when exporting multiple items.Jon A. Cruz1-10/+22
2012-05-24Added option to close export dialog upon completion. Fixes bug #43730.Jon A. Cruz1-0/+22
2012-05-24Added progress to export dialog and disabling export button while busy. Parti...Jon A. Cruz1-11/+38