Simon Schampijer
|
34d935b2af
|
Add a keybinding (alt+space) to activity window to hide/show tray
|
2007-10-19 22:48:21 +02:00 |
|
Simon Schampijer
|
60c746ce5a
|
Add support to be able to remove an alert which is not the top
one on the queue
|
2007-10-19 16:15:43 +02:00 |
|
Simon Schampijer
|
58f7dca355
|
Fullscreen support and tray support in activity window
Fullscreen mode hides toolbox and tray
|
2007-10-18 23:56:58 +02:00 |
|
Tomeu Vizoso
|
02d8dfe795
|
Fix typo in env.get_bin_path().
|
2007-10-18 12:57:04 +02:00 |
|
Simon McVittie
|
ce67563b09
|
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
|
2007-10-17 16:10:13 +01:00 |
|
Simon Schampijer
|
8a7ed2da6d
|
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
|
2007-10-17 15:42:17 +02:00 |
|
Simon Schampijer
|
863af235b4
|
Refinements on the spacing in the alert
Made the alert 75px wide, and 15px at left and right
|
2007-10-17 15:40:58 +02:00 |
|
Simon McVittie
|
3227653cd3
|
Avoid misleading warning every time an activity starts (#4266)
|
2007-10-17 12:53:24 +01:00 |
|
Simon McVittie
|
4f41f300d8
|
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
Conflicts:
NEWS
|
2007-10-17 11:54:33 +01:00 |
|
Marco Pesenti Gritti
|
24fbd1ce1c
|
Fix the object chooser
|
2007-10-16 23:51:28 +02:00 |
|
Simon McVittie
|
48bc73d0c4
|
Try to make sugar.presence log messages less misleading (#4027)
|
2007-10-16 17:51:36 +01:00 |
|
Benjamin Berg
|
fa55b5af09
|
Changed default spacing to 15px (and fixed the palette to use it)
|
2007-10-16 18:17:01 +02:00 |
|
Benjamin Berg
|
1c1f736a81
|
Merge branch 'master' of git://dev.laptop.org/sugar
|
2007-10-16 17:50:14 +02:00 |
|
Tomeu Vizoso
|
69aaa7145e
|
One more fix for resuming.
|
2007-10-16 17:39:27 +02:00 |
|
Marco Pesenti Gritti
|
40fc6e2e47
|
Simplify the API to get icon/description for objects.
Get rid of the service for now, it's not necessary
until we allow activities to extend the
mime type -> generic type mapping (post 1.0)
|
2007-10-16 17:18:43 +02:00 |
|
Benjamin Berg
|
977c7d4a99
|
Subtract the palette border from the primary label height.
|
2007-10-16 17:12:46 +02:00 |
|
Tomeu Vizoso
|
05236c6670
|
Fix retrieving the activities suitable for resuming a journal entry
|
2007-10-16 16:56:02 +02:00 |
|
Tomeu Vizoso
|
aed093dbc2
|
Fix warning.
|
2007-10-16 16:18:36 +02:00 |
|
Simon Schampijer
|
664e8a636d
|
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
|
2007-10-16 15:52:05 +02:00 |
|
Simon Schampijer
|
91f55488eb
|
Use double leading underscores for callback names to avoid name collisions
The double underscores invoke Python's name mangling algorithm
|
2007-10-16 15:51:48 +02:00 |
|
Marco Pesenti Gritti
|
34e2271833
|
Cast to string, looks like dbus strings confuse pygtk
type checking here.
|
2007-10-16 14:40:43 +02:00 |
|
Marco Pesenti Gritti
|
cb0cedbc40
|
Do not use prgname for the bundle id because xulrunner
is messing with it. Some activity launch fixes.
|
2007-10-16 14:29:38 +02:00 |
|
Marco Pesenti Gritti
|
e425c1d886
|
Fallback to mime parents if the main one doesn't have matches
|
2007-10-16 13:32:53 +02:00 |
|
Marco Pesenti Gritti
|
6d2828e54e
|
Use gdk to get/set X11 properties
|
2007-10-16 11:50:11 +02:00 |
|
Marco Pesenti Gritti
|
c999a3ca80
|
Fix distcheck
|
2007-10-16 11:24:10 +02:00 |
|
Marco Pesenti Gritti
|
6240c1cf6f
|
Cleanup the source structure
|
2007-10-16 11:04:59 +02:00 |
|
Marco Pesenti Gritti
|
68ff71a0cb
|
Split part of the sugar library to sugar-base
|
2007-10-15 15:39:07 +02:00 |
|
Tomeu Vizoso
|
00b7013de1
|
Added an entry that can have icons inside: IconEntry. From libsexy.
|
2007-08-20 13:03:17 +02:00 |
|
Marco Pesenti Gritti
|
dcef110223
|
Embed/unembed the menu on state changes, keeping it around
cause some weird drawing issues.
Redraw on palette size changes (patch by Benzea).
|
2007-08-11 12:16:49 +02:00 |
|
Marco Pesenti Gritti
|
a85bc85a82
|
Fix cflags
|
2007-08-11 11:58:39 +02:00 |
|
Marco Pesenti Gritti
|
0b355dcbb9
|
First go at support of focusable widgets inside the palette.
Not enabled yet because focus confuses our deactivation logic
but it seem to work otherwise.
|
2007-08-08 03:07:00 +02:00 |
|
Marco Pesenti Gritti
|
d8faf0ba04
|
Get rid of some of the obsolete units usage.
|
2007-07-31 14:56:05 +02:00 |
|
Marco Pesenti Gritti
|
d7f7271cfe
|
Use menu->toplevel rather than getting the parent.
|
2007-07-31 11:30:14 +02:00 |
|
Marco Pesenti Gritti
|
b23b63cdd5
|
Split the UI part of sugarext out to his own module to avoid
dragging gtk inside services.
|
2007-07-27 20:15:31 +02:00 |
|
Marco Pesenti Gritti
|
66760a173e
|
Use selection grey for progress in the address entry.
|
2007-07-19 11:19:01 +02:00 |
|
Marco Pesenti Gritti
|
739dbafa97
|
Improve tooltips sizing
|
2007-07-06 15:21:50 +02:00 |
|
Marco Pesenti Gritti
|
3eaeebc60e
|
Lots of palette refactoring.
|
2007-06-26 14:55:16 +02:00 |
|
Marco Pesenti Gritti
|
cae4e52b7c
|
More LGPL headers
|
2007-06-24 14:57:57 +02:00 |
|
Marco Pesenti Gritti
|
9ca299e749
|
Fix copyright years
|
2007-06-24 14:46:14 +02:00 |
|
Marco Pesenti Gritti
|
3dd5ecddee
|
Check also C files
|
2007-06-24 12:36:50 +02:00 |
|
Marco Pesenti Gritti
|
c91bbd18cc
|
Move SugarKeyGrabber in the lib. Keep it private.
We can't install libraries in datadir.
|
2007-06-20 15:22:12 +02:00 |
|
Marco Pesenti Gritti
|
7aec99a2ec
|
Should actually use STRING atom
|
2007-06-19 21:28:13 +02:00 |
|
Marco Pesenti Gritti
|
1f432a1236
|
Use a string atom
|
2007-06-19 21:10:52 +02:00 |
|
Marco Pesenti Gritti
|
3c66cb899f
|
Evil hack to keep the entry context menu working with our
title/address behavior.
|
2007-06-13 20:19:28 +02:00 |
|
Marco Pesenti Gritti
|
ceff7d71a2
|
Improve address/title logic
|
2007-06-13 11:27:04 +02:00 |
|
Marco Pesenti Gritti
|
5cc9a8c424
|
Bindings to set activity_id and bundle_id hints
|
2007-06-01 20:38:30 +02:00 |
|
Marco Pesenti Gritti
|
c202b6be43
|
Import xdgmime and start hooking it up
|
2007-05-23 11:55:21 +02:00 |
|
Marco Pesenti Gritti
|
0ddbf7e9ab
|
Add the AddressEntry object to sugar
|
2007-05-21 17:36:08 +02:00 |
|
Marco Pesenti Gritti
|
5343752c35
|
Make browser a modules inside sugar library
|
2007-04-07 13:17:36 +02:00 |
|
Marco Pesenti Gritti
|
4828870afd
|
Use gtk to detect dpi.
|
2007-04-07 03:42:51 +02:00 |
|