Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.96.4v0.96.4Simon Schampijer2012-06-061-1/+1
|
* Release 0.96.3v0.96.3Simon Schampijer2012-06-051-1/+1
|
* Release 0.96.2v0.96.2Simon Schampijer2012-06-011-1/+1
|
* Release 0.96.1v0.96.1Simon Schampijer2012-05-041-1/+1
|
* Release 0.96.0v0.96.0Simon Schampijer2012-04-241-1/+1
|
* Release 0.95.6v0.95.6Simon Schampijer2012-04-191-1/+1
|
* Update ALL_LINGUASSimon Schampijer2012-03-271-1/+1
| | | | | | | | | | | - remove qu (code change for Quechua to quz) - remove ay (code change for Aymara to aym) - remove cpp [Crioulo] no L10n planned at present - remove pis [Solomon Islands Pidgin] no L10n planned at present - remove tpi [Papua New Guinea Pidgin (Tok Pisin)] no L10n planned at present Signed-off-by: Chris Leonard Acked-by: Simon Schampijer <simon@laptop.org>
* Release 0.95.5v0.95.5Simon Schampijer2012-03-221-1/+1
|
* configure.ac: Require gobject-introspectionSascha Silbe2012-03-211-1/+1
| | | | | | | | | | | | | configure.ac already checked if gobject-introspection is installed, but instead of aborting with an error it continued and silently omitted crucial parts of the build system, confusing the user with the error message make[4]: *** No rule to make target `SugarExt-1.0.gir', needed by `all-am'. Stop. much later in the build. Fix this by using the appropriate autoconf macro. Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Acked-by: Simon Schampijer <simon@laptop.org>
* Release 0.95.4v0.95.4Simon Schampijer2012-03-141-1/+1
|
* Release 0.95.3v0.95.3Simon Schampijer2012-02-061-1/+1
|
* Release 0.95.2v0.95.2Simon Schampijer2011-12-221-1/+1
|
* Fix the installation of languagesSimon Schampijer2011-12-201-1/+1
| | | | | | | | The GETTEXT_PACKAGE name must match the repository name. Found when packaging for Fedora. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Daniel Drake <dsd@laptop.org>
* sugar-activity: import and make independent of sugar-toolkit GTK versionsDaniel Drake2011-12-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As we move to adding support for a second UI toolkit (GTK+ 3.x), the sugar-activity binary used by all activities must become backend-toolkit-independent. It would be wasteful to have two backend toolkits loaded in memory, and in the GTK2/GTK3 case, it is impossible (importing both results in an instant crash). To achieve this, we split the existing sugar-toolkit activity/main.py:main() functionality into two parts, moving it into the sugar-activity binary and the Activity class as follows: 1. All toolkit-specific stuff is moved into the Activity class (i.e. everything that interacts with GTK) 2. Everything that can be reasonably/easily moved into the Activity class is also moved. 3. What remains is the stuff that is inherently involved with the construction of the Activity object, not related to UI toolkits. This is moved into the sugar-activity binary. main.py is then removed from sugar-toolkit, and sugar-activity is moved from sugar to sugar-toolkit-gtk3 in order to keep toolkit-related code with the toolkit itself. With this work done, the one remaining question is how to invoke the main loop. An optional run_main_loop() method is added to the activity class, for GTK2 this will run the GTK2 main loop, for GTK3 the GTK3 main loop will be run, etc. Signed-off-by: Daniel Drake <dsd@laptop.org>
* Import sugar-base into sugar-toolkitDaniel Drake2011-12-131-0/+1
| | | | | | | | | | | Probably needs cleaning up a bit. And we use pygtk-codegen, ugh... This is the commit id when we imported sugar-base: b9406e5c9c9df5404c5b0d995178b5edb4d93628 Signed-off-by: Daniel Drake <dsd@laptop.org> [squashed two patches into one] Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* Add wrapper for rsvgRaul Gutierrez Segales2011-12-131-1/+1
| | | | | | Signed-off-by: Raul Gutierrez Segales <rgs@collabora.co.uk> [split patch into several parts] Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* configure.ac: replace PyGTK dependency with GTK3 dependenciesRaul Gutierrez Segales2011-12-131-1/+1
| | | | | | Signed-off-by: Raul Gutierrez Segales <rgs@collabora.co.uk> [split patch into several parts, added description] Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* Switch sugarext to be an introspectable librarySimon Schampijer2011-12-131-0/+2
| | | | | | | | | | | This makes sugarext accessible through introspection. It is used from the shell (key grabber, sound volume management) and the shell session management. Making the sugarext introspectable was done following the descriptions at: http://live.gnome.org/GObjectIntrospection#Using_GI Signed-off-by: Simon Schampijer <simon@schampijer.de>
* Rename the module to sugar3Simon Schampijer2011-11-141-7/+7
| | | | | | | | The old gtk-2 based module will be present in the 0.94 branch in the sugar-toolkit. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Sascha Silbe <silbe@activitycentral.com>
* Release 0.95.1v0.95.1Simon Schampijer2011-10-251-1/+1
|
* Release 0.93.4Simon Schampijer2011-09-201-1/+1
|
* Release 0.93.3Simon Schampijer2011-09-071-1/+1
|
* Release 0.93.2Simon Schampijer2011-08-191-1/+1
|
* Release 0.92.0Simon Schampijer2011-02-231-1/+1
|
* Release 0.90.2Simon Schampijer2010-10-141-1/+1
|
* Release 0.90.1Simon Schampijer2010-10-051-1/+1
|
* Release 0.90.0Simon Schampijer2010-09-291-1/+1
|
* Release 0.89.5Simon Schampijer2010-08-301-1/+1
|
* Release 0.89.4Simon Schampijer2010-08-251-1/+1
|
* Release 0.89.3Simon Schampijer2010-08-171-1/+1
|
* Release 0.89.2Simon Schampijer2010-08-161-1/+1
|
* Revert "Release 0.84.12"Daniel Drake2010-08-091-1/+1
| | | | | | This reverts commit 658123fe8164146378f3b5cc77954fd9cb35b191. Sorry, screwed up, this was on the wrong branch :(
* Release 0.84.12Daniel Drake2010-08-091-1/+1
|
* Release 0.89.1Tomeu Vizoso2010-07-141-1/+1
|
* Release 0.88.1Simon Schampijer2010-06-031-1/+1
|
* Release 0.88.0Tomeu Vizoso2010-03-301-1/+1
|
* Release 0.87.9Simon Schampijer2010-03-291-1/+1
|
* Release 0.87.8Simon Schampijer2010-03-101-1/+1
|
* Release 0.87.7Simon Schampijer2010-03-101-1/+1
|
* autogen.sh: pass --enable-maintainer-mode to configureBernie Innocenti2010-03-101-0/+1
|
* Release 0.87.6Simon Schampijer2010-02-171-1/+1
|
* Release 0.87.5Simon Schampijer2010-02-111-1/+1
|
* Updated ALL_LINGUASSimon Schampijer2010-02-081-1/+2
|
* Release 0.87.4Simon Schampijer2010-02-071-1/+1
|
* Release 0.87.3Simon Schampijer2010-01-121-1/+1
|
* Release 0.87.2Simon Schampijer2009-12-211-1/+1
|
* Release 0.87.1Simon Schampijer2009-12-011-1/+1
|
* Bump v0.86.2Aleksey Lim2009-10-201-1/+1
|
* Release 0.86.1Simon Schampijer2009-10-011-1/+1
|
* Release 0.86.0Tomeu Vizoso2009-09-251-1/+1
|