summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A couple of simple Gtk3 fixesAlex Valavanis2012-05-061-0/+8
| | | (bzr r11342)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-1/+1
| | | (bzr r11304)
* header cleaningAlex Valavanis2012-02-261-1/+3
| | | (bzr r11017)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-1/+0
| | | | | | | | 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)
* copyeditbulia byak2008-07-121-1/+1
| | | (bzr r6264)
* allow inx to suppress live preview checkboxbulia byak2008-04-181-1/+1
| | | (bzr r5469)
* r18238@shi: ted | 2008-03-01 14:46:00 -0800Ted Gould2008-03-031-2/+2
| | | | | Fixing it so that input/output have OK/Cancel like they used to. (bzr r4935)
* r18237@shi: ted | 2008-03-01 14:41:25 -0800Ted Gould2008-03-031-4/+1
| | | | | | | | Fix for LP: #191772 Makes it so that the response handler handles the DELETE_EVENT response also. Basically handled the same as close. (bzr r4934)
* r18223@shi: ted | 2008-02-29 14:22:41 -0800Ted Gould2008-02-291-2/+7
| | | | | | | | Fix for LP: 169066 Makes it so that the preference dialog doesn't try to run an effect that doesn't exist for input/output pref dialogs. (bzr r4909)
* r18220@shi: ted | 2008-02-29 13:18:55 -0800Ted Gould2008-02-291-41/+85
| | | | | | | | | | | | | | | | | | | | | | | | Okay, sadly I'm not keeping the version history because I'm not convenced that SVK will do it right. One mega-patch, but that's life. Reshuffle the exection-env and prefdialog code so that the state machines aren't intertwines, which fixes a whole host of bugs with them. I think the behavior is correct now. Make it so that the effects can count how many preferences they have to determine if the dialog should be shown (fix above). Once this code was written it was easy to make it show an ellipsis on the verb if there is a dialog or not. This involved removing ellipsis from those effects that had it hard coded. Make it so that the parameters know that their command line options are going into a list. They don't have to acknowledge it, but they can, and specifically notebook does and handles it differently. This should fix the notebooks on Win32, but doesn't apparently completely. Change the script extension on windows to use pythonw instead of python so that the command line doesn't appear all the time. (bzr r4908)
* pointer check, to prevent rapid crash on pdf/ps-exportAdib Taraben2008-02-201-4/+7
| | | (bzr r4793)
* r17821@shi: ted | 2008-01-31 12:59:57 -0800Ted Gould2008-02-041-60/+17
| | | | | Okay, I'm not 100% sure what all these changes are but I want to start working on this again from a checked in point. I'll fix the bugs from here. (bzr r4653)
* Fix bug [ 1811188 ] save as PS/EPS crashesJohan B. C. Engelen2007-11-041-1/+6
| | | (bzr r4023)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-3/+3
| | | (bzr r3753)
* r16474@tres: ted | 2007-08-31 21:37:33 -0700Ted Gould2007-09-011-2/+1
| | | | | Changes that SVK borked. (bzr r3656)
* r16442@tres: ted | 2007-08-30 21:51:42 -0700Ted Gould2007-09-011-0/+7
| | | | | | | One preference dialog per effect. Nothing crazy here. Also setting the timer to be ref counted in lock/unlock mode. This way the whole thing stays locked while the dialog is shown. (bzr r3653)
* r16406@tres: ted | 2007-08-29 20:14:55 -0700Ted Gould2007-09-011-3/+10
| | | | | | Reroute the way that the preferences signal changes so that pinning works as expected. Fixes a segmentation fault. (bzr r3645)
* r16405@tres: ted | 2007-08-29 19:50:24 -0700Ted Gould2007-09-011-0/+1
| | | | | Removing some debug messages. (bzr r3644)
* r16404@tres: ted | 2007-08-29 19:48:31 -0700Ted Gould2007-09-011-0/+1
| | | | | Making unpinned listen to you liveEffect settings. (bzr r3643)
* r16403@tres: ted | 2007-08-29 09:10:45 -0700Ted Gould2007-09-011-4/+1
| | | | | | Fixed a tricky segmentation fault. Multithreading is hard when you don't have threads :) (bzr r3642)
* r16340@tres: ted | 2007-08-20 19:02:50 -0700Ted Gould2007-09-011-0/+15
| | | | | Pinned is still not working, somewhat usable state. Worth checking in. (bzr r3639)
* r16339@tres: ted | 2007-08-19 19:47:57 -0700Ted Gould2007-09-011-2/+3
| | | | | | Live preview toggling is working. Pinning, not as much. But getting there. (bzr r3638)
* (bzr r3637)Ted Gould2007-09-011-2/+11
|
* r16267@tres: ted | 2007-08-16 23:04:38 -0700Ted Gould2007-09-011-15/+69
| | | | | | | Basic functionality. Still doesn't cancel all of the execution environment stuff. But the other parts are working. Good checkin point. (bzr r3636)
* r16220@tres: ted | 2007-08-15 19:43:11 -0700Ted Gould2007-09-011-0/+17
| | | | | | | Okay, so now things are a little more connected. The widgets are parameters and they have signals. Work left is to actually USE those signals ;) (bzr r3634)
* r16003@tres: ted | 2007-07-27 08:51:45 -0700Ted Gould2007-09-011-13/+41
| | | | | | Nothing new is working really, but this is a good stopping point in the restructuring. (bzr r3633)
* r15556@tres: ted | 2007-06-08 08:57:40 -0700Ted Gould2007-06-271-0/+10
| | | | | Adding some functions for future expansion. (bzr r3134)
* Added fix from Andre Twupack for prefdialog.cpp's needed gettext support for ↵Jon Phillips2006-10-231-5/+6
| | | | | titles...a small one (bzr r1849)
* remove 'Preferences' from dialog title, as discussed on mlbulia byak2006-05-291-1/+1
| | | (bzr r1055)
* r11472@tres: ted | 2006-04-22 20:32:45 -0700Ted Gould2006-05-021-1/+7
| | | | | | Making it so the title is internationalize properly. Allowing the preferences string to move to either side of the name of the extension. (bzr r680)
* r11145@tres: ted | 2006-03-27 22:01:44 -0800Ted Gould2006-03-291-4/+1
| | | | | Ah, missed some help dialog stuff. Ah, cruft. (bzr r363)
* r11143@tres: ted | 2006-03-27 21:54:21 -0800Ted Gould2006-03-291-0/+2
| | | | | | | | | | Hiding the button for the extension editor and the help button on the preferences dialogs. While they are marginially useful now, I've had too much of this code on my machine for too long. I'd like to have more of it see the light of day, and protect it from thigns like crashes. Defeats the point of Open Source if everything is just sitting on my harddrive. (bzr r361)
* r10985@tres: ted | 2006-02-25 21:56:46 -0800Ted Gould2006-03-291-0/+18
| | | | | Adding in documentation (bzr r349)
* r10982@tres: ted | 2006-02-18 22:08:28 -0800Ted Gould2006-03-291-1/+4
| | | | | Adding in a little bit of horizontal spacing. Cleans things up a touch. (bzr r346)
* r10950@tres: ted | 2006-02-16 08:36:49 -0800Ted Gould2006-03-291-2/+3
| | | | | | Instead of showing the help button or not, let's make it so it is sensitive or not. This will be a better UI. (bzr r340)
* r10949@tres: ted | 2006-02-16 08:33:36 -0800Ted Gould2006-03-291-4/+5
| | | | | Basic help dialog coming up and working. (bzr r339)
* r10923@tres: ted | 2006-02-13 09:47:15 -0800Ted Gould2006-03-291-0/+14
| | | | | Adding in the help dialog basics. (bzr r336)
* r10921@tres: ted | 2006-02-13 09:40:25 -0800Ted Gould2006-03-291-3/+5
| | | | | | | Adding in support for a <help> tag in the base extension part of the INX file. Currently that just gets passed to the prefdialog, but it will be used in a little while. (bzr r334)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+48
(bzr r1)