1345 Commits

Author SHA1 Message Date
heliguy4599
f202cd15bc Add open buttons to leftover data window 2023-10-09 06:57:35 -04:00
heliguy4599
fe9effe41f Add sorting to left over data window 2023-10-09 04:33:29 -04:00
heliguy4599
15ca4ef194 Merge pull request #45 from runarcn/main
Add CoC, Thanks for the work!
2023-10-09 03:47:31 -04:00
heliguy4599
4248c20ee3 Add clear filter pill (not functional)
Adds the clear filter pill for future use, but it is currently non functional and is invisible
2023-10-09 03:40:27 -04:00
runarcn
da6617d4c8 Add CoC-info to README 2023-10-09 09:34:49 +02:00
runarcn
1802f89c2f Add proper attribution 2023-10-09 09:26:49 +02:00
heliguy4599
989253ae5c Make filter window title plural 2023-10-09 03:25:56 -04:00
heliguy4599
ee710896bd Change filter window title 2023-10-09 03:25:05 -04:00
heliguy4599
a8641d2f56 Add ability to see apps using runtime
Add ability to see apps using runtime from properties window
2023-10-09 02:59:11 -04:00
runarcn
3f062c7f15 Add CoC 2023-10-09 08:54:18 +02:00
heliguy4599
cbbebb6931 Finalize filter by remotes 2023-10-09 01:57:43 -04:00
heliguy4599
00c020ac58 Do not allow setting the default filter 2023-10-09 01:57:18 -04:00
heliguy4599
335d78defe Make filter button deactivate when closing window
Make the filter button deactivate if the filter window is closed with a keyboard shortcut
2023-10-09 01:18:30 -04:00
heliguy4599
6fe7a989af Add webkit testing remote to popular remotes list
Also this cleans up some of the code that deals with checking for existing remotes and deduplicates work on passing the remotes list
2023-10-08 16:47:53 -04:00
heliguy4599
2796c93d86 Remove EOL and Install Type bubble tags 2023-10-08 14:26:41 -04:00
heliguy4599
0da97e9ad3 Change remotes window popular remotes checking
This changes the popular remotes list way of checking for pre-existing flatpaks to aliviate showing already added flatpaks
2023-10-08 02:16:52 -04:00
heliguy4599
870327816c Add pills and margins
Make installed type text and EOL text be inside of pills to look better and more readable
Increase margins at the top and bottom of the main list
2023-10-07 20:22:27 -04:00
heliguy4599
a707e6b767 Bump version to 1.1.1, update metainfo 2023-10-06 02:10:24 -04:00
heliguy4599
59e0d14b2e Fix bug flatpak list bug on Linux Mint 2023-10-06 02:05:28 -04:00
heliguy4599
bfd1af7412 Add get pins function 2023-10-05 21:06:42 -04:00
heliguy
5be071fb2a Fix typo in metainfo 2023-10-05 11:37:59 -04:00
heliguy4599
863774f12e Merge pull request #34 from TheEvilSkeleton/build-warning
Fix build warning
2023-10-04 20:22:30 -04:00
heliguy4599
502d4447f6 Merge pull request #33 from TheEvilSkeleton/add-urls
Add URLs to about window
2023-10-04 20:19:09 -04:00
heliguy4599
60c5a639e5 Merge pull request #32 from TheEvilSkeleton/legal
Correct copyright holders
2023-10-04 20:17:09 -04:00
Hari Rana
d56b2a192d Fix build warning 2023-10-04 20:05:33 -04:00
Hari Rana
4e3aa78674 Add URLs to about window 2023-10-04 20:03:22 -04:00
Hari Rana
ebec50d701 Correct copyright holders 2023-10-04 19:58:56 -04:00
heliguy4599
7ec5a8df2d Update metainfo with the 1.1.0 release notes 2023-10-04 19:23:37 -04:00
heliguy4599
896f078ed7 Properly handle no flatpaks
Make the UI properly handler itself when there are no installed flatpak
2023-10-04 18:09:12 -04:00
heliguy4599
39cb702c43 Remove old window state save functions 2023-10-04 17:33:57 -04:00
heliguy4599
cf1146741a Properly remember window size and state
The previous commit's way of doing it worked but was not adviseable
2023-10-04 17:33:18 -04:00
heliguy4599
932e17672b Window size is now remembered 2023-10-04 17:25:56 -04:00
heliguy4599
ee2975df34 Bump version to 1.1.0 2023-10-04 17:10:08 -04:00
heliguy4599
befe0df1fa Fix another typo in readme 2023-10-04 16:52:49 -04:00
heliguy4599
b9d585289f Fix typo in readme 2023-10-04 16:52:14 -04:00
heliguy4599
97c406b93c Add ToDo list to readme 2023-10-04 16:51:43 -04:00
heliguy4599
a47885dde6 Make filter show no flatpaks status page
If a filter is configured in such a way that no flatpaks will be shown, the no flatpaks status page is shown
2023-10-04 16:37:19 -04:00
heliguy4599
84e7f5acfd Display EOL status of apps and runtimes 2023-10-04 16:19:11 -04:00
heliguy
732913991d Change "runtimes" to "runtime" in prop window 2023-10-04 12:26:18 -04:00
heliguy
08234524b8 Properties window shows dependant runtimes 2023-10-04 12:05:56 -04:00
heliguy
d83a7b74f1 No remotes page goes away when new remote is added 2023-10-04 12:03:18 -04:00
heliguy
6e7ee32e2f Adding new remotes now happens in a thread 2023-10-04 11:51:24 -04:00
heliguy
a0cecb77ab Orphanes data rows now get size in a thread 2023-10-04 11:39:56 -04:00
heliguy
c82ee4d262 Add close with escape key for popular remotes 2023-10-04 11:15:22 -04:00
heliguy4599
3d692e7af3 Clean up popular remotes window UI 2023-10-04 03:19:17 -04:00
heliguy4599
ed853f7f77 Probably finalize speed increases with main list 2023-10-04 02:03:06 -04:00
heliguy4599
deac401042 Merge pull request #31 from AtiusAmy/patch-4
Make the matrix link shorter
2023-10-03 23:46:47 -04:00
Amy/Atius
225b941a16 Update README.md 2023-10-04 04:51:43 +07:00
heliguy4599
2426123f71 Fix batch action interactions 2023-10-03 16:45:11 -04:00
heliguy4599
d49e470e80 Merge pull request #28 from dominichayesferen/patch-1
Fixed the spelling of elementary - Thanks for noticing that!
2023-10-03 14:56:28 -04:00