summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Add an option for log view directionJonathan Kang2014-12-031-0/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=709160
* Hide sidebar while viewing event detailsJonathan Kang2014-11-114-41/+58
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=726228
* Add name and summary elements to AppDataDavid King2014-10-281-4/+3
| | | | Pacify appstream-util validate.
* Add HighContrast application iconDavid King2014-10-156-0/+0
| | | | Copied from gnome-system-log.
* Parse messages from the systemd catalogJonathan Kang2014-09-232-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 translationPiotr Drąg2014-09-071-1/+1
| | | | Not a string freeze break.
* Add X-GNOME-Utilities desktop file categoryElad Alfassa2014-08-261-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=735129
* Add licenses to AppData descriptionDavid King2014-08-181-1/+2
| | | | Use newer metadata_license element instead of licence element.
* Move GlEventView to GlEventViewListDavid King2014-07-211-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 paddingDavid King2014-07-151-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710712
* Use new GtkApplication appmenu resource handlingDavid King2014-07-102-3/+5
| | | | Bump dependency on GTK+ to 3.13.4.
* Match desktop file name in AppDataDavid King2014-06-301-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 GtkBuilderDavid King2014-06-301-10/+10
|
* Use GtkIconTheme built-in RTL supportDavid King2014-06-301-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 pagePaolo Borelli2014-05-062-0/+206
|
* Add F1 accelerator for help actionDavid King2014-04-011-0/+1
|
* Rename desktop file and set DbusActivatable=trueDavid King2014-04-013-0/+1
| | | | Rename AppData and GResource XML in line with desktop file changes.
* Add D-Bus service fileDavid King2014-04-011-0/+3
| | | | | Allow the application to be D-Bus activated by running with the --gapplication-service argument.
* Add Utility category to desktop fileDavid King2014-03-051-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=725750
* Set browse selection mode on GlCategoryListDavid King2014-02-281-0/+1
|
* Switch category when a new row is selectedDavid King2014-02-281-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 menuDavid King2014-02-181-0/+4
|
* Hide unimplemented category labelsDavid King2014-02-041-4/+4
|
* Show priority, kernel device and audit sessionDavid King2014-02-041-1/+5
|
* Add man pageDavid King2013-11-282-0/+50
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=719485
* Install application iconDavid King2013-11-268-39/+0
|
* add app iconJakub Steiner2013-11-2610-0/+19341
| | | | | | - it doesn't actually build or anything :) https://bugzilla.gnome.org/show_bug.cgi?id=715190
* appdata: Don't translate screenshotColin Walters2013-11-121-1/+1
| | | | This breaks validation.
* Add AppData descriptionDavid King2013-11-081-0/+22
|
* Make event view timestamps slightly smallerDavid King2013-10-231-0/+4
|
* Increase window width and height requestDavid King2013-10-231-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710397
* Set a larger default search bar widthDavid King2013-10-091-2/+3
|
* Use a single header barDavid King2013-10-092-53/+5
| | | | Remove the left header bar.
* Refactor category, view and toolbar state changesDavid King2013-10-071-1/+1
|
* Fix the size of the search buttonYosef Or Boczko2013-10-071-0/+1
|
* desktop.in: Fix Exec= lineColin Walters2013-10-021-1/+1
|
* Add wrapped message to detailed event viewDavid King2013-10-011-1/+1
|
* Add some simple styling to the detailed event viewDavid King2013-10-011-0/+9
|
* Set the back icon according to locale's text directionYosef Or Boczko2013-10-011-1/+0
|
* Make the buttons in the headerbar as center verticallyYosef Or Boczko2013-10-011-0/+2
|
* Add rounded corners on titlebarDavid King2013-10-012-0/+20
|
* Enable type-ahead search for search barDavid King2013-09-301-0/+2
|
* Show search bar on clicking the find buttonDavid King2013-09-302-4/+21
|
* Switch toolbar mode on changing to detail viewDavid King2013-09-301-4/+3
|
* Add new window action to application menuDavid King2013-09-301-0/+7
|
* Move right toolbar to GlEventToolbar objectDavid King2013-09-303-62/+45
|
* Add padding to event view entriesDavid King2013-09-301-0/+4
|
* Add title to categories list header barDavid King2013-09-301-0/+9
|
* Set background colour on category listDavid King2013-09-302-0/+7
|
* Add separators between titlebars and content viewsDavid King2013-09-301-0/+12
|