16 Commits (7acfbd070fa207dff309383da6e743ad2b9843c3)

Author SHA1 Message Date
Sascha Silbe 7acfbd070f style cleanup: prefer ' for strings
Tomeu prefers ' for strings, so let's use it wherever we don't have a good
reason to use ".

Reviewed-by: James Cameron <quozl@laptop.org>
Acked-by: Simon Schampijer <simon@laptop.org>
CC: Aleksey Lim <alsroot@member.fsf.org>
14 years ago
Sascha Silbe 60707443ea PEP8 cleanup: fix whitespace around operator
Reviewed-by: James Cameron <quozl@laptop.org>
Acked-by: Simon Schampijer <simon@laptop.org>
CC: Aleksey Lim <alsroot@member.fsf.org>
14 years ago
Sascha Silbe e2231d5620 PEP8 cleanup: fix number of blank lines
Caught by pep8.

Reviewed-by: James Cameron <quozl@laptop.org>
Acked-by: Simon Schampijer <simon@laptop.org>
CC: Aleksey Lim <alsroot@member.fsf.org>
14 years ago
anishmangal2002 3f68813dd6 Add ErrorAlert inherited from Alert
Adds the ErrorAlert class which is an alert inherited from
the base Alert class. This is very similar to the
ConfirmationAlert class with the difference being that it
only displays an 'Ok' button in the Alert popup.

Signed-off-by: anishmangal2002 <anishmangal2002@gmail.com>
14 years ago
Sascha Silbe c9e63eb8ea PEP8 white space and long line fixes 15 years ago
Sascha Silbe ecdaf6b795 trim EOL (end-of-line) spaces on source files 15 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
Marco Pesenti Gritti b58182a970 Mark modules as STABLE/UNSTABLE/DEPRECATED. 16 years ago
Marco Pesenti Gritti 9e6ef4d2a9 Line too long fixes. 16 years ago
David Farning 88295072bd API docstrings from pydocweb 16 years ago
David Farning 3a69d3e777 API docstrings from pydocweb 16 years ago
David Farning 4a73c86dbb add parameters to docs 16 years ago
Simon Schampijer c639e7291a Remove the set_size_request for the alert message
This gave problems on the xo - part of #7841
16 years ago
Simon Schampijer ba850d5787 Wrap message in alert needed for 7841 16 years ago
Sayamindu Dasgupta 710f30196a Change the GETTEXT_PACKAGE domain to sugar-toolkit 16 years ago
Marco Pesenti Gritti 72c2a1d770 Use a src directory consistently with base and shell. 16 years ago