summaryrefslogtreecommitdiff
path: root/src/systemadm.vala
AgeCommit message (Collapse)Author
2011-09-20systemadm: use colors for id too, remove color from fragment linkZbigniew Jędrzejewski-Szmek
2011-09-20systemadm: adjust row numbers after removing 'aliases'Zbigniew Jędrzejewski-Szmek
2011-09-20systemadm: coalesce id and decription fieldsZbigniew Jędrzejewski-Szmek
This is just in interest of saving space (e.g. 5 lines for multi-user.target).
2011-09-20systemadm: catch exceptions generated by dbusZbigniew 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-20systemadm: make the dependency listing selectableZbigniew Jędrzejewski-Szmek
There's no reason to forbid selecting the text.
2011-09-20systemadm: use bold for "requires", etc.Zbigniew Jędrzejewski-Szmek
2011-09-20systemadm: use color for dependency linksZbigniew Jędrzejewski-Szmek
2011-09-20systemadm: display dependencies sortedZbigniew Jędrzejewski-Szmek
2011-09-20systemadm: add libgee as dependency and use it for a unit mapZbigniew Jędrzejewski-Szmek
2011-09-20systemadm: add a wrappable label and use it for status linesZbigniew 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-20systemadm: filter on swaps, paths, and timers too.Zbigniew Jędrzejewski-Szmek
2011-09-20systemadm: split the type+status combo box into type combo & status checkboxZbigniew Jędrzejewski-Szmek
2011-09-19systemadm: allow sorting of jobs and unitsZbigniew Jędrzejewski-Szmek
2011-09-19systemadm: break timestamp formatting out into a seperate functionZbigniew 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-03systemadm: report GLib.Error only to stderrMichal 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-24dbus: pass along information why a job failed when it failed (dbus api change!)Lennart Poettering
2011-01-20vala: convert from dbus-glib to gdbusLennart Poettering
2010-11-15drop support for MANAGER_SESSION, introduce MANAGER_USER insteadLennart Poettering
2010-09-17ask-password: add minimal framework to allow services query SSL/harddisk ↵Lennart Poettering
passphrases from the user
2010-08-20dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering
2010-07-22build-sys: fix compatibility with vala 0.9Lennart Poettering
2010-07-01systemadm: update signal connection for new valaLennart Poettering
2010-05-22systemctl: add --block switch for synchronous starting of unitsLennart Poettering
2010-05-20systemadm: fix link when fragment path is unknownLennart Poettering
2010-05-20systemadm: make fragment path a clickable linkLennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering