summaryrefslogtreecommitdiff
path: root/src/gl-eventviewlist.c
Commit message (Expand)AuthorAgeFilesLines
* Replace redundant uses of gtk_widget_showMaximiliano Sandoval R2022-03-281-4/+0
* Use gtk_widget_{add,remove}_css_classMaximiliano Sandoval R2022-03-281-9/+3
* Replace toplevel with rootMaximiliano Sandoval R2022-03-281-4/+4
* popover: Set its parent rather than relative_toMaximiliano Sandoval R2022-03-281-2/+7
* Use gtk_editable_get_textMaximiliano Sandoval R2022-03-281-3/+3
* window: Use set_key_capture_widget in entry barMaximiliano Sandoval R2022-03-281-23/+16
* Use libadwaita and gtk4 in C filesMaximiliano Sandoval R2022-03-281-4/+5
* eventviewlist: Use HdyStatusPage for list placeholderChristopher Davis2021-07-231-27/+9
* Don't forget to chain up to parent finalizeNiels De Graef2019-10-151-0/+2
* Disable 'export' action when the logs are emptyankritisachan2018-04-211-0/+10
* update boot timestamps when possibleJonathan Kang2017-11-021-0/+20
* Various improvements to event compression UIPranav Ganorkar2017-07-241-6/+140
* Remove size group for the widgets in each rowJonathan Kang2017-07-071-12/+0
* Remove GlEventView typePranav Ganorkar2017-06-291-1/+0
* Display detailed event information in a GtkPopoverPranav Ganorkar2017-06-291-20/+4
* Compress similar events in GlEventViewListPranav Ganorkar2017-06-291-21/+64
* Pass GlRowEntry objects from model to viewPranav Ganorkar2017-06-291-2/+2
* Move sorting from view to modelPranav Ganorkar2017-05-301-79/+17
* Fix crash when users don't have proper permissionsJonathan Kang2017-02-061-3/+12
* Rename some functionsJonathan Kang2017-01-051-4/+4
* Keep boot_match as a duplicated stringJonathan Kang2016-12-161-2/+4
* Connect search entry to the search barJonathan Kang2016-10-251-0/+3
* Add custom journal timestamp range submenuPranav Ganorkar2016-10-201-0/+14
* Add journal timestamp range filtersPranav Ganorkar2016-10-201-22/+128
* Add search type option to search popoverPranav Ganorkar2016-10-201-33/+54
* Add search popover with journal field filteringPranav Ganorkar2016-10-201-12/+90
* Delete unused function in gl-eventviewlist.cJonathan Kang2016-10-171-19/+0
* Add support for additional journal parametersPranav Ganorkar2016-07-211-19/+42
* Move search matches to model using query APIPranav Ganorkar2016-07-181-390/+35
* Move category matches to model using query APIPranav Ganorkar2016-07-181-43/+71
* Olny output search resultJonathan Kang2016-02-251-0/+9
* Show seconds in details view and exported logsJonathan Kang2015-11-241-1/+1
* Output the shown logs in GtkListBox to fileJonathan Kang2015-10-121-0/+53
* Fix crash when tokenizing search stringJonathan Kang2015-09-221-4/+27
* Use GtkModelButton to improve boot selection menuJonathan Kang2015-08-211-0/+12
* Add some comments for the previous commitJonathan Kang2015-08-111-5/+14
* Improve search by using boolean combinationsJonathan Kang2015-08-111-68/+243
* Make use of journal fields in searchJonathan Kang2015-07-211-13/+63
* Fix the height problem while viewing other bootsJonathan Kang2015-07-021-3/+3
* View events from different bootsJonathan Kang2015-07-011-5/+41
* Add category to log entries in important categoryJonathan Kang2015-06-121-1/+27
* Remove the PROP_STYLE property from GlEventViewRowJonathan Kang2015-05-281-9/+1
* Use a single row for each log entryJonathan Kang2015-05-261-1/+45
* Use G_DECLARE_FINAL_TYPE throughoutDavid King2015-04-131-1/+7
* journalmodel: load entries in batchesLars Uebernickel2015-02-191-0/+18
* Mark application as busy while loading entriesLars Uebernickel2015-02-161-0/+1
* eventviewlist: don't use g_str_match_string()Lars Uebernickel2015-02-161-5/+25
* eventviewlist: restore case-insensitve searchLars Uebernickel2015-02-161-28/+5
* Add GlJournalModelLars Uebernickel2015-02-161-89/+34
* Rename GlJournalResult to GlJournalEntryLars Uebernickel2015-02-161-40/+55