summaryrefslogtreecommitdiffstats
path: root/src/prefs-utils.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From trunkTed Gould2008-10-271-96/+0
| | | (bzr r6885)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-146/+1
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* Remove unused and buggy-looking function get_pref_children.Peter Moulder2008-06-051-13/+1
| | | (bzr r5815)
* merge inline patch from JimmyMenTaLguY2008-05-081-1/+1
| | | (bzr r5631)
* More woke on calligraaphic presets:Aubanel Monnier2008-03-191-0/+55
| | | | | | | | | | | | | | | | Added a No Preset entry Made save button and save functionality Changing settings swithces back the preset combo to No Preset Internals: added several functions in pref-utils: add child-pref, get list of children, number of children added a function to retrieve the model from egeActioSelectOne Todos: when a profile is selected, the save button should be a delete button that deletes the current profile find a way to (re)name new profiles find a way to get unique ids (are ids mandatory in preferences anyway ?) (bzr r5125)
* calligraphic profiles are now read from the preferencesAubanel Monnier2008-03-141-1/+7
| | | | | | TODO1: Fix problem on init (Should react on the set signal instead of change but cannot find if such a signal exists) TODO2: Find a way to display svg icons in the combo box and add a property icon_id in configuration (bzr r5088)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+1
| | | | | create methods to match DOM (bzr r2253)
* switch pref/repr utility methods to using long long ints; withbulia byak2006-10-251-6/+6
| | | | | out it, we cannot even store an rgba32 color in an attribute\! (bzr r1860)
* patch for bug 1515934bulia byak2006-07-021-18/+24
| | | (bzr r1347)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+186
(bzr r1)