Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move test_timeMarco Pesenti Gritti2007-08-201-0/+0
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-08-204-7/+84
|\
| * Improvements in mime handling and added some tests.Tomeu Vizoso2007-08-204-7/+84
| |
* | Some initial work on graphics tests.Marco Pesenti Gritti2007-08-205-24/+46
|/
* Start playing with unit tests.Marco Pesenti Gritti2007-08-183-7/+65
|
* Kill the old tests. Trying to start a proper test suite.Marco Pesenti Gritti2007-08-188-1594/+0
| | | | | | Not sure about the usefulness of the presence service stuff but I guess it should be moved to the presence-service module anyway?
* Fix a warning.Tomeu Vizoso2007-08-181-1/+4
|
* Add some more media types to the object type registry.Tomeu Vizoso2007-08-181-1/+4
|
* Fix dragging clipboard objects out from the frame.Tomeu Vizoso2007-08-181-1/+1
|
* Rename genmo to genl10nMarco Pesenti Gritti2007-08-181-5/+5
|
* Make activity names translatable.Marco Pesenti Gritti2007-08-182-7/+40
|
* Set the icon-set property to avoid resetting the icon_sizeMarco Pesenti Gritti2007-08-171-4/+4
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-08-173-13/+43
|\
| * Update the activity ring wedge sizes more oftenDan Winship2007-08-172-11/+38
| | | | | | | | (immediately before switching to the Home view, and on a timer after that)
| * Include free swap space in the activity ring's "free memory" sliceDan Winship2007-08-171-2/+5
| | | | | | | | Mostly only affects sugar-jhbuild, but also people with USB/SD swap on B2s
* | Style nitpickMarco Pesenti Gritti2007-08-171-1/+1
| |
* | Add a scale property to CanvasIcon.Marco Pesenti Gritti2007-08-175-14/+38
|/ | | | | Make Icon use gtk.Image icon-size. Patch by tannewt with some little tweaks.
* Fix several sizing bugs.Marco Pesenti Gritti2007-08-173-11/+9
|
* #2695: Recognize text files as such.Tomeu Vizoso2007-08-163-3/+30
|
* Hide the combo when max_participants == 1Marco Pesenti Gritti2007-08-161-4/+6
|
* Add max_participants property.Marco Pesenti Gritti2007-08-161-5/+9
|
* Patch by Simon to make sugar start when not connected to wireless.Marco Pesenti Gritti2007-08-162-4/+15
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-08-163-14/+132
|\
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMorgan Collett2007-08-161-14/+24
| |\
| | * Sort the activities by mtime to ensure a stable ordering. Part of #2716Dan Winship2007-08-161-14/+24
| | |
| * | Merge branch 'master' of git://dev.laptop.org/sugarMorgan Collett2007-08-1624-141/+193
| |\ \ | | |/
| * | Push tubeconn into sugar.presenceMorgan Collett2007-08-162-0/+108
| | |
* | | Add a border to the frame.Marco Pesenti Gritti2007-08-166-32/+53
| |/ |/|
* | Adapt the test to API changesMarco Pesenti Gritti2007-08-161-5/+9
| |
* | Update macedonian translation.Marco Pesenti Gritti2007-08-162-32/+90
| |
* | Adapt to object icons name changes.Marco Pesenti Gritti2007-08-162-4/+5
| |
* | Adapt to devices icon name changes.Marco Pesenti Gritti2007-08-164-5/+5
| |
* | Adapt to icon name changesMarco Pesenti Gritti2007-08-1610-13/+13
| |
* | Move most of the drawing logic inside Palette/Invoker.Marco Pesenti Gritti2007-08-154-21/+17
| |
* | Let the button/theme deal with prelight. I don't thinkMarco Pesenti Gritti2007-08-154-28/+15
| | | | | | | | it fits inside palette drawing.
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-08-157-35/+91
|\ \
| * | Rewrite dbus_helpers to not make a dbus connection on import. #2773Dan Winship2007-08-151-15/+23
| |/
| * #2543: Offer multiple activities for opening clipboard objects.Tomeu Vizoso2007-08-156-20/+68
| |
* | Let the invoker deal with popup/popdown redraw.Marco Pesenti Gritti2007-08-154-21/+19
|/
* CleanupMarco Pesenti Gritti2007-08-151-5/+1
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-08-152-0/+4
|\
| * Snapshot d93122bf5e.John (J5) Palmieri2007-08-141-0/+2
| |
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-08-1426-35/+412
| |\
| * \ Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-08-1162-603/+933
| |\ \
| * \ \ Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-08-076-30/+303
| |\ \ \
| * | | | Fix regeneration of ./configure from configure.ac when using makeSimon McVittie2007-08-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To use an m4 macro library you need three things: * configure.ac mentions it (OK) * autogen.sh mentions it (OK) * Makefile.am mentions it (fixed by this patch) Omission of the third part means that when you change configure.ac and run make, ./configure is rebuilt without using the m4 directory, so autoconf doesn't load python.m4 and the rebuild fails.
* | | | | TypoMarco Pesenti Gritti2007-08-151-1/+1
| |_|_|/ |/| | |
* | | | Volume/Brightness max/minMarco Pesenti Gritti2007-08-142-10/+38
| | | |
* | | | Exit if distcheck fails.Marco Pesenti Gritti2007-08-131-1/+5
| | | |
* | | | Borrow some autofoo goo from nautilus to make the mimedb stuff distcheckDan Winship2007-08-133-1/+13
| | | |