summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* application: Subclass AdwApplicationwip/cdavis/adwapplicationChristopher Davis2023-03-166-26/+5
| | | | | | | | | AdwApplication automatically loads CSS from our resource path, allowing us to cut out our own code for it. This requires renaming the CSS file. In addition, we previously had the CSS file in a `web_files ()` object that we never used, so that was removed too.
* Update Swedish translationAnders Jonsson2023-01-251-135/+134
|
* Update Abkhazian translationNart Tlisha2023-01-051-3/+3
|
* Update Abkhazian translationNart Tlisha2022-12-021-868/+25
|
* Update Belarusian translationVasil Pupkin2022-11-271-169/+190
|
* build: Use GNOME module post_install()Matt Turner2022-11-162-17/+5
|
* Update Abkhazian translationNart Tlisha2022-10-311-3069/+9
|
* Update Hebrew translationYosef Or Boczko2022-10-231-134/+135
|
* Update Chinese (Taiwan) translationFreddy Cheng2022-10-181-205/+209
|
* Update Abkhazian translationNart Tlisha2022-10-031-21/+3921
|
* Post-release version bump to 43.1Emmanuele Bassi2022-09-231-1/+1
|
* Release GNOME Logs 43.0gnome-logs-43.043.0Emmanuele Bassi2022-09-233-1/+16
|
* build: Remove explicit '-Wall'Emmanuele Bassi2022-09-231-2/+1
| | | | | Use Meson's warning_level option, as it avoids a warning at configuration time.
* Update Nepali translationPawan Chitrakar2022-09-191-13/+16
|
* Update Turkish translationSabri Ünal2022-09-181-147/+121
|
* Update Nepali translationPawan Chitrakar2022-09-111-227/+224
|
* Update Kabyle translationSelyan Slimane AMIRI2022-09-061-131/+155
| | | | (cherry picked from commit 2ae94b0b47105b9f146ef9b577d7d8141952c231)
* Update Turkish translationSabri Ünal2022-09-011-8/+14
|
* Update Persian translationeshagh shahidani2022-08-301-5/+5
|
* Update Persian translationeshagh shahidani2022-08-291-167/+168
|
* appdata: Update screenshotSophie Herold2022-08-251-2/+2
|
* Update Abkhazian translationNart Tlisha2022-08-251-15/+15
|
* application: Port about to AdwAboutWindowChristopher Davis2022-08-192-9/+12
|
* Update Croatian translationGoran Vidović2022-08-171-128/+128
|
* Update NEWS for 43.beta releasegnome-logs-43.betaDavid King2022-08-062-1/+12
|
* help: add localized Italian imageMilo Casagrande2022-08-051-0/+0
|
* ci: Use current RUNTIME_REPOMaximiliano Sandoval R2022-08-051-1/+1
|
* test-gl-util: Use figure space in testsMaximiliano Sandoval R2022-08-051-0/+16
| | | | Changed since https://gitlab.gnome.org/GNOME/glib/-/commit/7169f6e1e58a53e4b69e5d40f3fd192dd9cd8ed4.
* gl-utils: Update pango_font_description_to_cssMaximiliano Sandoval R2022-08-051-3/+93
| | | | It was missing several enum values.
* flatpak: Update build for fdo 22.08Maximiliano Sandoval R2022-08-051-2/+25
| | | | Fixes CI.
* Add Italian translationDavide Ferracin2022-08-052-0/+194
|
* Update (or drop) the Docker image used by Flatpak jobbarthalion/gnome-runtime-images-quayBartłomiej Piotrowski2022-08-051-1/+0
| | | | | | The gnome-runtime-images have been recently migrated to Quay. This is already reflected in the template. Please note this MR has been created semi-automatically. If it doesn't make sense, feel free to close it.
* meson: Remove redundant check for glib-mkenumsMarvin Schmidt2022-08-021-8/+0
| | | | | | | | | | | | | | | | | The usage of `gnome.mkenums_simple()` already assures that `glib-mkenums` is present: ``` [...] Configuring org.gnome.Logs.service using configuration Configuring version.xml using configuration Found pkg-config: /usr/host/bin/pkg-config (0.29.2) Program glib-compile-resources found: YES (/usr/host/bin/glib-compile-resources) Program glib-mkenums found: YES (/usr/host/bin/glib-mkenums) Program glib-mkenums found: YES (/usr/host/bin/glib-mkenums) Program msginit found: YES (/usr/host/bin/msginit) [...] ```
* Update Abkhazian translationNart Tlisha2022-07-291-16/+40
|
* Add Abkhazian translationNart Tlisha2022-07-252-0/+590
|
* Add Georgian translationZurab Kargareteli2022-07-102-0/+622
|
* Update Dutch translationNathan Follens2022-06-301-27/+31
|
* Update Dutch translationNathan Follens2022-06-301-134/+135
|
* help: Add localized Swedish imageAnders Jonsson2022-06-121-0/+0
|
* Update Portuguese translationHugo Carvalho2022-05-311-119/+119
|
* Update Portuguese translationHugo Carvalho2022-03-281-17/+18
| | | | (cherry picked from commit 81dc90988cfe397340795c0fe85e2c35075dbcdd)
* Adapt to libadwaita dark theme preference handlingDavid King2022-03-281-2/+2
|
* menu_button: Use caption+dim-label classesMaximiliano Sandoval R2022-03-281-1/+2
| | | | They follow more closelly what was already in gtk3.
* 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
|
* main: Remove g_set_prgnameMaximiliano Sandoval R2022-03-281-1/+0
| | | | It should not be set in gtk 4 according to the migration guide.
* Replace redundant uses of gtk_widget_showMaximiliano Sandoval R2022-03-281-4/+0
|
* Replace show with present for windowMaximiliano Sandoval R2022-03-281-2/+2
| | | | Show only can cause problems in x11.
* 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.