Commit Graph

9082 Commits

Author SHA1 Message Date
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
842468d1eb Tagging Entropy version 1.0_rc93 1.0_rc93 2012-04-04 11:38:56 +02:00
Fabio Erculiani
030c45b7cf Release Entropy 1.0_rc93 2012-04-04 11:38:43 +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
a4377f07e1 [eit] fix typo in "eit rm --from <repository>" help string, thanks to micia 2012-04-03 17:57:02 +02:00
Fabio Erculiani
82ef9a8186 Tagging Entropy version 1.0_rc92 1.0_rc92 2012-04-03 16:06:23 +02:00
Fabio Erculiani
bdecb8c969 Release Entropy 1.0_rc92 2012-04-03 16:06:21 +02:00
Fabio Erculiani
5ca0d79f2e [scripts] tag-version.sh: validate .po files before tagging 2012-04-03 16:03:52 +02:00
Fabio Erculiani
cd299d0495 [po] move transifex scripts to Makefile, add "validate" Makefile target 2012-04-03 16:03:06 +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
4137d73c70 [todo] update TODO 2012-04-03 15:02:15 +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
1785f9d876 [entropy.client.interfaces.package] expose Package.splitdebug_enabled() 2012-04-03 14:52:52 +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
1369a06c6e [todo] update TODO 2012-04-02 15:20:12 +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
b24e478b21 [services] entropy-updates-service: initialize the dbus service ASAP
This, and passing the correct service name, could make clients more
robust
2012-04-02 14:36:22 +02:00
Fabio Erculiani
9c7c563961 [todo] update TODO 2012-04-02 14:14:56 +02:00
Fabio Erculiani
e6fa2fb1cf [RigoDaemon] automatically shutdown on executable change 2012-04-02 14:09:21 +02:00
Fabio Erculiani
58efd1cc9d [entropy.misc] add DirectoryMonitor class 2012-04-02 14:07:04 +02:00
Fabio Erculiani
ff734d250a Tagging Entropy version 1.0_rc91 1.0_rc91 2012-04-01 20:20:56 +02:00
Fabio Erculiani
7335c0e0eb Release Entropy 1.0_rc91 2012-04-01 20:20:55 +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
918a047039 [po] update translations 2012-04-01 16:13:24 +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
f3ccd7369b [po] Makefile: update-po target now pulls from transifex 2012-04-01 16:12:37 +02:00