summaryrefslogtreecommitdiffstats
path: root/src/prefs-utils.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-27From trunkTed Gould1-93/+0
(bzr r6885)
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-12/+57
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-1/+0
(bzr r5815)
2008-03-19More woke on calligraaphic presets:Aubanel Monnier1-0/+6
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-0/+1
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)
2006-10-25switch pref/repr utility methods to using long long ints; withbulia byak1-3/+3
out it, we cannot even store an rgba32 color in an attribute\! (bzr r1860)