Vinícius Moreira
854ad2a102
supporting snaps
2019-07-23 17:16:44 -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
Vinícius Moreira
b6bfecf4ef
Fix: app crashes when no internet connection
2019-07-11 18:04:12 -03:00
Vinicius Moreira
4d3abfcf89
Fix: manage panel title for 'en'
2019-07-11 16:26:25 -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
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
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
cf39d8823b
colored history lines to indicate the version state
2019-07-01 16:57:20 -03:00
Vinicius Moreira
7ac23ef7df
New icon
2019-07-01 11:07:50 -03:00
Vinícius Moreira
d980d5475b
Small design improvements
2019-06-30 18:25:07 -03:00
Vinícius Moreira
22eed7af67
search and install
2019-06-28 19:01:37 -03:00
Vinicius Moreira
b2176cadda
About window
2019-06-27 12:13:18 -03:00
Vinícius Moreira
97477c4274
Refactoring and improvements ( #12 )
...
* Removing controller
* Refactoring FlatpakManager
* Retrieving only installed apps data from the API
* Removing wrong password logs
2019-06-26 18:32:49 -03:00
Vinícius Moreira
c2e59ba757
Retrieving app information and history
2019-06-26 15:52:26 -03:00
Vinícius Moreira
f9f47d1429
Downgrade
2019-06-25 18:25:04 -03:00
Vinicius Moreira
7d106c149b
better uninstall icon
2019-06-25 12:49:32 -03:00
Vinicius Moreira
2073a902dc
Portuguese translation fix
2019-06-25 12:24:53 -03:00
Vinicius Moreira
1fabec43d2
Changing 'Updating' status to 'Upgrading'
2019-06-25 12:18:39 -03:00
Vinícius Moreira
9d6187b0a0
Uninstall selected app
2019-06-25 11:48:28 -03:00
Vinicius Moreira
c15f433bac
Management panel title renamed
2019-06-24 17:15:19 -03:00
Vinicius Moreira
6c19f76c47
Adding tooltips to toolbar buttons
2019-06-24 17:05:03 -03:00
Vinícius Moreira
f36991ea1f
0.2.0
...
**Features**
- Management panel shows update commands streams
- Management panel status label is "orange" now
**Fixes**
- Application name is not properly showing for Flatpak 1.2.X
2019-06-18 19:02:16 -03:00
Vinicius Moreira
4c55e7a617
Fix portuguese translations
2019-06-18 18:31:28 -03:00
Vinicius Moreira
7ffbbf3224
Last commit rollback
2019-06-17 14:55:32 -03:00
Vinicius Moreira
0ce4f4bde7
Systray using .png icons
2019-06-17 14:50:34 -03:00
Vinicius Moreira
5cd23a481b
Changing notification size
2019-06-17 14:10:07 -03:00
Vinícius Moreira
8a95d508c8
0.1.0 ( #1 )
...
- Supporting flatpak 1.X, 1.2X and 1.4.X
- Tray icon
- System notifications when new updates are available
- Applications management window
2019-06-14 16:50:29 -03:00
Vinicius Moreira
3188820bc6
setup.py
2019-06-14 14:02:44 -03:00