Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a target to generate relocatable snapshotsDaniel Narvaez2012-11-244-15/+63
|
* Execute the normal bashrc in the homedirDaniel Narvaez2012-11-231-0/+4
|
* Fix shell prompt string on ubuntuDaniel Narvaez2012-11-235-14/+18
| | | | It was getting overwritten by ~/.bashrc
* Add metacityDaniel Narvaez2012-11-238-5/+38
| | | | We need a patch in the latest version for journal
* Observe only the source directoriesDaniel Narvaez2012-11-232-14/+17
|
* Prepend sugar-build paths rather than appendingDaniel Narvaez2012-11-231-4/+4
| | | | | So that if you have sugar installed in the system it doesn't get used.
* Update config to match codeDaniel Narvaez2012-11-231-3/+3
|
* Make sure global system_lib_dir is setDaniel Narvaez2012-11-231-0/+1
|
* Don't use lib64 on ubuntuDaniel Narvaez2012-11-232-7/+6
|
* Add BUILD_IN_SOURCE prefDaniel Narvaez2012-11-231-9/+13
| | | | To build everything in the source directory
* Remove unused pyabiword depDaniel Narvaez2012-11-234-12/+0
|
* Refactoring leftoversDaniel Narvaez2012-11-232-2/+3
|
* Refactor to use a Module classDaniel Narvaez2012-11-233-32/+34
|
* Add config.get_prefDaniel Narvaez2012-11-232-0/+20
|
* Add glib to 3.6 deps, required by gobject-introspectionDaniel Narvaez2012-11-231-1/+4
|
* Use our pygobject repo on 3.6 tooDaniel Narvaez2012-11-231-3/+6
|
* Switch to a pygobject clone to drag in a patch we needDaniel Narvaez2012-11-231-2/+2
|
* Setup XCURSOR_PATHDaniel Narvaez2012-11-231-0/+2
|
* More reorderingDaniel Narvaez2012-11-221-3/+3
|
* Reorder to put public methods at the topDaniel Narvaez2012-11-221-50/+50
|
* Rework tree to use the gi atspi bindings directlyDaniel Narvaez2012-11-224-40/+70
| | | | pyatspi is a mess, just adds another layer and undocumented
* Try to remove gtk2 activitiesDaniel Narvaez2012-11-221-6/+0
| | | | They seem to be causing random pyatspi issues.
* Add dep on autodetect gstreamer pluginDaniel Narvaez2012-11-222-0/+6
|
* Revert "Remove calculate for now"Daniel Narvaez2012-11-221-0/+3
| | | | This reverts commit 09c6a028cb70056e04e998509e9e0685ca12b2ee.
* Add dependency on gail gtk moduleDaniel Narvaez2012-11-223-0/+9
|
* Improve UI test logDaniel Narvaez2012-11-211-2/+2
|
* Jukebox has an object chooserDaniel Narvaez2012-11-211-1/+1
|
* Remove sleepDaniel Narvaez2012-11-211-2/+0
| | | | | | I'm not sure this is necessary, might have been caused by the fact that we was not waiting for activities to really shutdown. Removing it to reasses.
* Read has an object chooserDaniel Narvaez2012-11-211-1/+1
|
* Click the last stop button if there multiplesDaniel Narvaez2012-11-211-2/+3
| | | | Accomodate pippy
* Ensure an activity is really down after stopping itDaniel Narvaez2012-11-212-2/+10
|
* Require pango gstreamer pluginDaniel Narvaez2012-11-212-0/+6
|
* Fix docs urlDaniel Narvaez2012-11-211-1/+1
|
* Don't build the espeak plugin two times on 3.4Daniel Narvaez2012-11-211-4/+0
|
* Drop RESOLUTION support when running from a test consoleDaniel Narvaez2012-11-211-4/+0
|
* Differentiate gst plugins versionDaniel Narvaez2012-11-213-6/+14
|
* Check gstreamer playback pluginDaniel Narvaez2012-11-212-1/+7
|
* Remove calculate for nowDaniel Narvaez2012-11-211-3/+0
| | | | | For some reason in buildbot it locks up on startup. Being a gtk2 activity I'm not sure it's worth debugging.
* Run python unbufferedDaniel Narvaez2012-11-211-1/+1
| | | | Otherwise output order is messed up.
* Add turtleartDaniel Narvaez2012-11-211-0/+3
| | | | gtk2 version for now because gtk3 is unfinished
* Add dependency on static gconf bindingsDaniel Narvaez2012-11-214-0/+12
| | | | Needed by calculate
* Add a few activitiesDaniel Narvaez2012-11-211-1/+26
|
* TypoDaniel Narvaez2012-11-201-1/+1
|
* Retry git commands that requires the networkDaniel Narvaez2012-11-202-7/+22
|
* Split and cleanup makefilesDaniel Narvaez2012-11-204-39/+44
|
* Move include at the endDaniel Narvaez2012-11-201-2/+2
| | | | | So that all is the first target and is executed when no argument is passed to make.
* Declare PHONY targetsDaniel Narvaez2012-11-202-0/+5
|
* Run xephyr in a custom windowDaniel Narvaez2012-11-194-16/+77
| | | | | Xephyr doesn't work very well with multiple outputs. This should allow us to customize our behavior in that case.
* Rename run to run_commandDaniel Narvaez2012-11-192-2/+2
|
* Don't save keyboard config if we are not inside XDaniel Narvaez2012-11-191-1/+1
|