summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-6/+6
| | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
* allow inx to suppress live preview checkboxbulia byak2008-04-181-0/+4
| | | (bzr r5469)
* A small step towards making the inx files fully XML / schema compliantMarcin Floryan2008-04-171-2/+2
| | | (bzr r5464)
* r18220@shi: ted | 2008-02-29 13:18:55 -0800Ted Gould2008-02-291-17/+13
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* r17818@shi: ted | 2008-01-31 09:20:06 -0800Ted Gould2008-02-041-0/+2
| | | | | Locking on both types of execution (bzr r4652)
* warning cleanupJon A. Cruz2007-11-081-1/+1
| | | (bzr r4043)
* r16893@shi: ted | 2007-10-30 07:31:04 -0700Ted Gould2007-10-301-2/+1
| | | | | | Wow, that wasn't as hard as I thought it would be. Changing away from SPDocument. Sounded like a good idea, but we need to be able to get selections in the document cache. (bzr r3979)
* r16892@shi: ted | 2007-10-29 21:33:09 -0700Ted Gould2007-10-301-3/+5
| | | | | | Okay, so now the caches get into the execution environment and can be passed around to the effects. Now it's a matter of implementing the caches in the drivers. (bzr r3978)
* r16677@shi: ted | 2007-10-17 19:31:04 -0700Ted Gould2007-10-301-1/+1
| | | | | | | Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from having to know if the document has changed, and keep track of that. This allows them to optimize their performance when doing things like live effects. (bzr r3977)
* 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)