111 Commits (2655a8ccada45beb1f78f2e5fbad13e88ba44447)

Author SHA1 Message Date
Aleksey Lim 2655a8ccad Suppress sub-palettes in radiopalette 15 years ago
Aleksey Lim 872b18a103 Fix review issues 15 years ago
Aleksey Lim 0cf445eb0f Remove redundant ctor argument from activity.ActivityToolbar() 15 years ago
Aleksey Lim ec474da5cc Replace share combo with new share button 15 years ago
Aleksey Lim 9e9a22b2d5 Use activity icon for activity.toolbar button 15 years ago
Aleksey Lim 2088bd5f2a Add activity.keep_button 15 years ago
Aleksey Lim 095c732c9a Add activity.share_button 15 years ago
Aleksey Lim d4cbd4150e Support legacy stop button in ActivityToolbar 15 years ago
Aleksey Lim 442034bb8b Support new toolbars widgets in activity.py 15 years ago
Simon Schampijer 1d15b7f874 Merge branch 'master' of gitorious@git.sugarlabs.org:sugar-toolkit/mainline 15 years ago
Simon Schampijer a7daf73fae Bundlebuilder list_files: Better error handling #635
Don't fail on trailing slash of the directory name
15 years ago
Tomeu Vizoso c5e5d3aeb7 Only call read_file once on activity startup #428 15 years ago
Tomeu Vizoso 9ef619a63a Revert "Listen for map in Window instead of in Canvas (alsroot) #428"
This reverts commit eaf7afcd91.
15 years ago
Sayamindu Dasgupta 366b07e73a Use git ls-files instead of git-ls-files, to work with newer Git. d.sl.o #647 15 years ago
Simon Schampijer 720401606d Bundlebuilder: Don't include whole directory in src tarball
regression introduced by #397
15 years ago
Tomeu Vizoso c4dce659a4 Use Popen.communicate() to avoid hang (Sascha Silbe) #397 16 years ago
Tomeu Vizoso af4faead14 Catch all exceptions while saving #224 16 years ago
Tomeu Vizoso eaf7afcd91 Listen for map in Window instead of in Canvas (alsroot) #428 16 years ago
Simon Schampijer 6f210f0e33 Process .py files in subdirectories './setup genplot' #391 (alsroot) 16 years ago
Tomeu Vizoso 29cc73ae18 Let activities provide their own implementation of get_preview() #152 16 years ago
Tomeu Vizoso e2696086e6 Switch to existing instance of an activity if it's already running #410 16 years ago
Simon Schampijer 780efa55b0 NamingAlert: Icon dependent on the entry type #353 16 years ago
Tomeu Vizoso 474b2c3476 Set the locale path for sugar-toolkit #55 16 years ago
Tomeu Vizoso ace5e73d3d Don't push to the DS a file path pointing to nowhere #258 16 years ago
Simon Schampijer d0d4f55121 'Resume' activity window when NamingAlert is displayed #293 16 years ago
Simon Schampijer 38f0ac83d2 Naming alert prevents activity close on keep error #224
When the Naming alert is shown and a keep error occurs,
the activity can not be closed.
16 years ago
Simon Schampijer 9e3a8ab007 enhancements to the naming alert
- focus the title entry
- add accelerator for the 'Keep' button which is enter/return
16 years ago
Simon Schampijer 817a981288 Enhanced the 'Name this entry dialog'
- created the canvastextview in sugar/graphics
16 years ago
Tomeu Vizoso 64d24f3ac5 Fix the keep button in the title activity 16 years ago
Tomeu Vizoso 67d1d3bcad Make the title alert look a bit nicer 16 years ago
Tomeu Vizoso ada64e85ab Show an alert on activity close for suggesting the user to set a title 16 years ago
Tomeu Vizoso 44cabc891b Remove the hacks for asking the X server for screenshots and use gtk.Widget.get_snapshot() instead. 16 years ago
Daniel Drake 2937a09ead Use g_timeout_add_seconds() for power efficiency
This attempts to align second-granularity wakeups across the system,
reducing CPU wakeups a little.

I considered all timeouts of duration 1 second or greater, and moved
the non-timing-critical ones to g_timeout_add_seconds(). (Actually,
I didn't find any that I felt were timing-critical)
16 years ago
Tomeu Vizoso dddcc14ac7 Remove old cruft 16 years ago
Tomeu Vizoso 6dfff85f9f Add view-source-related methods HandleViewSource and GetDocumentPath 16 years ago
Marco Pesenti Gritti b58182a970 Mark modules as STABLE/UNSTABLE/DEPRECATED. 16 years ago
Marco Pesenti Gritti 9c74f4eec7 Drop broken release command. A more generic release tools
is being developed in sugar-tools now.
16 years ago
Guillaume Desmottes 9ab32f3b77 Add a get_shared_activity() method to sugar.activity.activity.Activity . Patch from Andrés Ambrois. #7649 16 years ago
Tomeu Vizoso 611bd9ccda Only absolutize the command when it doesnt contain already a slash 16 years ago
Tomeu Vizoso 0b7def1788 If the binary to launch is inside the bundle dir, use an absolute path. 16 years ago
Tomeu Vizoso a13ca6d664 #8840 Add missing byte_arrays=True 16 years ago
Simon Schampijer 354dec9f0c Use gconf for the profile 16 years ago
Tomeu Vizoso bcc24a43e7 Move to cjson and drop pyjson and simplejson 16 years ago
Marco Pesenti Gritti 5c6c7ab1d1 The activity registry is now private to the shell.
Changed the activityfactory to take a bundle instead of a bundle_id
so that it doesn't depend on the registry.
16 years ago
Marco Pesenti Gritti 3f08644b32 Remove workaround for old dbus-python. 16 years ago
Tomeu Vizoso afb63981fa Set the correct locale path for system activities 16 years ago
Marco Pesenti Gritti 7eafbe9ce9 Failure to close descriptor is actually expected. Don't bloat the logs. 16 years ago
Marco Pesenti Gritti 6a5d0c837b Another pylint fix. 16 years ago
Marco Pesenti Gritti a151135e2e Fix a few pylint warnings. 16 years ago
C. Scott Ananian 28586edb2f Trac #8532: remove SIGCHLD handler, which interacts poorly with threads.
Threads and signals don't get along too well together.  Instead, use
gobject's spawn_async functionality which already has the necessary zombie-
reaping integrated into the gobject event loop.
16 years ago