TDE utility programs
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
mio 21eecbb7c5 ark: autodetect date order
unzip-6 can be configured at build time to return date in several
different fromats. There is no easy way to query unzip itself which one
it uses, but in the wild only to formats were seen: MM-DD-YYYY (default
for *nix) and YYYY-MM-DD (some linux distros; e.g. debian). So we will
be guestimating before those two.

Generic Arch class is not flexible enough, so it was necessary to
override whole processLine() and parse everything with RegExes.

Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/115
See-also: https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/pulls/102
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 14d84907a0)
(cherry picked from commit 9e80634e0d)
(cherry picked from commit 1ddc8e16d8)
2 weeks ago
admin@04538927a7 Reset submodule main/core/tdeutils/admin to latest HEAD 1 month ago
ark ark: autodetect date order 2 weeks ago
charselectapplet Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 2 years ago
doc Remove support for OSF 1 year ago
kcalc Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. 2 months ago
kcharselect Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
kdf Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. 2 months ago
kedit Replace TRUE/FALSE with boolean values true/false 2 months ago
kfloppy Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
kgpg Replace TRUE/FALSE with boolean values true/false 2 months ago
khexedit Replace TRUE/FALSE with boolean values true/false 2 months ago
kjots Update KJots to use KTextEdit 1 year ago
klaptopdaemon Replace TRUE/FALSE with boolean values true/false 2 months ago
kmilo Rename KDE_BINDIR to TDE_BINDIR 3 months ago
kregexpeditor Replace TRUE/FALSE with boolean values true/false 2 months ago
ksim Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. 2 months ago
ktimer Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
superkaramba Replace TRUE/FALSE with boolean values true/false 2 months ago
tdefilereplace Use tdeinstance.h 7 months ago
tdelirc Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 2 years ago
tdessh Replace Q_OBJECT with TQ_OBJECT 3 years ago
tdewallet Replace Q_SIGNALS and Q_SLOTS 2 years ago
translations/desktop_files Merge translation files from master branch. 9 months ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 5 years ago
AUTHORS tdefilereplace: Fix a damaged character in the original author's name. 7 years ago
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt 2 years ago
CMakeLists.txt Use centralized cmake version 2 years ago
COPYING Update COPYING file. 13 years ago
COPYING-DOCS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 17 years ago
ConfigureChecks.cmake Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags' 3 months ago
INSTALL Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 17 years ago
Mainpage.dox Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 17 years ago
Makefile.am.in Additional renaming of kde to tde 15 years ago
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 17 years ago
README Update bug reports url to bugs.trinitydesktop.org 8 years ago
config.h.cmake Change and simplify `statvfs` conditions in FileSystemStats 7 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 17 years ago

README

In this file:

* What it is
* Common Mistakes
* Debugging
* More Info

What it is
----------

* ark: manager for compressed files and archives
* kcalc: scientific calculator
* kcharselect: select special characters from any fonts and put them into
               the clipboard
* charselectapplet: dito, but as a Kicker applet
* tdepasswd: like 'passwd', a graphical password changer - moved to tdebase
* tdessh: front end to ssh
* kdf: like 'df', a graphical free disk space viewer
* kedit: a simple text editor, without formatting like bold, italics etc
* kfloppy: format a floppy disks with this app
* khexedit: binary file editor
* kjots: manages several "books" with a subject and notes
* klaptopdaemon: battery and power management, including KControl plugins
* kregexpeditor: graphical regular expression editor
* ktimer: execute programs after some time
* TDEFileReplace: powerful search and replace in multiple files

Common Mistakes
---------------

If configure claims Qt cannot be found, have a look at http://www.trolltech.com
to get latest copy of Qt 3.3.x version.  If you have peeked there already,
grab the CVS module qt-copy from anoncvs.kde.org, or a snapshot thereof.

Debugging
---------

You can use --enable-debug with the configure script, if you want to have
debug code in your KDE apps and libs.  I recommend to do this, since this
is alpha software and this makes debugging things a whole lot easier.

More Info
---------

Have a look at the individual subdirectories, if you want to know, what
versions of apps are included.

Please direct any bug reports to our bug list by visiting
http://bugs.trinitydesktop.org.

General KDE discussions should go to the KDE mailing list (kde@kde.org).