summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Use navigation-sidebar style for flapMaximiliano Sandoval R2022-03-283-44/+4
|
* eventtoolbar: Use flat style on main menuMaximiliano Sandoval R2022-03-281-0/+1
|
* Remove shadow-type property from scrolled windowsMaximiliano Sandoval R2022-03-281-0/+2
|
* Remove all uses of visible=True and can-focusMaximiliano Sandoval R2022-03-287-166/+0
| | | | | Can focus should not be set explicitely in gtk4 as false is propagated to child widgets and the defaults are good.
* Replace shadow-type property from scrolled windowsMaximiliano Sandoval R2022-03-281-2/+2
|
* Remove max-length propertyMaximiliano Sandoval R2022-03-281-8/+0
| | | | It seems they automatically are 2 digits now.
* Remove border_widthMaximiliano Sandoval R2022-03-281-4/+0
|
* Port expand propertyMaximiliano Sandoval R2022-03-281-1/+1
| | | | Only vexpand is needed.
* Remove deprecated transitions-enabled propertyMaximiliano Sandoval R2022-03-281-1/+0
|
* Port margin propertyMaximiliano Sandoval R2022-03-281-1/+4
|
* Remove uses of show_allMaximiliano Sandoval R2022-03-281-12/+0
| | | | Widgets are visible by default.
* seachpopover: Don't use private ModelButtonMaximiliano Sandoval R2022-03-281-5/+21
| | | | This widget was styled based on sub menus from a menu model.
* toolbar: Remove relief propertyMaximiliano Sandoval R2022-03-281-1/+0
| | | | | It was deprecated. Libadwaita automatically provides the flat style in toolbar now.
* searchpopover: Replace Radios with Check buttonsMaximiliano Sandoval R2022-03-281-7/+3
|
* categorylist: Subclass from GtkWidgetMaximiliano Sandoval R2022-03-281-1/+0
| | | | ListBox is a final class in GTK 4.
* buttons: Use icon-name rather than setting a childMaximiliano Sandoval R2022-03-281-30/+3
|
* window: Use set_key_capture_widget in entry barMaximiliano Sandoval R2022-03-281-2/+0
|
* info_bar: Set label in the UI fileMaximiliano Sandoval R2022-03-281-2/+8
| | | | Removes the need to use container api.
* css: Replace selected color with accent colorMaximiliano Sandoval R2022-03-281-3/+3
|
* Use libadwaita and gtk4 in C filesMaximiliano Sandoval R2022-03-281-1/+1
|
* Use grid layout manager instead of packingMaximiliano Sandoval R2022-03-282-223/+196
|
* Port UI filesMaximiliano Sandoval R2022-03-286-1039/+957
| | | | | | | | | In this commit: - Hdy was replaced with Adw - StackPages are used to define the name - templates for final classes now subclass widget - packing type end was replaced by the corresponding type="end" - unnecesary packings were removed
* Add UI file headersMaximiliano Sandoval R2022-03-287-0/+7
|
* metainfo: Align app name with .desktop nameSophie Herold2022-01-061-1/+1
|
* Opt-in to dark mode user preferenceMaximiliano Sandoval R2022-01-061-2/+2
|
* event-detail: Drop width-requestGuido Günther2021-08-051-2/+2
| | | | | Rather specify a minimum content-width and height since that's what should determine the popover's size.
* search-entry: Drop width-requestGuido Günther2021-08-051-1/+0
| | | | Don't prevent the window from shriniking.
* gl-window: Set default-{width,height}Guido Günther2021-08-051-2/+2
| | | | | Instead of limiting the minimal size rather make those values the default so the window can shring to smaller sizes on e.g. phones.
* eventviewlist: Insert HdyFlapGuido Günther2021-08-051-40/+45
| | | | This makes the category list hide on small horizontal sizes
* window, eventtoolbar, application: Use HdyApplicationWindow and HdyHeaderBarChristopher Davis2021-07-232-7/+7
| | | | Gives us bottom rounded corners.
* Fix typo: shorcuts -> shortcutsYuri Chornoivan2020-07-271-1/+1
|
* help-overlay.ui: Add three shortcutsSabri Ünal2020-07-271-1/+22
| | | | | | F1: Show help Ctrl+question: Keyboard shortcuts Ctrl+e: Export logs to a file
* Appdata: update per the latest specsBilal Elmoussaoui2019-10-091-3/+8
|
* icon: create a nightly app iconJakub Steiner2019-10-041-0/+1
| | | | | | | | - Provide a development variant of the app icon See https://gitlab.gnome.org/GNOME/Initiatives/issues/12 for more info. /label ~"9. Initiative: NightlyAppIcons"
* meson: Fix wrong po directory while merging translationsJonathan Kang2019-07-311-2/+2
|
* build: fix manpage version numberJeremy Bicha2019-04-191-1/+4
|
* toolbar: Fix headerbar’s height bigger than defaultJonathan Kang2019-04-181-1/+3
| | | | | | | Setting margin-bottom/top of the menu button to zero to avoid growing the height of the headerbar. https://gitlab.gnome.org/GNOME/gnome-logs/issues/38
* Clean up some .ui filesJonathan Kang2018-12-152-7/+0
| | | | Remove some duplicated “visible” property and useless styles.
* icon: improve app iconJakub Steiner2018-12-041-3477/+369
| | | | - minor tweaks to the style
* Update app menuJonathan Kang2018-11-121-10/+5
| | | | | | | According to this wiki page[1], rearrange the order of the app menu and remove "Quit" menu item. *[1] https://gitlab.gnome.org/GNOME/Initiatives/wikis/App-Menu-Retirement
* meson: update data/meson.build to drop menus.uiJonathan Kang2018-10-101-2/+1
| | | | fixes commit 4185fe30503c80943e3b1825967af5b0290958b8
* Remove app menuJonathan Kang2018-10-103-32/+49
| | | | | https://wiki.gnome.org/Initiatives/GnomeGoals/AppMenuRetirement https://gitlab.gnome.org/GNOME/Initiatives/issues/4
* icon: update app iconJakub Steiner2018-09-1212-19311/+3608
| | | | | | | | - GNOME 3.32 redesign of app icons. See https://gitlab.gnome.org/GNOME/Initiatives/issues/2 for more info. /label ~"9. Initiative: AppIconRedesign"
* Use metainfo as installfolder for meson build like we do for autotools buildBjørn Lie2018-07-131-1/+1
|
* Fix obvious typoBjørn Lie2018-06-151-1/+1
| | | Fix obvious typo gnoem-logs.1 to gnome-logs.1
* theme: avoid using hard-coded colorsJakub Steiner2018-02-011-12/+12
| | | | | | | Use share operations instead of hardcoded colors to make it work on Adwaita-dark. https://bugzilla.gnome.org/show_bug.cgi?id=792152
* Port to meson build systemJonathan Kang2017-12-132-0/+120
| | | | | | | | According to this wiki[0], port Logs to meson build system. *[0] https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting https://bugzilla.gnome.org/show_bug.cgi?id=790276
* Mark missing strings for translationPiotr Drąg2017-09-281-2/+2
|
* Add a translator comment to the .desktop filePiotr Drąg2017-09-251-0/+1
|
* Migrate from intltool to gettext.Niels De Graef2017-09-222-10/+10
| | | | | | | | For more info, see [1]. [1] https://wiki.gnome.org/MigratingFromIntltoolToGettext Signed-off-by: Niels De Graef <nielsdegraef@gmail.com>