Fabio Erculiani
|
40dc9f6948
|
[Rigo] implement support to App Management Activity interruption
|
2012-04-05 17:10:11 +02:00 |
|
Fabio Erculiani
|
d845fce5a3
|
[RigoDaemon] make possible to interrupt the Application Management activity
|
2012-04-05 17:09:41 +02:00 |
|
Fabio Erculiani
|
e6c69bbefd
|
[Rigo] let the user undo an Application Action within 10 seconds
|
2012-04-05 15:12:47 +02:00 |
|
Fabio Erculiani
|
8fb2708a93
|
[Rigo] add QueueActionNotificationBox widget
|
2012-04-05 15:12:28 +02:00 |
|
Fabio Erculiani
|
77b958f120
|
[Rigo] fix typos in InstallNotificationBox handling
|
2012-04-05 15:11:37 +02:00 |
|
Fabio Erculiani
|
172f49534d
|
[Rigo] let the user review the install queue before submitting it to RigoDaemon
|
2012-04-05 09:29:25 +02:00 |
|
Fabio Erculiani
|
ea4de11684
|
[Rigo] add debug output to every dbus signal handler
|
2012-04-04 22:35:56 +02:00 |
|
Fabio Erculiani
|
442e858f62
|
[Rigo] drop queue_len keyword arg from set_application
|
2012-04-04 20:59:39 +02:00 |
|
Fabio Erculiani
|
754f6632d4
|
[Rigo] RigoServiceDaemon: pay attention to not overwrite blocking notification boxes
|
2012-04-04 15:19:57 +02:00 |
|
Fabio Erculiani
|
02e1ffdf2e
|
[Rigo] RigoServiceDaemon: implement application_enqueued() signal handling
|
2012-04-04 15:19:29 +02:00 |
|
Fabio Erculiani
|
9cbc65d51d
|
[Rigo] WorkView: split set_application() and update_queue_information()
This way it's possible to update the queue status without updating
the rest of the displayed data
|
2012-04-04 15:17:14 +02:00 |
|
Fabio Erculiani
|
d80ee9a8e7
|
[Rigo] disable security updates notification for now, too slow
|
2012-04-04 15:11:59 +02:00 |
|
Fabio Erculiani
|
94210214ee
|
[RigoDaemon] remove debug writes for output() and transfer_output()
They only add more confusion during debugging
|
2012-04-04 15:11:06 +02:00 |
|
Fabio Erculiani
|
3df1708e5d
|
[RigoDaemon] implement application_enqueued() signal
|
2012-04-04 15:10:49 +02:00 |
|
Fabio Erculiani
|
210f0ceae3
|
[RigoDaemon] do not account unauthorized items in queue length calculation
|
2012-04-04 14:14:30 +02:00 |
|
Fabio Erculiani
|
fd037d4d9e
|
[RigoDaemon] use auth_admin_keep for the org.sabayon.RigoDaemon.manage policy
|
2012-04-04 13:37:59 +02:00 |
|
Fabio Erculiani
|
ce4d784ecf
|
[Rigo] update rigo.pot
|
2012-04-04 11:36:17 +02:00 |
|
Fabio Erculiani
|
eca4580274
|
[Rigo] update translations
|
2012-04-04 11:35:27 +02:00 |
|
Fabio Erculiani
|
f455310cc6
|
[Rigo] during app init, PangoLayout returns wrong font widths
Start caching PangoLayout.get_size() values only when they're greater
than 0
|
2012-04-04 11:26:58 +02:00 |
|
Fabio Erculiani
|
67b899b0f7
|
[RigoDaemon] always release the exclusive lock at the end of queue processing
|
2012-04-04 01:12:28 +02:00 |
|
Fabio Erculiani
|
df13425e6b
|
[Rigo] Stars: use entropy "_" function instead of gettext one
|
2012-04-04 01:03:41 +02:00 |
|
Fabio Erculiani
|
8cfc98484a
|
[Rigo] Application: rwsem is not re-rentrant, provide AppDetails lock-free "version" property
|
2012-04-04 01:02:45 +02:00 |
|
Fabio Erculiani
|
92bb9354e5
|
[Rigo] fix undefined references
|
2012-04-04 01:02:18 +02:00 |
|
Fabio Erculiani
|
414b616f16
|
[Rigo] TerminalWidget: enable set_scroll_on_output()
|
2012-04-04 00:24:58 +02:00 |
|
Fabio Erculiani
|
6cc6ad4c27
|
[RigoDaemon] pass AppTransactionOutcome enum to applications_managed()
|
2012-04-03 20:40:10 +02:00 |
|
Fabio Erculiani
|
81db3ac71c
|
[Rigo] execute every dbus call within the main loop to avoid segfaults
|
2012-04-03 20:16:49 +02:00 |
|
Fabio Erculiani
|
4c20a308f4
|
[RigoDaemon] always spawn dbus signals from the MainThread
|
2012-04-03 18:04:04 +02:00 |
|
Fabio Erculiani
|
2459f6ea1c
|
[Rigo] po: move transifex scripts to Makefile, add "validate" Makefile target
|
2012-04-03 15:57:58 +02:00 |
|
Fabio Erculiani
|
67f5372bc4
|
[Rigo] po: update translations (and cross fingers)
|
2012-04-03 15:28:39 +02:00 |
|
Fabio Erculiani
|
64de366bfc
|
[Rigo] update rigo.pot with latest changes
|
2012-04-03 15:03:00 +02:00 |
|
Fabio Erculiani
|
78b2a7773b
|
[Rigo] handle disk full transaction error
|
2012-04-03 15:00:44 +02:00 |
|
Fabio Erculiani
|
316893517d
|
[RigoDaemon] add free disk space checks before starting to install
|
2012-04-03 14:59:01 +02:00 |
|
Fabio Erculiani
|
4dcafcbc1d
|
[RigoDaemon] fix a bunch of undefined references
|
2012-04-03 14:58:41 +02:00 |
|
Fabio Erculiani
|
98742665a5
|
[RigoDaemon] fix undefined reference
|
2012-04-02 21:43:47 +02:00 |
|
Fabio Erculiani
|
759fe17059
|
[RigoDaemon] implement custom MultipleUrlFetcher
|
2012-04-02 21:35:16 +02:00 |
|
Fabio Erculiani
|
e0a9a6c0d6
|
[RigoDaemon] devel-start-daemon.sh: add instructions to run app inside gdb
|
2012-04-02 21:20:04 +02:00 |
|
Fabio Erculiani
|
16e16f8711
|
[RigoDaemon] rework polkit auth mechanism to be more responsive and robust
|
2012-04-02 21:19:31 +02:00 |
|
Fabio Erculiani
|
c70420a69d
|
[RigoDaemon] get client PID as soon as possible in order to avoid SIGSEGV
|
2012-04-02 20:19:50 +02:00 |
|
Fabio Erculiani
|
a623fb15fe
|
[Rigo] add "applications-other.svg" to the bundled icons
|
2012-04-02 17:51:04 +02:00 |
|
Fabio Erculiani
|
f716248e91
|
[RigoDaemon] wrap the dbus service executable around a script, source /etc/env.d/02locale
|
2012-04-02 15:18:53 +02:00 |
|
Fabio Erculiani
|
e6fa2fb1cf
|
[RigoDaemon] automatically shutdown on executable change
|
2012-04-02 14:09:21 +02:00 |
|
Fabio Erculiani
|
cef5e9dcb9
|
[Rigo] add Makefiles
|
2012-04-01 19:07:40 +02:00 |
|
Fabio Erculiani
|
2d3def6d44
|
[RigoDaemon] get client PID from DBus and use it with PolicyKit auth mechanism
|
2012-04-01 19:06:40 +02:00 |
|
Fabio Erculiani
|
0640d7ee43
|
[RigoDaemon] enable daemon logging by default
|
2012-04-01 19:05:46 +02:00 |
|
Fabio Erculiani
|
8ecba20de1
|
[Rigo] enable thread dumper by default, add shebang
|
2012-04-01 19:05:14 +02:00 |
|
Fabio Erculiani
|
72f38e2c47
|
[Rigo] update translations
|
2012-04-01 16:13:16 +02:00 |
|
Fabio Erculiani
|
6b62c66322
|
[Rigo] po: Makefile update-po target now pulls from transifex
|
2012-04-01 16:13:04 +02:00 |
|
Fabio Erculiani
|
3a43bb7e13
|
[RigoDaemon] integrate with build system
|
2012-04-01 01:18:30 +02:00 |
|
Fabio Erculiani
|
2faa90ad75
|
[Rigo] po: add TRANSIFEX_README file
|
2012-04-01 00:50:48 +02:00 |
|
Fabio Erculiani
|
b413a99716
|
[Rigo] sync .po files with transifex
|
2012-04-01 00:47:30 +02:00 |
|