
Quickbar
Source (link to git-repo or to original if based on someone elses unmodified work):
=================
QuickBar is an application launcher similar to Gnome-Do, Kupfer, Quicksilver, etc.
It is made using C++/Qt4 and extensible through plugins, using the Qt plugin system.
Plugins
=======
Application launcher (*nix only, for now)
Calculator
Reminder
Google Translate
Requirements
============
Qt >= 4.2
Compiling
=========
#In the directory with the .pro file, type in a terminal:
qmake
make
./quickbar
Compiling Plugins
=================
#You can compile one by one, using the above commands (qmake && make) but in order to ease that task i created a simple shell script called "plugins-manager.sh".
#Here are some usage tips:
./plugins-manager compile
./plugins-manager compile PLUGIN_NAME
./plugins-manager clean #does a make clean for all plugins
./plugins-manager clean all #does a make clean and removes the Makefile
QuickBar 0.2.1a | 24/09/2011
--------------------------
-Fixed crash when executing in Windows.
QuickBar 0.2a | 23/09/2011
--------------------------
Main Application:
-Removed input bar.
-Added settings.
-Added support for enabling/disabling plugins.
-Improved icon search.
-Ordered items by rank.
-Minor changes in plugin's API.
-Minor bug fixes.
-Install script for libqxt
Applications Plugin:
-Better detection of installed applications.
QuickBar 0.1a | 08/09/2011
--------------------------
-First release
Ratings & Comments
0 Comments