Commit Graph

34 Commits

Author SHA1 Message Date
Charles Gagnon
094ffeea30 Add gnome-shell 48 support 2025-02-01 17:32:09 -05:00
Charles Gagnon
0d14d781dd Use new color namespace 2024-09-19 21:01:37 -04:00
Charles Gagnon
9ec59510dd Add e.g.o donations link 2024-03-29 09:57:44 -04:00
Philipp Unger
291a8f64e2 remove 45 from supported shell-version in metadata 2024-02-03 20:38:25 +01:00
Philipp Unger
d0465685cf add 46 to supported shell-version in metadata 2024-02-03 20:29:20 +01:00
Philipp Unger
c317661f61 set gnome 45 to only supported shell versions 2023-08-19 13:48:10 +02:00
Philipp Unger
8a96527860 initial gnome 44 support 2023-02-18 13:55:39 +01:00
Charles Gagnon
a0b68fe6df Remove 41 support 2023-02-08 08:40:18 -05:00
Charles Gagnon
4cb72cbc58 Declare 43 support 2022-08-25 08:34:35 -04:00
Charles Gagnon
16ad2c2ef9 Update github urls and add back donate button
fixes #1634
2022-04-20 10:27:49 -04:00
Philipp Unger
b7c6780320 added patches from crab2313 2022-03-16 20:25:30 +01:00
Philipp Unger
df3ec041b5 removed version 40 from compatible shell-versions 2021-10-28 19:12:20 +02:00
Philipp Unger
5ba1e41991 added 41 to supported versions 2021-09-24 04:10:50 +02:00
Philipp
a4224f4acc Update to Gnome 40 (#1303)
* 1

* renamed ui.viewSelector to ui.searchController

* add arrowIcon null check

* add object null check

* add _showAppsButton null check

* fixed _workspacesDisplay

* removed shadow-type properties

* removed packing from ui

* renamed margin_left/right to margin_start/end

* renamed GtkRadioButton to GtkToggleButton, removed draw_indicator and image_position

* removed xalign from buttons, stock -> icon_name, GtkFileChooserButton -> BtkButton (todo connect a GtkFileChooserNative), removed format-value (todo connect GtkScaleFormatValueFunc callback)

* removed events, relief

* comment arrowIcon.set_icon_name and _hbox.get_last_child out

* called gtk4-builder-tool simplify --3to4 on Settings.ui

* fix _workspaceDisplay

* revert Settings.ui back to old gtk3 version

* removed _builder.connect_signals_full and added a BuilderScope instead, use class specific add functions, removed show_all for widgets, updated margins* for GtkGrid

* add try catch aroung object.connect

* fixed _searchEntry path

* disabled _newUpdateWorkspacesViews temporarily, because it is very buggy right now

* fixed _searchEntry path (this time for real?)

* dialog.show_all() -> dialog.show(), widget.get_toplevel() -> widget.get_root(), fixed adjustScrollableHeight (no longer crashes, still does not work correctly)

* updated GtkGrid.attach calls

* added Gtk.FileChooserNative for show_applications_icon_file_filebutton

* added packing again to ui (commented) and also added layout row/column/width/height in exchange for top_attach/left_attach/colspan/rowspan

* renamed colspan/rowspan to column-span/row-span

* removed all packaing left_attach/top_attach

* updated adjustScrollableHeight so the dialog will have a reasonable size again

* limit shell-version to 40 since it is not backwards compatible right now

* called _updateBackgrounds in layoutManager ,fixed overview <-> _overview typo?

* pass Settings instead of Settings._settings to BuilderScope

* workaround for showAppsIcon (_showAppsButton seems to be no longer be available)

* replaced newlines in the ui file with the newline unicode symbol, so code block collapsing works peroperly

* moved the scrolled window directly into each notebook tab, so the tab headers are always visible

* fixed taskbarListBox children loops

* commented non working elements out (panel on left/right, import/export settings, update)

* renamed Settings to Preferences to avoid confusion with dconf settings object

* updated this.widget to this.notebook

* fixed dialogs size and expand

* fixed window preview options having too many columns

* removed all packing with expand/fill/position (already uncommented)

* removed menu arrows since they are no longer recommended for gnome40

* removed adjustScrollableHeight, default sizes are acceptable

* updated ui required version to gtk 4.0

* updated path to dash.showAppsButton

* fixes for showAppsButton

* fixed clickToExit

* fixed import/export settings

* added disable show overview on startup option

* removed old show apps animation

* fixed panel on left/right side

* fixed scroll on volume icon

no longer will scrolling on the volume icon switch workspaces as well

* commented some setFocusedMonitor support out, caused issues on Xorg

* removed oldDash

* updated hide overview on startup, no longer closes overview after suspend etc

* removed _newOverviewRelayout

* removed _newUpdateWorkspacesViews

* commented setFocusedMonitor out completly, because show overview on non primary monitor does not work properly for now

* fixed typo

* fixed merging error

* check if func is valid in hookVfunc

* updated ui to gtk4, fixed merging error

* fixed layout for apply changes to all monitors

* fix behaviour tab and app icon margin/padding grid

* fix animate launching new windows grid row

* fixed about tab

Co-authored-by: Cole Gerdemann <corvettecole@gmail.com>
2021-05-08 09:07:25 -04:00
Jason DeRose
48a69e5296 Stated support for GS 3.38 in extension metadata 2020-10-08 20:05:31 -04:00
Jason DeRose
f312de81e9 State support for 3.36 in extension metadata 2020-03-08 12:29:54 -04:00
Charles Gagnon
803847d814 Fix actor warnings and declare 3.34 support 2019-08-10 15:09:32 -04:00
jderose9
5558eeae57 Update extension metadata to reflect 3.32 support 2019-03-09 07:50:04 -05:00
jderose9
91bb8e3e09 Update metadata description regarding issue support 2019-01-13 14:29:25 -05:00
Jason DeRose
38fc3ef154 State support for 3.30 in metadata 2018-08-07 10:25:22 -04:00
jderose9
fea7b36650 Specify support for 3.28 2018-02-24 21:50:29 -05:00
jderose9
223d015251 Default version to 9999 in case of shallow clone so update notifications are never shown #319 2018-02-01 22:45:52 -05:00
jderose9
c629456166 pull latest version from tag in github when building #286 2018-01-26 21:46:49 -05:00
jderose9
25a80f150f Add 3.26 to supported version list 2017-10-09 21:48:47 -04:00
Ivan Mrvelj
1874a2dc04 Support for Gnome 3.24 (#106)
* Support for GNOME 3.24

* chore:
formatting (forgot a space)
2017-03-27 22:33:35 -04:00
jderose9
a0c1dd25d9 Add more screenshots and update README 2017-02-25 20:56:55 -05:00
jderose9
b34c092283 Add support for 3.18 after testing. Closes #1 2017-01-07 17:59:03 -05:00
jderose9
3f7d20327a add build version to metadata file 2017-01-04 21:49:56 -05:00
jderose9
1c7c0d7da2 update configuration defaults and screenshot 2017-01-04 21:37:50 -05:00
jderose9
eb473088cb update metadata 2017-01-04 18:31:31 -05:00
jderose9
a98b3638fb Pull in workspace isolation and hide dash from d2d 2017-01-02 20:46:35 -05:00
jderose9
ad45f1003b Rename "OneBar" to "dash-to-panel" 2016-12-30 08:10:48 -05:00
jderose9
2529448e8a Allow panel size and position adjustment 2016-12-30 08:10:48 -05:00
Artyom Zorin
093338beac Imported from previous codebase 2016-09-21 00:18:00 +00:00