summaryrefslogtreecommitdiffstats
path: root/kpacman
Commit message (Collapse)AuthorAgeFilesLines
* Renamed kpacman -> tdepacman.Michele Calgaro2020-09-0538-6771/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove some deprecated kde2 stuff.gregory guy2020-09-022-8/+8
| | | | | | warning: ‘static int TDEAccel::stringToKey(const TQString&)’ is deprecated Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Remove the -fpermissive definition.gregory guy2020-09-013-4/+2
| | | | | | | invalid conversion from ‘const char*’ to ‘const uchar*’ With contribution from Slávek Banko. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add CMakeL10n rules.Slávek Banko2020-09-012-9/+17
| | | | | | | Strings with translations extracted from the desktop file into PO files. Existing message translations updated according to the new template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added controlled conversions to char* instead of automaticSlávek Banko2020-09-018-45/+44
| | | | | | | ascii conversions. Removed unnecessary conversions to char*. The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove some deprecated Qt2 stuff.gregory guy2020-08-2412-47/+47
| | | | | | TQArray vs TQMemArray. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Rework of the README file.gregory guy2020-08-201-1/+5
| | | | | | | | Move the kpacman html api's files into the doc folder. Add a man page. Rework of the desktop file. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add tqptrlist.h header, see Michele's comment:gregory guy2020-08-205-1/+5
| | | | | | https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman/issues/1#issuecomment-9258 Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Drop automake build support.gregory guy2020-08-204-914/+0
| | | | | | | Remove empty folder templates. Delete gmo files from the po folder. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* conversion to the cmake building system.gregory guy2020-08-208-2/+79
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* cleanup headers.gregory guy2020-08-1920-114/+107
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* fix FTBFS, add tqt3 libary to the automake build.gregory guy2020-08-191-1/+1
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* fix FTBFS, 'keys' class object being out of scope.gregory guy2020-08-193-16/+16
| | | | | | | | see comments starting from https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman/issues/1#issuecomment-9217 Patch is provided by François Andriot with contribution from Slávek Banko Signed-off-by: gregory guy <gregory-tde@laposte.net>
* remove some deprecated qt2 stuff.gregory guy2020-08-179-46/+46
| | | | | | TQList --> TQPtrList Signed-off-by: gregory guy <gregory-tde@laposte.net>
* third step, convert to tdelibs libraries.gregory guy2020-08-1717-90/+90
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Second step, convert to tqt3 libraries.gregory guy2020-08-1721-579/+579
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Initial import of version 0.3.2 from the source package.Slávek Banko2020-08-1740-0/+7602
https://sourceforge.net/projects/kpacman/files/kpacman/0.3.2/kpacman-0.3.2.tar.gz Original package is licenced under GPL 2.0. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>