Commit Graph

398 Commits

Author SHA1 Message Date
Vinicius Moreira
0f0c0d3f8a showing updating app name 2019-07-24 16:15:09 -03:00
Vinícius Moreira
c7a111174a refactoring async work 2019-07-24 16:01:44 -03:00
Vinicius Moreira
e35b515b5b fix: search bar text color 2019-07-23 18:37:44 -03:00
Vinicius Moreira
097f9afac2 fix: AUR desktop entry 2019-07-23 17:49:08 -03:00
Vinícius Moreira
854ad2a102 supporting snaps 2019-07-23 17:16:44 -03:00
Vinícius Moreira
448c61c2e1 0.3.1 2019-07-13 13:01:40 -03:00
Vinicius Moreira
332d3cb787 fix: app crashes after installation 2019-07-13 12:53:08 -03:00
Vinicius Moreira
6723e6be65 Merge branch 'master' into staging
# Conflicts:
#	CHANGELOG.md
#	README.md
#	fpakman/__init__.py
#	fpakman/app.py
#	fpakman/core/controller.py
#	fpakman/core/flatpak.py
#	fpakman/core/model.py
#	fpakman/core/system.py
#	fpakman/resources/locale/en
#	fpakman/resources/locale/es
#	fpakman/resources/locale/pt
#	fpakman/view/qt/about.py
#	fpakman/view/qt/apps_table.py
#	fpakman/view/qt/history.py
#	fpakman/view/qt/systray.py
#	fpakman/view/qt/thread.py
#	fpakman/view/qt/window.py
2019-07-13 11:22:58 -03:00
Vinicius Moreira
5ca3ee1ad8 Update CHANGELOG.md 2019-07-13 11:16:51 -03:00
Vinicius Moreira
1ecfc83ed5 fix: button upgrade remains uncheckable after upgrading fails 2019-07-12 14:42:10 -03:00
Vinicius Moreira
9af8b73e23 showing console details when upgrading fails 2019-07-12 14:33:14 -03:00
Vinicius Moreira
1b8cf8a2f3 showing executed command when installing or uninstalling 2019-07-12 12:16:21 -03:00
Vinicius Moreira
55978be0f7 hiding details when 'refresh' is clicked | showing details when an error happens during installation 2019-07-12 12:05:36 -03:00
Vinicius Moreira
53095f9438 auto-showing the details when history or downgrading fails 2019-07-12 11:48:15 -03:00
Vinicius Moreira
b3a99c6dec task status showing the application name | keeping search bar visible when searching 2019-07-12 11:29:23 -03:00
Vinicius Moreira
77b65780ad center alignment for version, latest version and type columns 2019-07-12 11:15:36 -03:00
Vinicius Moreira
f969c5c817 Update CHANGELOG.md 2019-07-12 10:37:02 -03:00
Vinicius Moreira
9df53f080a fix: keeping upgrade button enabled when there are no upgrades selected 2019-07-12 10:25:34 -03:00
Vinicius Moreira
a8bc8ffb3b Update CHANGELOG.md 2019-07-11 19:08:20 -03:00
Vinicius Moreira
a9e3d13aa0 fix: loading cached icon from disk when disk cache is disabled 2019-07-11 18:24:57 -03:00
Vinicius Moreira
23819aea46 Update CHANGELOG.md 2019-07-11 18:11:48 -03:00
Vinícius Moreira
b6bfecf4ef Fix: app crashes when no internet connection 2019-07-11 18:04:12 -03:00
Vinicius Moreira
8e930d57ea fix: calling downgrade app twice 2019-07-11 17:29:53 -03:00
Vinícius Moreira
2f4fc0335d Caching icon loaded from disk 2019-07-11 17:02:44 -03:00
Vinicius Moreira
4d3abfcf89 Fix: manage panel title for 'en' 2019-07-11 16:26:25 -03:00
Vinicius Moreira
ad59e22fce CHANGELOG.md 2019-07-11 16:17:35 -03:00
Vinicius Moreira
b48914b402 CHANGELOG.md 2019-07-11 16:00:03 -03:00
Vinicius Moreira
5e74d79359 refactoring app name and improving CHANGELOG.md 2019-07-11 15:55:22 -03:00
Vinícius Moreira
0ef1fa678d Caching installed application data to disk 2019-07-11 15:44:07 -03:00
Vinícius Moreira
238a9d38ae Flatpak not required 2019-07-10 12:18:12 -03:00
Vinícius Moreira
ff8510153d architecture expanded to support other types of packaging 2019-07-10 11:31:57 -03:00
Vinicius Moreira
925aa7cec6 setting default async worker load to 1 2019-07-10 11:00:38 -03:00
Vinícius Moreira
81b7846a7d setting flathub remote if it is not set (#18) 2019-07-08 12:55:08 -03:00
Vinícius Moreira
74fa85a2bb improving initialization time and reducing async overload 2019-07-08 12:15:15 -03:00
Vinícius Moreira
735e590756 optional console output 2019-07-04 17:28:09 -03:00
Vinícius Moreira
2d837804e3 0.3.0
### Features
- Applications search
- Now when you right-click a selected application you can:
    - retrieve its information
    - retrieve its commit history
    - downgrade
    - install and uninstall it
- "About" window available when right-clicking the tray icon.

### Improvements
- Performance and memory usage
- Adding tooltips to toolbar buttons
- "Update ?" column renamed to "Upgrade ?"
- Management panel title renamed
- Showing runtime apps when no app is available
- Allowing to specify a custom app translation with the environment variable **FPAKMAN_LOCALE**
- Adding expiration time for cached app data. Default to 1 hour. The environment variable **FPAKMAN_CACHE_EXPIRATION** can change this value.
- Now the application accepts arguments related to environment variables as well. Check 'README.md'.
- Minor GUI improvements
- Notifying only new updates
- New icon
- Progress bar
2019-07-02 10:53:04 -03:00
Vinicius Moreira
d13df2c7a3 README and CHANGELOG improved 2019-07-02 10:49:53 -03:00
Vinicius Moreira
709915bc0a small refactoring 2019-07-02 10:28:21 -03:00
Vinicius Moreira
a92a3137b0 Improving color experience for dark themes 2019-07-02 10:15:14 -03:00
Vinicius Moreira
59d5325362 showing up minimized management panel 2019-07-02 10:00:28 -03:00
Vinicius Moreira
d8397797a9 adding png logo icons to work with more recent KDE Plasma versions 2019-07-01 19:16:22 -03:00
Vinicius Moreira
70476bc4b7 Improved some icon colors for dark theme experience 2019-07-01 17:30:41 -03:00
Vinicius Moreira
d190392633 Icons for installed/uninstalled 2019-07-01 17:26:37 -03:00
Vinicius Moreira
81f9b4bc09 changed oudated version color to improve dark theme experience 2019-07-01 17:01:13 -03:00
Vinicius Moreira
cf39d8823b colored history lines to indicate the version state 2019-07-01 16:57:20 -03:00
Vinicius Moreira
060acaea08 accepting comand line arguments 2019-07-01 16:37:00 -03:00
Vinicius Moreira
a1e83a5d19 Fix: keeping root privileges active 2019-07-01 13:05:55 -03:00
Vinicius Moreira
23a0902e49 Progress bar improvement 2019-07-01 12:40:19 -03:00
Vinicius Moreira
9acc6a8878 progress bar 2019-07-01 12:35:08 -03:00
Vinícius Moreira
1ecb199f2d Update README.md 2019-07-01 11:19:03 -03:00