Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an option for log view direction | Jonathan Kang | 2014-12-03 | 1 | -0/+10 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=709160 | ||||
* | Hide sidebar while viewing event details | Jonathan Kang | 2014-11-11 | 4 | -41/+58 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=726228 | ||||
* | Add name and summary elements to AppData | David King | 2014-10-28 | 1 | -4/+3 |
| | | | | Pacify appstream-util validate. | ||||
* | Add HighContrast application icon | David King | 2014-10-15 | 6 | -0/+0 |
| | | | | Copied from gnome-system-log. | ||||
* | Parse messages from the systemd catalog | Jonathan Kang | 2014-09-23 | 2 | -4/+143 |
| | | | | | | | | | | | | | Use catalogs to explain messages. To implement this feature, I use strtok function to parse the message named result->catalog, which exists in the project. For instance, I use a whitespace to get the field labels and ignore them. Then I use "\n" to get the detailed message for the current field. I also use dim-label style class for these field labels. https://bugzilla.gnome.org/show_bug.cgi?id=709153 | ||||
* | Mark forgotten string for translation | Piotr Drąg | 2014-09-07 | 1 | -1/+1 |
| | | | | Not a string freeze break. | ||||
* | Add X-GNOME-Utilities desktop file category | Elad Alfassa | 2014-08-26 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=735129 | ||||
* | Add licenses to AppData description | David King | 2014-08-18 | 1 | -1/+2 |
| | | | | Use newer metadata_license element instead of licence element. | ||||
* | Move GlEventView to GlEventViewList | David King | 2014-07-21 | 1 | -1/+1 |
| | | | | | This will make it easier to add a GlEventView, which can contain both the category list and event view pair, as well as a detail view. | ||||
* | Increase category list padding | David King | 2014-07-15 | 1 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=710712 | ||||
* | Use new GtkApplication appmenu resource handling | David King | 2014-07-10 | 2 | -3/+5 |
| | | | | Bump dependency on GTK+ to 3.13.4. | ||||
* | Match desktop file name in AppData | David King | 2014-06-30 | 1 | -2/+2 |
| | | | | | Update the AppData reference to the desktop file, as it was not changed when the desktop file was renamed. | ||||
* | Avoid deprecated xalign property in GtkBuilder | David King | 2014-06-30 | 1 | -10/+10 |
| | |||||
* | Use GtkIconTheme built-in RTL support | David King | 2014-06-30 | 1 | -0/+2 |
| | | | | | Remove custom code to handle different icons for RTL language support, and instead use the built-in support added to GtkIconTheme in 3.13.2. | ||||
* | Use a template for the event detail page | Paolo Borelli | 2014-05-06 | 2 | -0/+206 |
| | |||||
* | Add F1 accelerator for help action | David King | 2014-04-01 | 1 | -0/+1 |
| | |||||
* | Rename desktop file and set DbusActivatable=true | David King | 2014-04-01 | 3 | -0/+1 |
| | | | | Rename AppData and GResource XML in line with desktop file changes. | ||||
* | Add D-Bus service file | David King | 2014-04-01 | 1 | -0/+3 |
| | | | | | Allow the application to be D-Bus activated by running with the --gapplication-service argument. | ||||
* | Add Utility category to desktop file | David King | 2014-03-05 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=725750 | ||||
* | Set browse selection mode on GlCategoryList | David King | 2014-02-28 | 1 | -0/+1 |
| | |||||
* | Switch category when a new row is selected | David King | 2014-02-28 | 1 | -1/+1 |
| | | | | | | | Change the current category based on the row that is selected, not when a row is activated. https://bugzilla.gnome.org/show_bug.cgi?id=724980 | ||||
* | Add help item to application menu | David King | 2014-02-18 | 1 | -0/+4 |
| | |||||
* | Hide unimplemented category labels | David King | 2014-02-04 | 1 | -4/+4 |
| | |||||
* | Show priority, kernel device and audit session | David King | 2014-02-04 | 1 | -1/+5 |
| | |||||
* | Add man page | David King | 2013-11-28 | 2 | -0/+50 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=719485 | ||||
* | Install application icon | David King | 2013-11-26 | 8 | -39/+0 |
| | |||||
* | add app icon | Jakub Steiner | 2013-11-26 | 10 | -0/+19341 |
| | | | | | | - it doesn't actually build or anything :) https://bugzilla.gnome.org/show_bug.cgi?id=715190 | ||||
* | appdata: Don't translate screenshot | Colin Walters | 2013-11-12 | 1 | -1/+1 |
| | | | | This breaks validation. | ||||
* | Add AppData description | David King | 2013-11-08 | 1 | -0/+22 |
| | |||||
* | Make event view timestamps slightly smaller | David King | 2013-10-23 | 1 | -0/+4 |
| | |||||
* | Increase window width and height request | David King | 2013-10-23 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=710397 | ||||
* | Set a larger default search bar width | David King | 2013-10-09 | 1 | -2/+3 |
| | |||||
* | Use a single header bar | David King | 2013-10-09 | 2 | -53/+5 |
| | | | | Remove the left header bar. | ||||
* | Refactor category, view and toolbar state changes | David King | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | Fix the size of the search button | Yosef Or Boczko | 2013-10-07 | 1 | -0/+1 |
| | |||||
* | desktop.in: Fix Exec= line | Colin Walters | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | Add wrapped message to detailed event view | David King | 2013-10-01 | 1 | -1/+1 |
| | |||||
* | Add some simple styling to the detailed event view | David King | 2013-10-01 | 1 | -0/+9 |
| | |||||
* | Set the back icon according to locale's text direction | Yosef Or Boczko | 2013-10-01 | 1 | -1/+0 |
| | |||||
* | Make the buttons in the headerbar as center vertically | Yosef Or Boczko | 2013-10-01 | 1 | -0/+2 |
| | |||||
* | Add rounded corners on titlebar | David King | 2013-10-01 | 2 | -0/+20 |
| | |||||
* | Enable type-ahead search for search bar | David King | 2013-09-30 | 1 | -0/+2 |
| | |||||
* | Show search bar on clicking the find button | David King | 2013-09-30 | 2 | -4/+21 |
| | |||||
* | Switch toolbar mode on changing to detail view | David King | 2013-09-30 | 1 | -4/+3 |
| | |||||
* | Add new window action to application menu | David King | 2013-09-30 | 1 | -0/+7 |
| | |||||
* | Move right toolbar to GlEventToolbar object | David King | 2013-09-30 | 3 | -62/+45 |
| | |||||
* | Add padding to event view entries | David King | 2013-09-30 | 1 | -0/+4 |
| | |||||
* | Add title to categories list header bar | David King | 2013-09-30 | 1 | -0/+9 |
| | |||||
* | Set background colour on category list | David King | 2013-09-30 | 2 | -0/+7 |
| | |||||
* | Add separators between titlebars and content views | David King | 2013-09-30 | 1 | -0/+12 |
| |