KoolDock – it attemps to resemble the Mac OSX dock
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Heimen Stoffels 8c1b85c990 Translated using Weblate (Dutch)
Currently translated at 87.3% (151 of 173 strings)

Translation: applications/kooldock
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kooldock/nl/
6 years ago
admin@68f23556e6 Reset submodule main/applications/kooldock/admin to latest HEAD 6 years ago
backgrounds conversion to the cmake building system 6 years ago
cmake@5121b9a41d Reset submodule main/applications/kooldock/cmake to latest HEAD 6 years ago
doc Initial TDE conversion 10 years ago
icons avoid installing duplicates of icons 6 years ago
po Translated using Weblate (Dutch) 6 years ago
src Fix branding of Kooldock and also translations, for fuzzy prevention. 6 years ago
.gitmodules Add common directories 10 years ago
AUTHORS Update AUTHORS file 10 years ago
CMakeL10n.txt Add CMakeL10n rules. 6 years ago
CMakeLists.txt Change welcomeMsg from TQString to const char* and use I18N_NOOP. 6 years ago
COPYING Initial import of kooldock 0.4.7 10 years ago
ChangeLog Update ChangeLog 10 years ago
ConfigureChecks.cmake conversion to the cmake building system 6 years ago
Doxyfile Initial import of kooldock 0.4.7 10 years ago
INSTALL Initial import of kooldock 0.4.7 10 years ago
Makefile.am Initial import of kooldock 0.4.7 10 years ago
NEWS Initial import of kooldock 0.4.7 10 years ago
README Update instructions in the README 10 years ago
TODO Initial import of kooldock 0.4.7 10 years ago
config.h.cmake conversion to the cmake building system 6 years ago
config.h.in Initial import of kooldock 0.4.7 10 years ago
configure.files Initial import of kooldock 0.4.7 10 years ago
configure.in.in Initial import of kooldock 0.4.7 10 years ago
kooldock.kdevelop Initial import of kooldock 0.4.7 10 years ago
kooldock.lsm Initial import of kooldock 0.4.7 10 years ago
subdirs Initial import of kooldock 0.4.7 10 years ago

README

KoolDock is based upon the work of Dang Viet Dung, KSmoothDock 2.1.
For the latest release of ksmoothdock, please visit 
http://www.kde-look.org/content/show.php?content=6585

To compile in debugmode, before making run:
$ CXXFLAGS="-D_ENABLE_DEBUG" ./configure --enable-debug=full
It's also possible to do it in TDevelop.

Normal compilation:
Run in console 
./configure
make; make install

Compilation version from GIT
make -f admin/Makefile.common
./configure
make; make install

make install - it installs compiled project into tour system, to do this you must have root privilages

Warning: If you are using kooldock on gnome, without installed TDE, you should know, that's necessary to install TDEbase to have working launchers.