Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-20 | systemadm: use colors for id too, remove color from fragment link | Zbigniew Jędrzejewski-Szmek | |
2011-09-20 | systemadm: adjust row numbers after removing 'aliases' | Zbigniew Jędrzejewski-Szmek | |
2011-09-20 | systemadm: coalesce id and decription fields | Zbigniew Jędrzejewski-Szmek | |
This is just in interest of saving space (e.g. 5 lines for multi-user.target). | |||
2011-09-20 | systemadm: catch exceptions generated by dbus | Zbigniew Jędrzejewski-Szmek | |
Otherwise, access-denied dbus errors were not caught, and only caused a message to be printed out on the console. After this change a proper popup window pops up :). | |||
2011-09-20 | systemadm: make the dependency listing selectable | Zbigniew Jędrzejewski-Szmek | |
There's no reason to forbid selecting the text. | |||
2011-09-20 | systemadm: use bold for "requires", etc. | Zbigniew Jędrzejewski-Szmek | |
2011-09-20 | systemadm: use color for dependency links | Zbigniew Jędrzejewski-Szmek | |
2011-09-20 | systemadm: display dependencies sorted | Zbigniew Jędrzejewski-Szmek | |
2011-09-20 | systemadm: add libgee as dependency and use it for a unit map | Zbigniew Jędrzejewski-Szmek | |
2011-09-20 | systemadm: add a wrappable label and use it for status lines | Zbigniew Jędrzejewski-Szmek | |
The new WrapLabel is there to work around a deficiency in GTK, namely the fact that it is hard to make labels which are both resizable and wrappable. The code is a port from libview. | |||
2011-09-20 | systemadm: filter on swaps, paths, and timers too. | Zbigniew Jędrzejewski-Szmek | |
2011-09-20 | systemadm: split the type+status combo box into type combo & status checkbox | Zbigniew Jędrzejewski-Szmek | |
2011-09-19 | systemadm: allow sorting of jobs and units | Zbigniew Jędrzejewski-Szmek | |
2011-09-19 | systemadm: break timestamp formatting out into a seperate function | Zbigniew Jędrzejewski-Szmek | |
Since the timezone is always local, it doesn't make much sense to display it. The timestamp is now formatted without the timezone. I guess it can be further improved, which should be easier now that it is tucked-away in a separate function. | |||
2011-07-03 | systemadm: report GLib.Error only to stderr | Michal Schmidt | |
When a GLib.Error happens, it is likely that showing a message box would fail too. https://bugzilla.redhat.com/show_bug.cgi?id=716663 | |||
2011-02-24 | dbus: pass along information why a job failed when it failed (dbus api change!) | Lennart Poettering | |
2011-01-20 | vala: convert from dbus-glib to gdbus | Lennart Poettering | |
2010-11-15 | drop support for MANAGER_SESSION, introduce MANAGER_USER instead | Lennart Poettering | |
2010-09-17 | ask-password: add minimal framework to allow services query SSL/harddisk ↵ | Lennart Poettering | |
passphrases from the user | |||
2010-08-20 | dbus: follow standardized fdo PropertiesChanged signal spec | Lennart Poettering | |
2010-07-22 | build-sys: fix compatibility with vala 0.9 | Lennart Poettering | |
2010-07-01 | systemadm: update signal connection for new vala | Lennart Poettering | |
2010-05-22 | systemctl: add --block switch for synchronous starting of units | Lennart Poettering | |
2010-05-20 | systemadm: fix link when fragment path is unknown | Lennart Poettering | |
2010-05-20 | systemadm: make fragment path a clickable link | Lennart Poettering | |
2010-05-16 | build-sys: move source files to subdirectory | Lennart Poettering | |