Commit Graph

448 Commits

Author SHA1 Message Date
Marco Pesenti Gritti
ecb8816bc9 Add XdndDirectSave support to the clipboard.
I think it could be a little cleaner, but it would
require refactoring, we can do that post Trial-3.
Also we might have to figure out a way to get
file saving progress feedback at some point.
2007-09-17 02:39:02 +02:00
Marco Pesenti Gritti
8ef6c57f8b Patch by bertf to fix handling of non-default types. 2007-09-15 03:14:30 +02:00
Marco Pesenti Gritti
8b784a6223 Add default mime type handlers 2007-09-11 21:53:26 +02:00
Eduardo Silva
bd2c58d24c Console: avoid to add missed logfiles 2007-09-10 02:50:35 -04:00
Tomeu Vizoso
547df751a7 Fixed some issues with text objects in the clipboard. 2007-09-09 15:04:26 +02:00
Tomeu Vizoso
a9dbf6ae59 #2653: Add audio/wav and audio/x-wav as Audio objects. 2007-09-08 14:28:23 +02:00
Eduardo Silva
d802350130 Console: Fix network lib 2007-09-04 17:31:43 -04:00
Marco Pesenti Gritti
3617dd1635 Cleanup Bundle to not require SUGAR_PREFIX to
be set. Also start using properties rather than
set/getters.
2007-09-03 23:08:49 +02:00
Tomeu Vizoso
405dafc908 Adapt to changes in the icon API. 2007-08-26 20:44:51 +02:00
Marco Pesenti Gritti
edcaf95e7c Revert "DevConsole: New IRC Client interface"
This reverts commit 2ed32d1a11.
2007-08-22 20:56:29 +02:00
Marco Pesenti Gritti
77cd5796af Revert "DevConsole/Purk: Support for auto-join channels on connect, new button to connect to #olpc-help"
This reverts commit 104b158a80.
2007-08-22 20:56:29 +02:00
Eduardo Silva
0690c42345 DevConsole: logviewer + /var/log/messages 2007-08-21 18:18:38 -04:00
Eduardo Silva
104b158a80 DevConsole/Purk: Support for auto-join channels on connect, new button to connect to #olpc-help 2007-08-21 17:31:56 -04:00
Eduardo Silva
4eb5a86a28 DevConsole: #2081 Logviewer + Syslog 2007-08-21 12:47:32 -04:00
Eduardo Silva
2ed32d1a11 DevConsole: New IRC Client interface 2007-08-21 12:18:38 -04:00
Tomeu Vizoso
7215de2dfc Treat application/ogg as Video. 2007-08-21 17:29:41 +02:00
Tomeu Vizoso
2be1cdbab3 Add Audio and Video file types. 2007-08-21 16:53:42 +02:00
Marco Pesenti Gritti
1ba5cddaa3 Use CamelCase for dbus methods. 2007-08-20 15:15:44 +02:00
Tomeu Vizoso
fff0daf8c4 Improvements in mime handling and added some tests. 2007-08-20 10:50:20 +02:00
Tomeu Vizoso
bd2dd7e57c Add some more media types to the object type registry. 2007-08-18 19:04:08 +02:00
Dan Winship
f876a63b0b Sort the activities by mtime to ensure a stable ordering. Part of #2716 2007-08-16 10:36:20 -04:00
Marco Pesenti Gritti
01c15298b8 Adapt to object icons name changes. 2007-08-16 13:06:39 +02:00
Tomeu Vizoso
c54fb84b28 #2543: Offer multiple activities for opening clipboard objects. 2007-08-15 12:19:29 +02:00
Eduardo Silva
56204cb5e1 DevConsole: add basic network information 2007-08-12 23:34:17 -04:00
John (J5) Palmieri
d2e4e99226 hack to make sure vte does not wrap too early in first instance
* vte does not reflow if you add the widget before its container is realized
    so we hack around this by calling set_size with a high number for width
2007-08-10 13:32:24 -04:00
John (J5) Palmieri
8ed11b6fee sugar console changes directory to the user's home directory and sets proc title 2007-08-10 12:57:43 -04:00
Tomeu Vizoso
cff8ffc328 Complete move to external bundle registry. 2007-08-09 18:10:16 +02:00
Eduardo Silva
c57e842c04 DevConsole: logviewer now reads Xorg logfile 2007-08-08 13:24:47 -04:00
Tomeu Vizoso
cac6038665 Rename the clipboard service as shell service. 2007-08-08 18:33:10 +02:00
Tomeu Vizoso
fa8bcd2ba5 Move the activity register to the clipboard service. 2007-08-08 18:08:07 +02:00
Eduardo Silva
26a7e087fa DevConsole: ups! fix Makefile.am 2007-08-07 18:18:15 -04:00
Eduardo Silva
91f68897a6 DevConsole: New referenced memory usage field in Memphis (introduced in kernel 2.6.22) 2007-08-07 18:14:19 -04:00
Eduardo Silva
a3efc1284f DevConsole: Fix Memphis start/stop button 2007-08-07 17:59:38 -04:00
Eduardo Silva
cc745f990f DevConsole: Fix broken procfs parser 2007-08-07 17:56:14 -04:00
Tomeu Vizoso
43d57912e7 Don't import pygtk in the clipboard service as it is not used. 2007-07-26 21:52:38 +02:00
Simon McVittie
ee68ed1fb9 Handle PropertyChanged signal 2007-07-25 17:58:12 -04:00
Simon McVittie
d35166842a Console ps_watcher: avoid misleading user in info messages 2007-07-25 16:08:33 -04:00
Simon McVittie
9885b892a2 Console ps_watcher: Log signals as well as errors.
Correctly remove activity from buddy's list when buddy leaves.
2007-07-25 13:26:28 -04:00
Simon McVittie
df5ebb32e0 Show channels, handles, activity participants, buddy activities, errors 2007-07-25 13:09:51 -04:00
Simon McVittie
088c7612e3 Add basic activity and buddy properties to PS tab in devel console.
Make columns sortable and resizable.
2007-07-25 11:08:36 -04:00
Simon McVittie
0afad46773 Add a basic Presence Service tab to the developer console.
* Newly added activities and buddies appear in bold for 5 seconds.
* Removed activities and buddies stay in the list with strikethrough applied
  for 5 seconds, after which they vanish.
* Columns other than "object path" don't do anything.
* In the object path column, the common prefix is replaced by ".../".
2007-07-25 10:30:15 -04:00
Eduardo Silva
7003466f0d Console: fix drawing area width var 2007-07-23 13:17:33 -04:00
Tomeu Vizoso
6e6fd02322 #2268 Allow removing downloads from the clipboard while in progress. 2007-07-20 20:45:22 +02:00
Tomeu Vizoso
9ce80ca958 Register etoys as a launcher for its projects. 2007-07-20 15:57:22 +02:00
Eduardo Silva
a0ad81b58b Console: read /ofw/openprom/model instead of /ofw/ec-name 2007-07-16 12:21:44 -04:00
Eduardo Silva
9d05b2e0a7 Console: fix reading end byte of text files (by dcbw) 2007-07-16 11:59:54 -04:00
Tomeu Vizoso
8bf79b4831 Renamed Xbook to Read. 2007-07-15 21:20:10 +02:00
Tomeu Vizoso
1d2f84d0af #1888 Choose the correct mime type when adding text from Write to the clipboard. 2007-07-14 13:53:49 +02:00
Tomeu Vizoso
96a2de4e74 Associate pdfs to Read. 2007-07-14 12:45:38 +02:00
Tomeu Vizoso
e4bce9271a #1984 Fix removing items from the clipboard. 2007-07-10 20:35:51 +02:00