summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* r18381@shi: ted | 2008-03-07 20:11:34 -0800Ted Gould2008-04-041-1/+1
| | | | | | | | | | | | | | | New work branch r18391@shi: ted | 2008-03-08 21:36:03 -0800 Moving the parameters around to clean up the directories. r18392@shi: ted | 2008-03-08 21:57:14 -0800 Moving the 'get' function to cpp r18870@shi: ted | 2008-04-03 21:10:20 -0700 Adding in to the parameter prototype the ability to have a gui-tip and a gui-hidden parameter r18871@shi: ted | 2008-04-03 21:17:39 -0700 Using the _gui-hidden parameter to block the creation of the widget if set. r18890@shi: ted | 2008-04-03 21:53:55 -0700 Merge from r18024 which got lost in the shuffle. (bzr r5322)
* r18220@shi: ted | 2008-02-29 13:18:55 -0800Ted Gould2008-02-291-23/+17
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* r16406@tres: ted | 2007-08-29 20:14:55 -0700Ted Gould2007-09-011-1/+4
| | | | | | Reroute the way that the preferences signal changes so that pinning works as expected. Fixes a segmentation fault. (bzr r3645)
* r16340@tres: ted | 2007-08-20 19:02:50 -0700Ted Gould2007-09-011-0/+2
| | | | | Pinned is still not working, somewhat usable state. Worth checking in. (bzr r3639)
* (bzr r3637)Ted Gould2007-09-011-2/+14
|
* r16267@tres: ted | 2007-08-16 23:04:38 -0700Ted Gould2007-09-011-2/+9
| | | | | | | Basic functionality. Still doesn't cancel all of the execution environment stuff. But the other parts are working. Good checkin point. (bzr r3636)
* r16003@tres: ted | 2007-07-27 08:51:45 -0700Ted Gould2007-09-011-1/+24
| | | | | | 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/+2
| | | | | Adding some functions for future expansion. (bzr r3134)
* r10985@tres: ted | 2006-02-25 21:56:46 -0800Ted Gould2006-03-291-0/+1
| | | | | Adding in documentation (bzr r349)
* r10949@tres: ted | 2006-02-16 08:33:36 -0800Ted Gould2006-03-291-1/+1
| | | | | Basic help dialog coming up and working. (bzr r339)
* r10923@tres: ted | 2006-02-13 09:47:15 -0800Ted Gould2006-03-291-0/+2
| | | | | Adding in the help dialog basics. (bzr r336)
* r10921@tres: ted | 2006-02-13 09:40:25 -0800Ted Gould2006-03-291-2/+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/+44
(bzr r1)