summaryrefslogtreecommitdiffstats
path: root/src/extension/execution-env.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup on id access.Jon A. Cruz2010-03-021-2/+2
| | | (bzr r9127)
* textual patch from bug 408093bulia byak2009-09-061-1/+1
| | | (bzr r8563)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8405)
* show waiting cursor while ExecutionEnv is workingbulia byak2009-01-281-0/+5
| | | (bzr r7199)
* provide a parent for the working-please-wait message so it does not sinkbulia byak2008-04-181-1/+9
| | | (bzr r5468)
* warning cleanupJon A. Cruz2008-03-021-2/+2
| | | (bzr r4917)
* r18220@shi: ted | 2008-02-29 13:18:55 -0800Ted Gould2008-02-291-188/+82
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* r17821@shi: ted | 2008-01-31 12:59:57 -0800Ted Gould2008-02-041-2/+3
| | | | | 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)
* r17510@shi: ted | 2008-01-06 12:48:26 -0800Ted Gould2008-01-061-1/+3
| | | | | | Changing it so that the timer doesn't go off unless we're in live effects mode. This fixes lp:176608 (bzr r4410)
* warning cleanupJon A. Cruz2007-11-081-4/+4
| | | (bzr r4043)
* r16894@shi: ted | 2007-10-30 09:26:42 -0700Ted Gould2007-10-301-3/+10
| | | | | OH MY GOD IT WORKS!!! (bzr r3980)
* 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/+30
| | | | | | 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)
* r16564@tres: ted | 2007-09-12 20:45:12 -0700Ted Gould2007-09-131-0/+1
| | | | | Final GSoC patch from Chris. I took too long to include it :( (bzr r3740)
* r16474@tres: ted | 2007-08-31 21:37:33 -0700Ted Gould2007-09-011-3/+3
| | | | | Changes that SVK borked. (bzr r3656)
* r16430@tres: ted | 2007-08-30 20:32:23 -0700Ted Gould2007-09-011-3/+11
| | | | | | Adding in a timer so that the preferences aren't acted on immediately. This should give the illusion of more interactivity. (bzr r3650)
* r16408@tres: ted | 2007-08-29 22:52:27 -0700Ted Gould2007-09-011-2/+5
| | | | | Nasty little state machine. Seems better now. (bzr r3647)
* r16407@tres: ted | 2007-08-29 22:33:35 -0700Ted Gould2007-09-011-2/+10
| | | | | | Fixing a crash on signal deletion and also making it so that OK is handled correctly. (bzr r3646)
* r16406@tres: ted | 2007-08-29 20:14:55 -0700Ted Gould2007-09-011-6/+14
| | | | | | 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-12/+1
| | | | | Removing some debug messages. (bzr r3644)
* r16403@tres: ted | 2007-08-29 09:10:45 -0700Ted Gould2007-09-011-7/+30
| | | | | | Fixed a tricky segmentation fault. Multithreading is hard when you don't have threads :) (bzr r3642)
* r16395@tres: ted | 2007-08-27 19:41:32 -0700Ted Gould2007-09-011-2/+9
| | | | | | This is a good stopping point. I think things are working... more testing. (bzr r3640)
* r16340@tres: ted | 2007-08-20 19:02:50 -0700Ted Gould2007-09-011-5/+18
| | | | | 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-1/+14
| | | | | | Live preview toggling is working. Pinning, not as much. But getting there. (bzr r3638)
* r16267@tres: ted | 2007-08-16 23:04:38 -0700Ted Gould2007-09-011-1/+1
| | | | | | | 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/+1
| | | | | | Nothing new is working really, but this is a good stopping point in the restructuring. (bzr r3633)
* shorter and less assuming status message - note that effects are used among ↵bulia byak2007-07-101-1/+1
| | | | | other things for help menu items (bzr r3219)
* r15704@tres: ted | 2007-07-02 16:03:34 -0700Ted Gould2007-07-031-0/+237
Split out the execution environment object. (bzr r3163)