summaryrefslogtreecommitdiffstats
path: root/src/prefs-utils.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-27From trunkTed Gould1-96/+0
(bzr r6885)
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-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)
2008-06-05Remove unused and buggy-looking function get_pref_children.Peter Moulder1-13/+1
(bzr r5815)
2008-05-08merge inline patch from JimmyMenTaLguY1-1/+1
(bzr r5631)
2008-03-19More woke on calligraaphic presets:Aubanel Monnier1-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)
2008-03-14calligraphic profiles are now read from the preferencesAubanel Monnier1-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)
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY1-1/+1
create methods to match DOM (bzr r2253)
2006-10-25switch pref/repr utility methods to using long long ints; withbulia byak1-6/+6
out it, we cannot even store an rgba32 color in an attribute\! (bzr r1860)
2006-07-02patch for bug 1515934bulia byak1-18/+24
(bzr r1347)