Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a feature for desktop files #251

Draft
wants to merge 48 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
f584396
Expose (and use) desktop root window
Feb 19, 2023
65c9ecd
First pass incorporating Fyles to a desktop files module
Feb 19, 2023
6bc4280
Update latest Fyles to hide and size nicely
andydotxyz Mar 3, 2023
21426e6
Merge branch 'develop' into feature/desktopfiles
andydotxyz Oct 14, 2023
a79946e
Update Fyles and fix tapping
andydotxyz Oct 14, 2023
27f2dbc
Merge branch 'develop' into feature/desktopfiles
andydotxyz Oct 15, 2023
6683bed
We don't vendor any more
andydotxyz Oct 15, 2023
eedd0c5
Show Trash on the desktop
andydotxyz Jan 5, 2024
913267f
Set the Trash icon using new URIWithIcon
andydotxyz Jan 5, 2024
66404e8
Also add a settings desktop icon
andydotxyz Jan 5, 2024
9021568
Merge branch 'develop' into feature/desktopfiles
andydotxyz Jan 5, 2024
94d4b51
Add missing comment
andydotxyz Jan 5, 2024
9917ffa
Use the landed feature to avoid replace
andydotxyz Jan 7, 2024
9cb6b78
Merge branch 'develop' into feature/desktopfiles
andydotxyz Feb 2, 2024
e1058c1
Updated docs and embed video of release
andydotxyz Mar 2, 2024
c54cb41
Don't try to logout whilst our shutdown dialog is still open
andydotxyz Feb 4, 2024
0cba7d6
prepare metadata for release
andydotxyz Feb 11, 2024
5d15cdd
dim iconified
andydotxyz Feb 11, 2024
03e0905
Fix glitch with date/time layout
andydotxyz Feb 11, 2024
0fa8d87
latest Fyne release
andydotxyz Feb 13, 2024
9bef669
Add quake mode terminal module
andydotxyz Feb 11, 2024
0bb4c5b
Don't load the UI if the terminal is not used
andydotxyz Feb 20, 2024
1032169
Prep for release
andydotxyz Feb 24, 2024
f9d69e0
Add a shiny new about screen
andydotxyz Feb 24, 2024
dfde53e
Move about window to current destop
andydotxyz Feb 24, 2024
54ddbfb
Update name, doc and release date
andydotxyz Mar 2, 2024
0aafac8
Better error handling for background load errors
andydotxyz Mar 18, 2024
da10f03
Ensure we show the item in launcher that is highlighted
andydotxyz May 26, 2024
2868348
Simplify menu overlay code and support multiple menus appearing
andydotxyz May 26, 2024
4025eda
Open bar menu as an overlay so it is above windows
andydotxyz May 26, 2024
4c47e78
Don't reshuffle windows on iconify
andydotxyz Jun 2, 2024
83a70a9
Add pinned windows which stick to the position when moving desktops
andydotxyz Jun 2, 2024
f383242
Update launcher icons to show transparent if iconified
andydotxyz Jun 11, 2024
64cdab3
Include pinned windows in the switcher
andydotxyz Jun 11, 2024
bce3204
support checks in the menu
andydotxyz Jun 17, 2024
a412547
Updating to Fyne release
andydotxyz Aug 2, 2024
63e5c68
Add basic UI for theme selection
andydotxyz Jun 29, 2024
aa8fc05
Avoid deprecated API
andydotxyz Jun 29, 2024
ac5eb02
Fix issue of icons overlapping or clipping titlebar when shorter than…
andydotxyz Aug 5, 2024
c81627a
That's not a public method
andydotxyz Aug 5, 2024
88bc07b
Fix possible nil crash
andydotxyz Aug 5, 2024
7bb05ae
Remove usage of an old API and fix possible nil crash
andydotxyz Aug 6, 2024
a854465
More robust lookup for Linux wireless name
andydotxyz Aug 17, 2024
abf646b
Updating to get more bug fixes
andydotxyz Aug 17, 2024
38074e6
Fix more deprecations
andydotxyz Aug 17, 2024
a04363e
Additional colour deprecations removed
andydotxyz Aug 17, 2024
a6b9e8b
fix bad merge
andydotxyz Aug 17, 2024
9673b85
Merge branch 'develop' into feature/desktopfiles
andydotxyz Oct 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing comment
andydotxyz committed Jan 5, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Czaki Grzegorz Bokota
commit 94d4b515feeb5c160d71a73288243cf2576f8108
1 change: 1 addition & 0 deletions test/desktop.go
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@ func (*Desktop) Desktop() int {
func (*Desktop) SetDesktop(int) {
}

// ShowSettings does nothing for the test package
func (*Desktop) ShowSettings() {}

// IconProvider returns the icon provider, by default it uses a simple in-memory implementation