3f4a809b80
Generate the MANIFEST automatically if it doesn't exit. I'm not sure if we want to keep doing that, but it's necessary at the moment to keep stuff working.
Marco Pesenti Gritti
2008-06-13 17:41:16 +02:00
4762897239
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit
Marco Pesenti Gritti
2008-06-13 17:09:44 +02:00
40df2f53bb
Get rid of address/title handling. Moved in web-activity.
Marco Pesenti Gritti
2008-06-13 17:09:29 +02:00
d71635781f
PrivateInvitation now have a channel type arg
Guillaume Desmottes
2008-05-08 15:51:25 +02:00
cfdc17d6c9
Patch by Jameson Chema Quinn. Readability cleanups and little fixes by me.
Marco Pesenti Gritti
2008-06-13 12:37:45 +02:00
de04b1500f
Fix distcheck
Marco Pesenti Gritti
2008-06-10 23:57:50 +02:00
9de8746df1
Remove a leftover debug print and fix a typo.
Marco Pesenti Gritti
2008-06-10 23:45:24 +02:00
ffc7382084
Prefix the session server stuff with gsm, makes things a lot less confusing.
Marco Pesenti Gritti
2008-06-06 21:39:50 +02:00
dc8841b5ba
s/Session/SessionManager by tomeu suggestion
Marco Pesenti Gritti
2008-06-06 20:13:27 +02:00
8f2bcf433c
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit
Marco Pesenti Gritti
2008-06-06 19:16:23 +02:00
50f79e6323
First go at session management. Not asking review since it's a bunch of ugly C code imported from gnome-session. Will clean it up a bit but I don't plan to make it too shiny :)
Marco Pesenti Gritti
2008-06-06 19:13:10 +02:00
ea8cbac94e
Detach the invoker instead of destroying the palette.
Tomeu Vizoso
2008-05-30 14:18:10 +02:00
fcc468a323
Add src/sugar/util.py to POTFILES.in
Tomeu Vizoso
2008-05-28 17:06:29 +02:00
e459206438
Enable journal to do open-with for activity bundles.
chema
2008-05-27 13:59:47 -06:00
73dc65b259
Style nitpicks.
Marco Pesenti Gritti
2008-05-27 21:09:16 +02:00
56ad8d8231
Merge branch 'master' of git://dev.laptop.org/users/marco/sugar-toolkit
Marco Pesenti Gritti
2008-05-27 21:07:12 +02:00
7d40d1d74d
Adopt to name change of log activity
Simon Schampijer
2008-05-26 15:07:20 +02:00
c4bb55c84d
Several bugfixes and cleanups
Marco Pesenti Gritti
2008-05-26 01:25:28 +02:00
bedb64a982
Change the logic for file inclusion. We include everything by default except generated dirs (and well known files like .gitignore). I'm planning to add support for generated dirs using make, which will hopefully take care of the rest.
Marco Pesenti Gritti
2008-05-26 00:24:31 +02:00
3b1e1aa4ed
Some fixes. Do not use get_files_list to generate the .pot, just enumerate python files.
Marco Pesenti Gritti
2008-05-25 23:02:22 +02:00
96c0b34514
Abstract Packager class which takes care of listing the files.
Marco Pesenti Gritti
2008-05-25 22:53:46 +02:00
95b7098120
Split the packaging code out to XOPackager
Marco Pesenti Gritti
2008-05-25 22:47:34 +02:00
d06bf05287
Split the build out from the command to a Builder object.
Marco Pesenti Gritti
2008-05-25 22:36:56 +02:00
ea18782bea
Separate helpers from the commands.
Marco Pesenti Gritti
2008-05-25 21:52:31 +02:00
211c5ae1c4
Move genl10n inside the build step.
Marco Pesenti Gritti
2008-05-25 21:51:14 +02:00
3313d78429
Simplify install a bit, remove uninstall.
Marco Pesenti Gritti
2008-05-25 21:47:32 +02:00
9eaa51edbb
Drop the useless clean command.
Marco Pesenti Gritti
2008-05-25 21:33:52 +02:00
e7a32c97c9
Move several get_ functions into Config.
Marco Pesenti Gritti
2008-05-25 21:32:24 +02:00
f041088ab7
Make commands invocation generic.
Marco Pesenti Gritti
2008-05-25 21:10:22 +02:00
b40f4f7d91
Pass a Config class to the commands.
Marco Pesenti Gritti
2008-05-25 20:51:40 +02:00
708a62c06f
Move timestamp_to_elapsed_string to sugar.util and add ActivityBundle.installation_time
Tomeu Vizoso
2008-05-19 18:03:04 +02:00
6c024ed529
Release 0.81.3
Marco Pesenti Gritti
2008-05-24 12:35:58 +02:00
f4bda5eb22
Allow to attach the invoker to the widget after construction, so that gproperties to constructor can be implemented correctly.
Marco Pesenti Gritti
2008-05-24 12:34:46 +02:00
6dcc35bc17
Release 0.81.2. Missing import in toggletoolbutton.
Marco Pesenti Gritti
2008-05-24 00:14:42 +02:00
4f086fd421
Release 0.81.1
Marco Pesenti Gritti
2008-05-23 23:27:32 +02:00
179e4288fe
By default include all the files in the directory, except a few which we know are not useful or autogenerated. Hack for 0.81.1, we really need to rewrite bundlebuilder.
Marco Pesenti Gritti
2008-05-23 23:25:58 +02:00
ce235e7405
Finish to hook up the new palette stuff.
Marco Pesenti Gritti
2008-05-23 18:00:47 +02:00
bbd3404310
Hookup the new palette creation in the toolbuttons.
Marco Pesenti Gritti
2008-05-23 17:37:04 +02:00
685a9e3462
Move palette creation logic inside the invoker.
Marco Pesenti Gritti
2008-05-23 17:26:15 +02:00
c5b8697d37
Convert to use new gobject properties
Marco Pesenti Gritti
2008-05-23 17:05:40 +02:00
2e1d8e8897
Use new style properties.
Marco Pesenti Gritti
2008-04-20 22:55:05 +02:00
75e636ef06
Work around circular dep between Icon and Palette. I don't like it though, we should get rid of the dep. Fix palette bug which I introduced with the pylint changes.
Marco Pesenti Gritti
2008-04-20 04:11:24 +02:00
f24bdaa7d7
Complete first pylint round on all the code.
Marco Pesenti Gritti
2008-04-19 13:05:48 +02:00
56206ea15f
pylint sugar.presence, small problems left
Marco Pesenti Gritti
2008-04-19 12:34:13 +02:00
aebf0f3bd2
pylint sugar.datastore, little issues left
Marco Pesenti Gritti
2008-04-19 12:04:43 +02:00
a31549ae26
pylint sugar.clipboard
Marco Pesenti Gritti
2008-04-19 11:50:33 +02:00
7b485120a3
pylint sugar.bundle
Marco Pesenti Gritti
2008-04-19 11:48:57 +02:00