Slávek Banko
ed6f8fc337
Raise the minimum required version of CMake to 2.8.12.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Gitea
c499afec3e
Reset submodule main/applications/tdepacman/cmake to latest HEAD
4 years ago
TDE Gitea
79720cf408
Reset submodule main/applications/tdepacman/cmake to latest HEAD
4 years ago
TDE Gitea
0bf49e167d
Reset submodule main/applications/tdepacman/cmake to latest HEAD
4 years ago
Heimen Stoffels
358f3d1f70
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: applications/tdepacman - tdepacman.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/nl/
4 years ago
Heimen Stoffels
320f2d0203
Added translation using Weblate (Dutch)
4 years ago
Michele Calgaro
6377c7b8f4
Removed code formatting modelines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Gitea
76b0092543
Reset submodule main/applications/tdepacman/cmake to latest HEAD
4 years ago
TDE Gitea
c00b922fe7
Reset submodule main/applications/tdepacman/cmake to latest HEAD
4 years ago
TDE Weblate
d094349787
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdepacman
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/
4 years ago
Slávek Banko
8f6265954e
Update translation template.
4 years ago
Michele Calgaro
47cd5b1945
Make the correct help docbook visible to users.
4 years ago
TDE Weblate
5337a2089a
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/tdepacman
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/
4 years ago
Slávek Banko
d389ee246d
Fix encoding in the author's name.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro
5e0d6a3add
Added cmake submodule.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
37aaa67152
Renamed kpacman -> tdepacman.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
gregory guy
ac81a3c3e8
Remove some deprecated kde2 stuff.
...
warning: ‘static int TDEAccel::stringToKey(const TQString&)’ is deprecated
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
f8c20067ac
Remove the -fpermissive definition.
...
invalid conversion from ‘const char*’ to ‘const uchar*’
With contribution from Slávek Banko.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
Slávek Banko
c83d313b75
Add CMakeL10n rules.
...
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>
4 years ago
Slávek Banko
40420b140d
Added controlled conversions to char* instead of automatic
...
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>
4 years ago
Slávek Banko
7e43acd818
Add TDE pkg config path into PKG_CONFIG_PATH variable.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
gregory guy
d923b6d208
Rework of the help page.
...
Add a screenshot.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
a212e6154c
Remove some deprecated Qt2 stuff.
...
TQArray vs TQMemArray.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
a451e44f4a
Rework of the README file.
...
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>
4 years ago
gregory guy
f9ea8458f5
move po files into new folder (translations/messages).
...
convert pt.po and sv.po files from binary charset into us-ascii.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
9b3e99aa34
Add tqptrlist.h header, see Michele's comment:
...
https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman/issues/1#issuecomment-9258
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
37056b4b75
Drop automake build support.
...
Remove empty folder templates.
Delete gmo files from the po folder.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
61e3123dcc
conversion to the cmake building system.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
12bd04ac0f
cleanup headers.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
6dffeea0e5
fix FTBFS, add tqt3 libary to the automake build.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
3eda17fbb2
fix FTBFS, 'keys' class object being out of scope.
...
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>
4 years ago
gregory guy
5debd26d86
remove some deprecated qt2 stuff.
...
TQList --> TQPtrList
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
2e2a3c5923
third step, convert to tdelibs libraries.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
503fddb48f
Second step, convert to tqt3 libraries.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
e0031ac458
First step into making a tde app, remove the original "admin" folder.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
Slávek Banko
6f2c878700
Initial import of version 0.3.2 from the source package.
...
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>
4 years ago