summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialogimpl-gtkmm.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-31Implement "translationdomain" attribute for extensionsPatrick Storz1-5/+5
Will allow extensions to ship their own message catalog used for translation of the extension#s strings. Needs to be set on the root <inkscape-extension> element of the .inx Currently supported values: - unset: use default textdomain (which happens to be 'inkscape') - 'inkscape': use Inkscape's message catalog - 'none': disable translation for the extension's strings
2019-03-27Remove unused code for NEW_EXPORT_DIALOGPatrick Storz1-343/+0
Functionality seems to have been replaced by "Save a Copy" and the PNG export dialog respectively.
2019-02-19Put SVGPreview into it's own file.Tavmjong Bah1-417/+0
2019-02-16Fix preview for large fileNathan Lee1-2/+1
2019-02-12Header cleanup.Tavmjong Bah1-1/+0
2019-01-02modernize loopsMarc Jeanmougin1-14/+5
2018-12-07Add some SVG 2 fallbacks:Tavmjong Bah1-1/+15
* Meshes (fill only) * Markers: auto-start-reverse, context-stroke/fill * Text
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-11-06C++ify SVGViewWidget. Remove unused code.Tavmjong Bah1-218/+154
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-2/+2
This reduces the boilerplate required to add a new element to a container.
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-6/+3
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-17/+17
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2018-01-07Improve FileSave dialogMarc Jeanmougin1-1/+21
2017-11-07Misc. typosUnknown1-3/+3
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2017-10-13Remove deprecated GNOME VFSStefano Facchini1-34/+16
Just use Gio::File when access to non-local files is needed.
2017-06-28Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens1-3/+3
get_filename methods
2017-01-12Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun1-1/+1
(fixes compilation with i686-w64-mingw32) (bzr r15414)
2016-12-27Rm more deprecated Gtk::StockAlex Valavanis1-7/+6
(bzr r15367)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-74/+12
(bzr r15023.2.7)
2015-08-20UI. Fix for Bug #1485831 (Preview of bitmap image in file chooser no longer ↵Nicolas Dufour1-28/+40
displays its dimensions). Fixed bugs: - https://launchpad.net/bugs/1485831 (bzr r14310)
2014-10-05Attempt to fix build breakage reported by su_v (but not seen locally).Tavmjong Bah1-1/+3
(bzr r13341.1.252)
2014-10-05Use actual SVG width and height property values in preview image text.Tavmjong Bah1-2/+38
(bzr r13341.1.251)
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
(bzr r13341.1.247)
2014-09-27Update to experimental r13565Liam P. White1-1/+1
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-1/+1
(bzr r13090.1.108)
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
(bzr r13341.1.192)
2014-08-30Reduce header bloatAlex Valavanis1-0/+1
(bzr r13341.1.184)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-1/+2
disallow pointers to Application (bzr r13341.5.9)
2014-06-27Move constructor/destructor into private section, remove protected section. ↵Liam P. White1-1/+1
Rename init(). Add to-do list. (bzr r13341.5.8)
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-1/+1
(bzr r13341.5.7)
2014-06-264. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White1-1/+1
members, simplify signals (bzr r13341.5.6)
2014-06-251. make it compileLiam P. White1-1/+1
(bzr r13341.5.1)
2014-03-30better code format filedialogimpl-gtkmm.cpp. Also cleanup some minor code issuesJohan B. C. Engelen1-614/+549
(bzr r13241)
2014-03-30imageicon: clean up unnecessary file existance check introduced in rev ↵Johan B. C. Engelen1-16/+15
12263. Could theoretically lead to uninitialized value use (of "info" struct) same for filedialogimpl-gtkmm (bzr r13240)
2013-04-03Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵Kris De Gussem1-1/+1
freezes at opening) (bzr r12263)
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis1-0/+5
check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
2013-03-17cppcheckKris De Gussem1-4/+4
(bzr r12218)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-8/+8
christmas\!) (bzr r11986)
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-12/+0
Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
2012-11-25Fix for 1036059 : Keyboard shortcut editorJohn Smith1-1/+20
(bzr r11895)
2012-10-31Fix for Bug #1069806 (Inkscape crash in File>Open).Nicolas Dufour1-6/+5
(bzr r11856)
2012-07-15Fix for 1023655 : Improvments to Embedded script UIJohn Smith1-0/+20
(bzr r11549)
2012-06-12cppcheckKris De Gussem1-1/+1
(bzr r11492)
2012-05-27file dialog fixes for GTK+ 3Alex Valavanis1-11/+79
(bzr r11423)
2012-04-11i18n. Adding some context tags (disambiguation).Nicolas Dufour1-1/+1
(bzr r11224)