Fabio Erculiani
49563c8206
[Rigo] ApplicationViewController: exit view when required
...
Exit view when Application shown is from installed packages repo
and it's being scheduled for removal
2012-04-14 11:06:45 +02:00
Fabio Erculiani
d0d3a72d16
[Rigo] ApplicationsViewController: emit view-cleared
...
Emit view-cleared When model is empty and primary search button is
clicked.
2012-04-14 11:06:32 +02:00
Fabio Erculiani
d59dfb92e4
[RigoDaemon] do not run automatic repositories update if on batteries
2012-04-12 19:44:28 +02:00
Fabio Erculiani
a639e417d9
[RigoDaemon] extend updates_available() signal, bump daemon API
2012-04-12 19:38:38 +02:00
Fabio Erculiani
d042c27d55
[Rigo] po: update translations
2012-04-12 18:13:07 +02:00
Fabio Erculiani
6368528357
[RigoDaemon] add automatic repositories update timer (running every 4 hours)
2012-04-12 18:04:17 +02:00
Fabio Erculiani
dab7ea2702
[RigoDaemon] _update_repositories(): make possible to bypass authorization
2012-04-12 18:03:48 +02:00
Fabio Erculiani
0ea3fbf0d8
[RigoDaemon] add docstring to _start_package_cache_timer
2012-04-12 18:03:11 +02:00
Fabio Erculiani
44545691fe
[RigoDaemon] add non-blocking, simpler version of _acquire_exclusive() for internal use
2012-04-12 18:00:47 +02:00
Fabio Erculiani
64b12d5f0c
[Rigo] show please wait notification only when the same instance generated activity
2012-04-12 17:58:48 +02:00
Fabio Erculiani
8464be7576
[RigoDaemon] add package cache cleanup timer, running every 8 hours
2012-04-12 16:21:40 +02:00
Fabio Erculiani
890b447785
[RigoDaemon] implement directory monitor for both executable and repositories
...
This commit adds directory monitor for the Installed Packages
Repository in order to catch, through dnofity, repository change
events and signal repositories_updated() once locks are released.
Given the current Python limitations in supporting dnotify without
getting dirt, DirectoryMonitor dispatches SIGIO to the callback
for both installed repository directory change and RigoDaemon
executable. It is up to the code determine what effectively changed.
Moreover, enabling DN_MULTISHOT causes the signal handler to be
kept alive until the dnotified file descriptors are explicitly closed
(DirectoryMonitor.close()). This is of course sub-optimal because
we get called more than needed, but still much better than polling.
2012-04-12 12:48:44 +02:00
Fabio Erculiani
5f8ca3c6aa
[RigoDaemon] fixup several minor bugs
2012-04-12 12:48:44 +02:00
Fabio Erculiani
1fb54f5560
[Rigo] fix typo in i18n string
2012-04-12 07:19:04 +02:00
Fabio Erculiani
417e5720a8
[Rigo] update translations
2012-04-11 23:20:25 +02:00
Fabio Erculiani
b95375d780
[Rigo] update rigo.pot
2012-04-11 23:19:27 +02:00
Fabio Erculiani
f1ef6fbcbb
[Rigo] add Preferences button
2012-04-11 23:18:23 +02:00
Fabio Erculiani
fc81e6bb06
[Rigo] implement Preferences View, activatable through "rigo:config" for now
2012-04-11 23:03:47 +02:00
Fabio Erculiani
8a877bbc1b
[RigoDaemon] add more debug output
2012-04-11 17:59:42 +02:00
Fabio Erculiani
5a15a0bbb8
[Rigo] update translations
2012-04-11 11:33:56 +02:00
Fabio Erculiani
e0eb800ffc
[Rigo] update rigo.pot
2012-04-11 11:32:31 +02:00
Fabio Erculiani
161f5205d8
[RigoDaemon/Rigo] implement Notice Board support (woot)
2012-04-10 23:37:22 +02:00
Fabio Erculiani
388cac9187
[Rigo] minor bugfixes to the configuration file updates UI
2012-04-10 18:07:29 +02:00
Fabio Erculiani
c5b55f44c6
[RigoDaemon] if interrupt_activity signal is raised, interrupt both fetch and install phases
2012-04-10 16:29:12 +02:00
Fabio Erculiani
350544aa9f
[Rigo] do not force repository update when not strictly needed
2012-04-10 13:28:16 +02:00
Fabio Erculiani
8285ca06ae
[Rigo] send hello() again after repositories_updated() signal
2012-04-10 13:27:00 +02:00
Fabio Erculiani
325813243c
[RigoDaemon] _send_greetings: keep one and only one thread running the calculation, discard multiple concurrent requests
2012-04-10 13:25:52 +02:00
Fabio Erculiani
7ab432458f
[RigoDaemon] split enqueue_application_action()
2012-04-10 12:51:00 +02:00
Fabio Erculiani
065c57ea5b
[RigoDaemon] add noticeboards_available() signal
2012-04-10 12:50:43 +02:00
Fabio Erculiani
1e807a7ed7
[Rigo] boost treeview performance, optimize several code paths and avoid duplicated calls
2012-04-10 12:08:13 +02:00
Fabio Erculiani
0af0c14b48
[Rigo] update translations, add es_AR
2012-04-10 10:57:58 +02:00
Fabio Erculiani
d35d827fc7
[RigoDaemon/Rigo] move startup updates calculation and repo validation to RigoDaemon
...
Calling RigoDaemon.hello() triggers several welcome signals from
RigoDaemon itself, such as updates availability, repositories aging
and repositories unavailability. This way, Rigo is completely unloaded
with beneficial effects wrt responsiveness.
2012-04-09 22:39:47 +02:00
Fabio Erculiani
02f248489a
[Rigo] provide .etp and .tbz2 package files mimetype specification
2012-04-09 15:45:29 +02:00
Fabio Erculiani
e68268abe2
[RigoDaemon/Rigo] Add support for .etp and .tbz2 package files installation
2012-04-09 15:38:31 +02:00
Fabio Erculiani
5f3079db0c
[Rigo] update translations, add Spanish (Chile)
2012-04-08 19:13:43 +02:00
Fabio Erculiani
4a44fb7d3c
[Rigo] update rigo.pot
2012-04-08 19:11:48 +02:00
Fabio Erculiani
20e39ebcb3
[Rigo] make sure to always show Applications when set_many() is called
2012-04-08 19:03:56 +02:00
Fabio Erculiani
fe8f71d205
[Rigo] require User to validate the removal queue before proceeding
2012-04-08 18:53:40 +02:00
Fabio Erculiani
9334433e7c
[Rigo] complete configuration file updates implementation
2012-04-08 18:13:32 +02:00
Fabio Erculiani
415c5af799
[RigoDaemon] complete configuration file updates implementation
2012-04-08 18:13:09 +02:00
Fabio Erculiani
9c93587dd4
[Rigo] add easter eggs
2012-04-07 23:39:52 +02:00
Fabio Erculiani
95b34b6e55
[Rigo] rigo.ui: rename to Rigo Application Browser
2012-04-07 23:31:36 +02:00
Fabio Erculiani
e55b09836f
[Rigo] add .desktop file
2012-04-07 23:31:21 +02:00
Fabio Erculiani
8a34b071b0
[Rigo/RigoDaemon] partially implement configuration file updates management
2012-04-07 19:33:28 +02:00
Sławomir Nizio
c7cab4b163
[Rigo] fix ngettext args (singular first)
2012-04-05 23:55:28 +02:00
Fabio Erculiani
18fde35b35
[Rigo] QueueActionNotificationBox: pass int type to _update_countdown
...
Thanks to Enlik
2012-04-05 23:51:59 +02:00
Fabio Erculiani
95df02246c
[Rigo] use ngettext in NotificationBox widgets, thanks to Enlik
2012-04-05 23:50:04 +02:00
Fabio Erculiani
6ce071616e
[Rigo] po: update translations
2012-04-05 17:15:25 +02:00
Fabio Erculiani
ac0eab4bd4
[Rigo] update rigo.pot
2012-04-05 17:11:11 +02:00
Fabio Erculiani
4cd8101b11
[Rigo] add Romanian, Lithuanian and Bulgarian translations
2012-04-05 17:10:42 +02:00