index
:
delta/gnome/gnome-logs.git
alatiera/flatpak-devel
barthalion/gnome-runtime-images-quay
gnome-3-12
gnome-3-14
gnome-3-16
gnome-3-18
gnome-3-20
gnome-3-22
gnome-3-24
gnome-3-26
gnome-3-28
gnome-3-30
gnome-3-32
gnome-3-34
gnome-3-36
gnome-42
journal-from-file
master
wip/cdavis/40-consistency-update
wip/cdavis/adw-banner
wip/cdavis/adwapplication
wip/cdavis/deprecation-cleanups
wip/cdavis/quit-shortcut
wip/exalm/margin
wip/jonathankang/fix-mem-leak
wip/jonathankang/meson
wip/shortcuts
wip/test
gitlab.gnome.org: GNOME/gnome-logs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gl-eventviewlist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
eventviewlist: Use HdyStatusPage for list placeholder
Christopher Davis
2021-07-23
1
-27
/
+9
*
Don't forget to chain up to parent finalize
Niels De Graef
2019-10-15
1
-0
/
+2
*
Disable 'export' action when the logs are empty
ankritisachan
2018-04-21
1
-0
/
+10
*
update boot timestamps when possible
Jonathan Kang
2017-11-02
1
-0
/
+20
*
Various improvements to event compression UI
Pranav Ganorkar
2017-07-24
1
-6
/
+140
*
Remove size group for the widgets in each row
Jonathan Kang
2017-07-07
1
-12
/
+0
*
Remove GlEventView type
Pranav Ganorkar
2017-06-29
1
-1
/
+0
*
Display detailed event information in a GtkPopover
Pranav Ganorkar
2017-06-29
1
-20
/
+4
*
Compress similar events in GlEventViewList
Pranav Ganorkar
2017-06-29
1
-21
/
+64
*
Pass GlRowEntry objects from model to view
Pranav Ganorkar
2017-06-29
1
-2
/
+2
*
Move sorting from view to model
Pranav Ganorkar
2017-05-30
1
-79
/
+17
*
Fix crash when users don't have proper permissions
Jonathan Kang
2017-02-06
1
-3
/
+12
*
Rename some functions
Jonathan Kang
2017-01-05
1
-4
/
+4
*
Keep boot_match as a duplicated string
Jonathan Kang
2016-12-16
1
-2
/
+4
*
Connect search entry to the search bar
Jonathan Kang
2016-10-25
1
-0
/
+3
*
Add custom journal timestamp range submenu
Pranav Ganorkar
2016-10-20
1
-0
/
+14
*
Add journal timestamp range filters
Pranav Ganorkar
2016-10-20
1
-22
/
+128
*
Add search type option to search popover
Pranav Ganorkar
2016-10-20
1
-33
/
+54
*
Add search popover with journal field filtering
Pranav Ganorkar
2016-10-20
1
-12
/
+90
*
Delete unused function in gl-eventviewlist.c
Jonathan Kang
2016-10-17
1
-19
/
+0
*
Add support for additional journal parameters
Pranav Ganorkar
2016-07-21
1
-19
/
+42
*
Move search matches to model using query API
Pranav Ganorkar
2016-07-18
1
-390
/
+35
*
Move category matches to model using query API
Pranav Ganorkar
2016-07-18
1
-43
/
+71
*
Olny output search result
Jonathan Kang
2016-02-25
1
-0
/
+9
*
Show seconds in details view and exported logs
Jonathan Kang
2015-11-24
1
-1
/
+1
*
Output the shown logs in GtkListBox to file
Jonathan Kang
2015-10-12
1
-0
/
+53
*
Fix crash when tokenizing search string
Jonathan Kang
2015-09-22
1
-4
/
+27
*
Use GtkModelButton to improve boot selection menu
Jonathan Kang
2015-08-21
1
-0
/
+12
*
Add some comments for the previous commit
Jonathan Kang
2015-08-11
1
-5
/
+14
*
Improve search by using boolean combinations
Jonathan Kang
2015-08-11
1
-68
/
+243
*
Make use of journal fields in search
Jonathan Kang
2015-07-21
1
-13
/
+63
*
Fix the height problem while viewing other boots
Jonathan Kang
2015-07-02
1
-3
/
+3
*
View events from different boots
Jonathan Kang
2015-07-01
1
-5
/
+41
*
Add category to log entries in important category
Jonathan Kang
2015-06-12
1
-1
/
+27
*
Remove the PROP_STYLE property from GlEventViewRow
Jonathan Kang
2015-05-28
1
-9
/
+1
*
Use a single row for each log entry
Jonathan Kang
2015-05-26
1
-1
/
+45
*
Use G_DECLARE_FINAL_TYPE throughout
David King
2015-04-13
1
-1
/
+7
*
journalmodel: load entries in batches
Lars Uebernickel
2015-02-19
1
-0
/
+18
*
Mark application as busy while loading entries
Lars Uebernickel
2015-02-16
1
-0
/
+1
*
eventviewlist: don't use g_str_match_string()
Lars Uebernickel
2015-02-16
1
-5
/
+25
*
eventviewlist: restore case-insensitve search
Lars Uebernickel
2015-02-16
1
-28
/
+5
*
Add GlJournalModel
Lars Uebernickel
2015-02-16
1
-89
/
+34
*
Rename GlJournalResult to GlJournalEntry
Lars Uebernickel
2015-02-16
1
-40
/
+55
*
Turn journal iteration logic inside out
Lars Uebernickel
2015-02-16
1
-75
/
+23
*
journal: separate set_matches() from query()
Lars Uebernickel
2015-02-16
1
-6
/
+8
*
eventviewlist: remove idle when switching pages
Lars Uebernickel
2015-02-16
1
-0
/
+6
*
eventviewlist: remove add_listbox() functions
Lars Uebernickel
2015-02-16
1
-92
/
+54
*
eventviewlist: simplify applications query logic
Lars Uebernickel
2015-02-16
1
-27
/
+25
*
query: turn into simply strv
Lars Uebernickel
2015-02-16
1
-23
/
+20
*
query: remove n_results
Lars Uebernickel
2015-02-16
1
-13
/
+7
[next]