summaryrefslogtreecommitdiff
path: root/data/gl-window.ui
Commit message (Collapse)AuthorAgeFilesLines
* Remove all uses of visible=True and can-focusMaximiliano Sandoval R2022-03-281-4/+0
| | | | | Can focus should not be set explicitely in gtk4 as false is propagated to child widgets and the defaults are good.
* 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.
* Port UI filesMaximiliano Sandoval R2022-03-281-8/+6
| | | | | | | | | 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-281-0/+1
|
* 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.
* window, eventtoolbar, application: Use HdyApplicationWindow and HdyHeaderBarChristopher Davis2021-07-231-5/+5
| | | | Gives us bottom rounded corners.
* Clean up some .ui filesJonathan Kang2018-12-151-6/+0
| | | | Remove some duplicated “visible” property and useless styles.
* Allow users to ignore insufficient permission warningJonathan Kang2017-07-311-1/+9
| | | | | | | | | | Currently, if an user don't have sufficient permission to view logs, a GtkInfoBar will show up to warn the user about it. And it shows up every time the user opens Logs until the user has sufficient permission. This can be quite annoying. Fix this by adding an "ignore" button to GtkInfoBar to give users the option to ignore the warning.
* Remove GlEventView typePranav Ganorkar2017-06-291-1/+1
| | | | | | | | | The GlEventViewDetail type now derives from GtkPopover instead of GtkBin.Hence, The mode setting operation provided by GlEventView type (which is derived from GtkStack) is no longer needed as a GtkStack is not required to switch between GlEventViewList and GlEventViewDetail. https://bugzilla.gnome.org/show_bug.cgi?id=709294
* Increase default window size to 1200*780Jonathan Kang2017-03-231-2/+2
|
* Warn if the user doesn't have permissions to view journal logsJonathan Kang2015-10-121-1/+31
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=726233
* Hide sidebar while viewing event detailsJonathan Kang2014-11-111-41/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=726228
* 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 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-091-42/+5
| | | | Remove the left header bar.
* Add rounded corners on titlebarDavid King2013-10-011-0/+8
|
* Enable type-ahead search for search barDavid King2013-09-301-0/+2
|
* Show search bar on clicking the find buttonDavid King2013-09-301-2/+19
|
* Move right toolbar to GlEventToolbar objectDavid King2013-09-301-62/+1
|
* Add title to categories list header barDavid King2013-09-301-0/+9
|
* Set background colour on category listDavid King2013-09-301-0/+3
|
* Add separators between titlebars and content viewsDavid King2013-09-301-0/+12
|
* Use two header bars for the titlebarDavid King2013-09-301-83/+51
|
* Set image-button style class on toolbar buttonsDavid King2013-09-301-0/+9
|
* Use GtkHeaderBarDavid King2013-09-301-6/+20
|
* Make scrolled window part of the GlEventViewDavid King2013-09-301-6/+1
|
* Add visible properties to GtkBuilder XMLDavid King2013-09-301-0/+16
|
* Add a window action for the view modeDavid King2013-09-301-2/+2
|
* Add placeholder toolbar buttonsDavid King2013-09-301-0/+28
|
* Use GtkBuilder for children of application windowDavid King2013-09-301-0/+72
|
* Set program name and application window titleDavid King2013-09-301-1/+2
|
* Use GtkBuilder for application windowDavid King2013-09-291-0/+4