windowsboy111
835eb25ec5
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 31.2% (60 of 192 strings)
Translation: flattool/Warehouse
Translate-URL: https://weblate.fyralabs.com/projects/flattool/warehouse/zh_Hant/
2023-12-16 14:49:54 -05:00
windowsboy111
1f085b3de8
Added translation using Weblate (Chinese (Traditional))
2023-12-16 14:49:54 -05:00
rene-coty
c68a1a8250
Translated using Weblate (French)
...
Currently translated at 100.0% (192 of 192 strings)
Translation: flattool/Warehouse
Translate-URL: https://weblate.fyralabs.com/projects/flattool/warehouse/fr/
2023-12-16 14:49:54 -05:00
Сергей Ворон
30edb2d875
Translated using Weblate (Russian)
...
Currently translated at 100.0% (192 of 192 strings)
Translation: flattool/Warehouse
Translate-URL: https://weblate.fyralabs.com/projects/flattool/warehouse/ru/
2023-12-16 14:49:54 -05:00
Raboneko
d883075022
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: flattool/Warehouse
Translate-URL: https://weblate.fyralabs.com/projects/flattool/warehouse/
2023-12-16 14:49:54 -05:00
Raboneko
c9e59987f7
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: flattool/Warehouse
Translate-URL: https://weblate.fyralabs.com/projects/flattool/warehouse/
2023-12-16 14:49:54 -05:00
Raboneko
89d7509895
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: flattool/Warehouse
Translate-URL: https://weblate.fyralabs.com/projects/flattool/warehouse/
2023-12-16 14:49:54 -05:00
K0RR
f1ee2a8485
Fix misspelling ( #78 )
2023-12-14 00:04:03 -05:00
heliguy4599
b58e862138
The evil skeleton type syntax ( #79 )
...
* Use type syntax introduced in blueprint 0.8.0
* Update translations
* Make orphans window work with new install type system
* Fix filter window in regards to new remote install type syntax
* Fix pressing cancel on trashing data still trashing data
* Refresh list of flatpaks when a snapshot is applied
---------
Co-authored-by: Hari Rana <theevilskeleton@riseup.net >
2023-12-13 23:42:28 -05:00
Hari Rana
628feeaa7f
Use type syntax introduced in blueprint 0.8.0 ( #75 )
2023-12-11 21:26:21 -05:00
heliguy4599
f34dc99cb6
Use type syntax introduced in blueprint 0.8.0 ( #77 )
...
Co-authored-by: Hari Rana <theevilskeleton@riseup.net >
2023-12-11 21:26:06 -05:00
heliguy
5eb5403ac0
Add show disabled remotes button in manage remotes
2023-12-10 00:54:48 -05:00
heliguy
e62e51e973
Move No Remotes to new list
2023-12-09 16:24:31 -05:00
heliguy
a62f63b4d1
Add better error prints to remotes_window
2023-12-09 07:42:46 -05:00
heliguy
f519a4f2a2
Show disabled remotes
2023-12-09 07:36:12 -05:00
heliguy
e6c302e75e
Add button to view apps from Manage Remotes
2023-12-09 07:35:54 -05:00
heliguy
8c7c7a9b08
Hide Install from Web & fix filter selection reset
2023-12-09 06:45:29 -05:00
heliguy
77ffca3bd7
Merge manage remotes and popular remotes window
2023-12-09 05:55:58 -05:00
heliguy
755490f515
Update warehouse pot files
2023-12-08 09:01:54 -05:00
heliguy
ffb61c10f1
Begin merging Manage Remotes and Popuilar Remotes
2023-12-08 07:06:32 -05:00
heliguy
c93d30e3ff
Make batch actions work again
2023-12-08 04:14:37 -05:00
heliguy
e8fb7ef981
Changes to file size and file size formatting func
...
Make the human readable response use powers of 1000 instead of 1024
Add a flat rate of 4000 to any returned file size to attempt to get a bit more accurate to the real file size
2023-11-29 03:29:41 -05:00
heliguy
39163d124e
Hide view apps using this runtime
...
Hide the view apps using this runtime button in the properties_window when the current runtime is not a dependant runtime
2023-11-29 02:42:47 -05:00
heliguy
598e142369
Make single uninstalls work
2023-11-25 00:14:43 -05:00
heliguy
e7c54d9f8c
Fix batch uninstall
2023-11-24 15:43:29 -05:00
heliguy
8dde8e442a
Sync current work
2023-11-24 01:22:09 -05:00
heliguy
caad31f6e5
Initial work on making selecton work again
2023-11-17 17:58:20 -05:00
heliguy
b69454b305
Make the loading page a tad better
2023-11-15 14:30:34 -05:00
heliguy
9f4fe2c180
make refresh work again
2023-11-15 14:17:44 -05:00
heliguy
1809b958a1
Make mask label work properly again
2023-11-15 12:44:17 -05:00
heliguy
f9fb3fa47a
First steps to refreshing a row item
2023-11-15 02:34:50 -05:00
heliguy
77138a2631
Make all rows the new AppRow class
2023-11-15 01:50:12 -05:00
heliguy
6633a2a739
Delete duplicate string in ru.po
2023-11-14 20:27:45 -05:00
heliguy
bcd1822bf0
Update translations
2023-11-14 16:58:59 -05:00
heliguy
0dcbb38e2c
Merge remote-tracking branch 'weblate/main'
2023-11-14 16:57:46 -05:00
heliguy
71ca71008f
Update translations
2023-11-14 12:05:42 -05:00
heliguy
ecc6eabe73
Added 1s wait time to snapshot creation
...
If the snapshot is created too quickly, a user can make another snapshot with the same epoch time. So this will add a 1 second wait time if the snapshot is done being made really quickly to avoid that.
2023-11-14 11:28:55 -05:00
heliguy4599
766c5f6ae3
Update bug-report.md
2023-11-14 02:31:53 -05:00
heliguy4599
f4c15a64cf
Update bug-report.md
2023-11-14 02:30:51 -05:00
heliguy4599
0aad5c0a20
Update feature-request.md
2023-11-14 02:30:27 -05:00
heliguy4599
c7231668e2
Update issue templates
2023-11-14 02:29:29 -05:00
heliguy4599
4e29cfd644
Rename custom issue template
2023-11-14 01:40:31 -05:00
heliguy
c394a43dc2
Create document of planned & not planned features
2023-11-14 01:39:33 -05:00
skøldis
256038c6eb
Add contributor credits ( #70 )
...
* Add contributors section to AdwAboutWindow
* Update PO
2023-11-14 01:09:39 -05:00
Сергей Ворон
f991cad987
Translated using Weblate (Russian)
...
Currently translated at 100.0% (190 of 190 strings)
Translation: flattool/Warehouse
Translate-URL: https://weblate.fyralabs.com/projects/flattool/warehouse/ru/
2023-11-14 05:58:07 +00:00
Raboneko
13c33c456e
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: flattool/Warehouse
Translate-URL: https://weblate.fyralabs.com/projects/flattool/warehouse/
2023-11-14 05:58:07 +00:00
Maxim Therrien
cdedf54d5f
Translated using Weblate (French)
...
Currently translated at 100.0% (178 of 178 strings)
Translation: flattool/Warehouse
Translate-URL: https://weblate.fyralabs.com/projects/flattool/warehouse/fr/
2023-11-14 05:58:06 +00:00
skøldis
b29396cec4
Translated using Weblate (Swedish)
...
Currently translated at 98.3% (175 of 178 strings)
Translation: flattool/Warehouse
Translate-URL: https://weblate.fyralabs.com/projects/flattool/warehouse/sv/
2023-11-14 05:58:06 +00:00
skøldis
b0f8cb8e27
Added translation using Weblate (Swedish)
2023-11-14 05:58:06 +00:00
Cássio Fernando
c5952c92a5
Added translation using Weblate (Portuguese (Brazil))
2023-11-14 05:58:06 +00:00