Commit Graph

1268 Commits

Author SHA1 Message Date
Philipp Unger
df3ec041b5 removed version 40 from compatible shell-versions 2021-10-28 19:12:20 +02:00
phil
e399841d1d updated popupMenu, MyShowAppsIconMenu inherits directly from PopupMenu 2021-10-28 16:21:51 +02:00
Charles Gagnon
b7213be14c Merge pull request #1450 from philippun1/use-startInOverview-flag
Use startInOverview flag to hide overview on startup (Ubuntu only atm)
2021-09-26 08:46:21 -04:00
Charles Gagnon
ab1f9e5376 Merge pull request #1468 from philippun1/gnome-fortyone
Gnome 41 compatibility
2021-09-26 08:45:24 -04:00
Philipp Unger
200e5dca7c working with pre gnome 41 again 2021-09-25 09:13:13 +02:00
Philipp Unger
5ba1e41991 added 41 to supported versions 2021-09-24 04:10:50 +02:00
Philipp Unger
888b78d541 renamed AppIconMenu to AppMenu 2021-09-24 04:05:16 +02:00
Philipp Unger
eec5ffe8bc use startInOverview flag 2021-09-06 20:42:42 +02:00
Charles Gagnon
ab730b9270 Remove paypal button 2021-08-22 07:25:27 -04:00
Charles Gagnon
81af73b239 Fix 40.4 appgrid 2021-08-18 09:17:46 -04:00
Charles Gagnon
b27a941719 Merge pull request #1399 from zhmars/translation
Update Simplified Chinese transltion
2021-07-17 14:26:25 -04:00
Charles Gagnon
925b082316 Merge pull request #1404 from philippun1/file_dialog_duplicate
destroy show apps file chooser dialog when show apps dialog is closed
2021-07-17 08:18:22 -04:00
Philipp Unger
dc4c8a4124 destroy show apps file chooser dialog when show apps dialog is closed 2021-07-14 22:06:39 +02:00
zhmars
66ed8973a1 Update Simplified Chinese transltion 2021-07-11 12:08:29 +08:00
Charles Gagnon
2fcd043301 Merge pull request #1377 from abakkk/prefs-size
Make the preferences dialog resizable
2021-07-10 07:47:50 -04:00
Charles Gagnon
28e7817323 Merge pull request #1383 from oscfdezdz/master
Update Spanish translation
2021-06-30 15:13:55 -04:00
oscfdezdz
31db63594d Update Spanish translation 2021-06-29 13:56:34 +02:00
abakkk
7b2c7aa155 Make the preferences dialog resizable
Size the toplevel dialog instead of the notebook.
2021-06-26 17:49:02 +02:00
Jason DeRose
957898a542 Update README.md 2021-06-20 11:05:18 -04:00
Jason DeRose
6e50948a8f Allow panel style override property to be deleted on disable 2021-06-19 19:56:03 -04:00
Jason DeRose
35081df201 Override style setter for main panel to keep GS from blowing away styles #1333 2021-06-18 22:47:30 -04:00
Jason DeRose
67b1978785 Update README.md 2021-06-15 23:47:50 -04:00
Jason DeRose
2b2a9d6a9b Fix color pickers not allowing color changes across settings 2021-06-15 23:26:11 -04:00
Jason DeRose
258083f3e3 Stop removing transparency styles when overview is hidden #1333 2021-06-12 17:38:29 -04:00
Jason DeRose
88cb4266cb fix missing WorkspaceThumbnail import #1350 2021-06-10 17:48:13 -04:00
Jason DeRose
2a8b2ffec5 fix scaled overview shrinking after a period of time 2021-06-09 01:00:17 -04:00
Jason DeRose
92de4ced25 stale issue configuration 2021-06-08 22:58:32 -04:00
Kyrill Zorin
39617455d8 Fix panel disappearing after screen unlock 2021-06-08 22:34:35 -04:00
Jason DeRose
e1858d3162 Cleanup module export warnings 2021-06-08 22:30:35 -04:00
Jason DeRose
ec4e0784ae Handle overview allocation for dtp in different positions. Fixes #1338, #1326, #1327 2021-06-08 22:20:42 -04:00
Philipp
3fb7bdb83b Format value callbacks, app icon animation options dialog layout (#1329)
* updated format-value callbacks to new format

* fixed app icon animation options dialog layout
2021-05-09 22:14:15 -04:00
Philipp
781c123d74 Fix merging errors for panel_size_scale_value_changed_cb (#1328)
* fix panel_size_scale_value_changed_cb

* fix panel_size_scale_value_changed_cb #2
2021-05-09 22:13:51 -04: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
925f5b27b3 Merge pull request #1321 from oneshadab/fix-offset
Fix offset when gnome-shell top panel is shown
2021-05-08 08:45:52 -04:00
Jason DeRose
c46a6de9e3 Merge pull request #1323 from victorwpbastos/master
Update portuguese translation
2021-05-08 08:45:11 -04:00
Victor Bastos
98c6417a60 Merge pull request #1 from victorwpbastos/update-portuguese-translation
Update portuguese translation
2021-05-07 16:32:11 -03:00
Victor Bastos
c908d6c98d Update portuguese translation 2021-05-07 16:30:51 -03:00
Shadab
fd3a7d4859 Fix offset when top panel is shown 2021-05-07 00:24:49 +06:00
Jason DeRose
1e46333210 syntax fixes for older GS versions 2021-05-04 21:11:36 -04:00
Jason DeRose
6a76c9e914 TaskbarItemContainer use custom allocation #1318 2021-05-04 10:03:35 -04:00
Jason DeRose
58fa6edd92 Remove new version checker 2021-05-03 09:46:24 -04:00
Jason DeRose
2cc0551666 Update README.md 2021-05-03 09:38:57 -04:00
Jason DeRose
f189ced529 Merge pull request #1196 from melix99/hide-on-dnd
Hide appIcon in the taskbar when in drag and drop
2021-05-02 20:30:15 -04:00
Jason DeRose
7d9bd1d743 Merge branch 'master' into hide-on-dnd 2021-05-02 20:30:04 -04:00
Jason DeRose
8f329d4aac Move taskbar animation to style tab 2021-05-02 13:05:38 -04:00
Jason DeRose
d1dab2919b Merge branch 'appicon-raising' of https://github.com/abakkk/dash-to-panel into abakkk-appicon-raising 2021-05-02 12:54:39 -04:00
Jason DeRose
337e6e6694 Merge pull request #1195 from jvpessoa10/master
Add click option to Toggle single / Cycle multiple
2021-05-02 10:34:48 -04:00
Jason DeRose
bc51545cb5 Merge pull request #1245 from ArtyomZorin/master
Animate app icons when urgent property is set
2021-05-02 07:44:54 -04:00
Jason DeRose
01ce67fe50 Merge branch 'master' into master 2021-05-02 07:44:40 -04:00
Jason DeRose
a920975261 Merge pull request #1221 from vantu5z/master
Update Russian translation
2021-05-02 07:15:08 -04:00