mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
quicklaunch: update to v1.8
From it's changelog: * Remove buttons, add menu bar. * Add menu items to temporarily override settings. * Change some keyboard shortcuts to keep things intuitive with the new temp options. * Add default entries to ignore list. * Add button to reset default entries. * Move favorite star icon to the right for less interference with icons with overlays. * Always sort items with the same name in the same order and keep the selection on result change if possible. Thanks Máximo! * Bugfix: Fixed false positives when filtering Trash. Thanks Máximo! * Bugfix: Sometimes the scrollbar was needlessly active (window slightly too small). Thanks Máximo! * Bugfix: Fixed rarely encountered 'overfiltering' bug of ignore list. Thanks Máximo! * Bugfix: Fixed memory leaks. Thanks Máximo! * Bugfix: Fix crash when mounting/unmounting a volume. * Bugfix: Fix double entries when setting 'save last term' is active. * Updated documentation. * Updated translations.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="A tool to quickly start any installed application"
|
||||
SUMMARY="A tool to quickly start any installed application"
|
||||
DESCRIPTION="QuickLaunch is a small launcher tool that helps you to quickly \
|
||||
start any installed application (as long as it has an app-signature). Simply \
|
||||
start entering the name of an application and QuickLaunch will find all \
|
||||
@@ -16,7 +16,7 @@ COPYRIGHT="2010-2024 Humdinger"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/humdingerb/quicklaunch/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d275f0c14d64c0a42b67fd234698402d7f3a25e88b9e9bb4b19f1b8050bee46d"
|
||||
CHECKSUM_SHA256=""
|
||||
SOURCE_DIR="quicklaunch-$portVersion"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
Reference in New Issue
Block a user