summaryrefslogtreecommitdiffstats
path: root/src/preferences.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code.Tavmjong Bah2019-03-271-88/+0
|
* Move Calligraphy preset names to more appropriate place.Tavmjong Bah2019-03-131-12/+0
|
* Don't translate Caligraphy presets in Preferences::_loadDefaults.Tavmjong Bah2019-03-111-6/+10
| | | | Fixes GitLab issue 128.
* Fix (hopefully) Internationalization of default Calligraphy presets.Tavmjong Bah2019-02-101-0/+9
|
* std::unique_ptr<_ObserverData>Thomas Holder2019-01-141-12/+7
|
* std::unique_ptr<PrefNodeObserver>Thomas Holder2019-01-141-9/+1
|
* Fixing Bug #1811551: GCC is not liking missing string_literal in ↵Kishore Debnath2019-01-141-2/+2
| | | | g_strdup_printf(). In this change, I'm adding string literal and this is revoming the compilation problem in mac.
* Fix memleak and hopefully windows CIMarc Jeanmougin2019-01-141-1/+1
|
* Add button to delete prefsMarc Jeanmougin2019-01-111-9/+30
|
* Convert preferences_skeleton to a C++11 raw string.Tavmjong Bah2018-12-181-0/+8
| | | | Move #ifdef stuff to Preferences::_loadDefaults()
* Change parsing an integer from 'atoi' to 'strtol' to allow parsing ↵Tavmjong Bah2018-12-181-1/+1
| | | | hexidecimal values.
* Fix bug 1804946: Measurement tool is very slow when using gridsJabier Arraiza2018-11-251-0/+23
| | | | This move from Namedview to a new prefernecr point to not reload full namedview on meassure
* Clarify licensesMax Gaukler2018-11-081-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
* More caching in prefsMarc Jeanmougin2018-09-121-6/+27
|
* Fix preferences crashThomas Holder2018-09-121-3/+24
| | | | a81d0009 regression
* Cache preference raw valuesMarc Jeanmougin2018-09-111-0/+6
|
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-4/+5
| | | | | This avoids having to pass variables by reference before copying them when calling a constructor.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-41/+41
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-12/+12
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-12/+12
|
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | 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 ```
* Protect against missing "id".Tavmjong Bah2017-10-271-0/+6
|
* Define INKSCAPE_FONTSDIR and add USER/SYSTEM resource paths for fontsEduard Braun2017-10-201-1/+1
| | | | | (Note we always had an empty /share/fonts directory that didn't seem to have any purpose yet)
* Refactor Util::ptr_sharedJan Lingscheid2017-10-181-2/+2
| | | | | Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway.
* Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-281-18/+10
| | | | get_filename methods
* Rewrite UXJabiertxof2017-04-291-0/+29
| | | (bzr r15620.1.12)
* ResetJabiertxof2017-04-281-29/+0
| | | (bzr r15620.1.9)
* Fixing remove prefsJabier Arraiza Cenoz2017-04-271-0/+29
| | | (bzr r15620.1.7)
* Remove properties with default values from 'style' entries in users ↵Tavmjong Bah2016-09-201-0/+2
| | | | | | | preferences.xml file. This prevents 'style' entries from becoming full of unnecessary properties. (bzr r15123)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* Convert accidental member accesses into static function accessesLiam P. White2014-06-261-3/+5
| | | (bzr r13341.5.7)
* 1. make it compileLiam P. White2014-06-251-3/+3
| | | (bzr r13341.5.1)
* Stop observer from crashing when it doesn't exist in preferences.xmlMartin Owens2014-04-201-1/+3
| | | (bzr r13293)
* string class usageKris De Gussem2014-03-161-16/+9
| | | (bzr r13157)
* add null check: should fix bug #1163241 (inkscape crashed with SIGSEGV in ↵Kris De Gussem2014-01-081-0/+3
| | | | | Inkscape::Preferences::_getNode()) (bzr r12902)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-2/+1
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Switched to global UnitTable.Matthew Petroff2013-08-041-2/+2
| | | (bzr r12380.1.62)
* A couple of forward declarationsAlex Valavanis2013-02-111-0/+1
| | | (bzr r12119)
* Fix for 255792 : Calligraphy tool presets managementJohn Smith2012-11-301-0/+11
| | | (bzr r11916)
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-6/+6
| | | (bzr r11686)
* revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵Kris De Gussem2012-09-031-6/+6
| | | | | not enabled) and other issues (bzr r11649)
* converted some c-string usage to c++ string class usage: should fix some ↵Kris De Gussem2012-09-021-6/+6
| | | | | memory leaks (bzr r11646)
* preferences read out: when no unit is specified, assume it is in the ↵Johan B. C. Engelen2011-11-271-1/+6
| | | | | | | | requested units Fixed bugs: - https://launchpad.net/bugs/799848 (bzr r10752)
* Removed use of 'void *' as attemtp to limit access to internals.Jon A. Cruz2011-10-231-20/+16
| | | (bzr r10689)
* cppcheck: variable initialisation / fix possible memory leakKris De Gussem2011-10-221-0/+5
| | | (bzr r10688)
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-0/+44
| | | | | change Preferences > Steps to this new widget (bzr r10177)