summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* r16442@tres: ted | 2007-08-30 21:51:42 -0700Ted Gould2007-09-011-2/+20
| | | | | | | 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-4/+3
| | | | | | Reroute the way that the preferences signal changes so that pinning works as expected. Fixes a segmentation fault. (bzr r3645)
* r16395@tres: ted | 2007-08-27 19:41:32 -0700Ted Gould2007-09-011-0/+1
| | | | | | This is a good stopping point. I think things are working... more testing. (bzr r3640)
* r15704@tres: ted | 2007-07-02 16:03:34 -0700Ted Gould2007-07-031-203/+1
| | | | | Split out the execution environment object. (bzr r3163)
* r15703@tres: ted | 2007-07-02 15:27:14 -0700Ted Gould2007-07-031-4/+0
| | | | | | Removing a check that needlessly exited if there was no GUI to display. It is now removed so those extensions only show the working dialog. (bzr r3162)
* r15557@tres: ted | 2007-06-08 08:58:12 -0700Ted Gould2007-06-271-2/+12
| | | | | | Tying in integer and float types along with removing some bugs that they showed. (bzr r3135)
* r15506@tres: ted | 2007-05-24 22:30:55 -0700Ted Gould2007-06-271-0/+41
| | | | | | | Wow, the basics are kinda working. Only for ints and floats, and it seems to not like repeadative entry. But, it really is seeming very feasible. (bzr r3128)
* r15481@tres: ted | 2007-05-22 09:56:22 -0700Ted Gould2007-06-271-5/+3
| | | | | Switching to sigc::signal so it actually works. (bzr r3126)
* r15480@tres: ted | 2007-05-20 23:51:34 -0700Ted Gould2007-06-271-55/+174
| | | | | | | The basics are all working, no call back from the preferences yet. That's the next step. But the dialogs appear correctly, and it works in the background. (bzr r3125)
* r15380@tres: ted | 2007-05-10 19:24:35 -0700Ted Gould2007-06-271-1/+35
| | | | | Can now hit the cancel key and have it mean something. (bzr r3122)
* r15379@tres: ted | 2007-05-09 19:13:37 -0700Ted Gould2007-06-271-0/+13
| | | | | Moving the dialog one step out and adding a cancel event. (bzr r3121)
* r14584@tres: ted | 2007-02-28 20:01:52 -0800Ted Gould2007-03-011-4/+14
| | | | | | | | Effects now register two different verbs. One is the same one they've always registered and one is the same ID with ".nopref" added to it. This one executes the effect without the prefrences dialog. Default values will be used. (bzr r2480)
* r14578@tres: ted | 2007-02-27 18:59:35 -0800Ted Gould2007-03-011-1/+2
| | | | | Protecting against the posibility of the INKSCAPE variable being NULL (bzr r2475)
* another createElement instead of repr_newAaron Spike2007-01-241-3/+5
| | | (bzr r2270)
* switch to createElementMenTaLguY2007-01-241-1/+3
| | | (bzr r2266)
* fix 1633451: mark the help commands as not needing the document and avoid ↵bulia byak2007-01-121-13/+17
| | | | | saving/reading/parsing errors when running them (bzr r2194)
* undo annotationsgustav_b2006-11-081-2/+1
| | | (bzr r1926)
* allow an effect to be hidden from the effects menubulia byak2006-10-091-1/+7
| | | (bzr r1789)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-1/+1
| | | (bzr r1379)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* r11675@tres: ted | 2006-05-05 21:28:44 -0700Ted Gould2006-05-061-2/+4
| | | | | Making it so that menu-name and menu-tip are translatable. (bzr r749)
* r11142@tres: ted | 2006-03-27 21:52:50 -0800Ted Gould2006-03-291-0/+6
| | | | | | Adding in the basic infrastructure for handling the cascading status dialogs between the different subclasses of widgets. (bzr r360)
* r10921@tres: ted | 2006-02-13 09:40:25 -0800Ted Gould2006-03-291-1/+1
| | | | | | | 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)
* r10920@tres: ted | 2006-02-13 09:38:31 -0800Ted Gould2006-03-291-0/+8
| | | | | | Adding in menu-name and menu-tip XML file options to make it so that those can be set in the INX file. (bzr r333)
* r10818@tres: ted | 2006-01-29 16:08:07 -0800Ted Gould2006-01-301-4/+20
| | | | | Whoo hoo, we do submenus now too! (bzr r53)
* r10817@tres: ted | 2006-01-29 15:45:22 -0800Ted Gould2006-01-301-32/+32
| | | | | Basic submenus are working, and alphebetized (bzr r52)
* r10816@tres: ted | 2006-01-29 15:14:36 -0800Ted Gould2006-01-301-1/+7
| | | | | Working, but not going down submenus right. (bzr r51)
* r10815@tres: ted | 2006-01-29 14:46:19 -0800Ted Gould2006-01-301-8/+86
| | | | | | Basically the menu stuff is working. Still needs features before it can be checked in. But the basics are all there right now. (bzr r50)
* r10781@tres: ted | 2006-01-26 23:18:34 -0800Ted Gould2006-01-301-1/+6
| | | | | Some modifications, getting basic menu merging working (bzr r48)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+200
(bzr r1)