4914 Commits (b51d5c9dc7263917afa2535befb02ad7517a7514)
 

Author SHA1 Message Date
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
Daniel Drake 4fdf632c18 Revert "Release 0.84.12"
This reverts commit 658123fe81.

Sorry, screwed up, this was on the wrong branch :(
14 years ago
Daniel Drake 658123fe81 Release 0.84.12 14 years ago
Simon Schampijer f82c2bad4d Not able to access files on external device from within an activity on new system d.l.o #10218
The error we were seeing was that the '(env.get_profile_path(),
'data'))' does not exist yet at system start. Symlinks are created
there when accessing data on an external device. The directory
gets created when an activity like Browse or Terminal has been
run for the first time or you start Read for the first time by
resuming the file on the external device.

http://dev.laptop.org/ticket/10218
14 years ago
Pootle daemon e065eef059 Commit from Sugar Labs: Translation System by user Myckel.: 40 of 40 messages translated (0 fuzzy). 14 years ago
Tomeu Vizoso 29aa609b57 Release 0.89.1 14 years ago
Simon Schampijer abda2edc04 Remove unneeded debug logs #1861 14 years ago
Bernie Innocenti e90fccfd37 Use set_toolbar_box() in example code.
The set_toolbox() method is obsolete, so let's not advertise it.

Signed-off-by: Bernie Innocenti <bernie@codewiz.org>
14 years ago
Bernie Innocenti e2ab351b36 Set default accelerators for Copy and Paste buttons 14 years ago
Simon Schampijer 5186c941f0 Release 0.88.1 14 years ago
Simon Schampijer 3aa0995096 Bundelbuilder should not use localized activity name #1968 (Walter Bender)
The localized activity name is only used for
user-facing strings. The .xo and .tar files are
left in the original name.
14 years ago
Aleksey Lim 883fefe782 Cannot delete stalled download from journal #1987 14 years ago
Aleksey Lim 845d2534e6 Reset timeout delay on every TitleEntry change #1948 14 years ago
Pootle daemon 2e4a59a0ab Commit from Sugar Labs: Translation System by user korakurider.: 40 of 40 messages translated (0 fuzzy). 14 years ago
Tomeu Vizoso 25e57e3766 Release 0.88.0 14 years ago
Pootle daemon adc6911377 Commit from Sugar Labs: Translation System by user anderson861.: 32 of 40 messages translated (0 fuzzy). 14 years ago
Simon Schampijer 94206cd9bd Release 0.87.9 14 years ago
Simon Schampijer e497eb15ba Fix keep functionality in activities
Introduced by #1765
14 years ago
Pootle daemon 0ce9019b93 Commit from Sugar Labs: Translation System by user mschlager.: 40 of 40 messages translated (0 fuzzy). 14 years ago
Pootle daemon 912747ada4 Commit from Sugar Labs: Translation System by user YuanChao.: 40 of 40 messages translated (0 fuzzy). 14 years ago
Pootle daemon d914297469 Commit from Sugar Labs: Translation System by user mschlager.: 40 of 40 messages translated (0 fuzzy). 14 years ago
Pootle daemon 758bff4164 Commit from Sugar Labs: Translation System by user mschlager.: 40 of 40 messages translated (0 fuzzy). 14 years ago
Pootle daemon 5a208cac1d Commit from Sugar Labs: Translation System by user mschlager.: 40 of 40 messages translated (0 fuzzy). 14 years ago
Pootle daemon cbf3dd87aa Commit from Sugar Labs: Translation System by user carlo.: 40 of 40 messages translated (0 fuzzy). 14 years ago
Pootle daemon 8b64f96121 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). 14 years ago
Pootle daemon de4ea58b15 Commit from Sugar Labs: Translation System by user sayamindu.: 40 of 40 messages translated (0 fuzzy). 14 years ago
Simon Schampijer 24c3509106 Release 0.87.8 14 years ago
Aleksey Lim 161aec771e Display a message when an activity fails to start (based on wadeb patches) #1447 14 years ago
Simon Schampijer d8d714af48 Release 0.87.7 14 years ago
Simon Schampijer 2a52c9493b A little bit of pylint cleanup 14 years ago
Bernie Innocenti d27511f1cb autogen.sh: pass --enable-maintainer-mode to configure 14 years ago
Sascha Silbe bb323a4efa check syntax of private key (#1568)
Check that header and footer of the private key are present in order to detect
corrupted key files.

Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
14 years ago
Sascha Silbe d38d865c7c Revert "Merge commit 'refs/top-bases/t/bug-1568' into t/bug-1568"
This reverts commit 12016d5408, reversing
changes made to d006092d37.
14 years ago
Sascha Silbe 12016d5408 Merge commit 'refs/top-bases/t/bug-1568' into t/bug-1568 14 years ago
Tomeu Vizoso d006092d37 Log saving errors in activities #1703 14 years ago
Wade Brainerd 63a5dcef05 Deprecate host_version #1509 14 years ago
James Cameron f8ef93bd21 Removes the use of O_SYNC on logs #1656
With O_SYNC on open of log files, on systems with slow filesystem random
write performance, there is random activity startup time.
14 years ago
Aleksey Lim 6921bcd67d Do not fail while closing object less activities #1714 14 years ago
Sascha Silbe b64930b2eb check private key syntax 14 years ago
Sascha Silbe 0a4ea3ec9a set description 14 years ago
Aleksey Lim 3bf70d642c Override canvas property in Activity class #1795 14 years ago
Pootle daemon 67af1cb77d Commit from Sugar Labs: Translation System by user Clytie.: 40 of 40 messages translated (0 fuzzy). 14 years ago
Simon Schampijer 5f3a8da9eb Release 0.87.6 14 years ago
Simon Schampijer 7978c55fdf Create the DSObject update listener as well for existing entries 14 years ago
Simon Schampijer fdc1706492 Release 0.87.5 14 years ago
Sayamindu Dasgupta e6aa91ba3f Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/gettext-enhancements 14 years ago
Sayamindu Dasgupta d00d9b6431 More cleanups for i18n.py 14 years ago
Sayamindu Dasgupta 1b600b147d Make the dictionary sorting a bit more sensible 14 years ago
Sayamindu Dasgupta 4552050136 Clean up docstring 14 years ago
Sayamindu Dasgupta 1817caf30f Consistent variable names 14 years ago