summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.gitMichele Calgaro2018-12-031-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-172-2/+2
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2018-10-081-0/+0
|
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-278-28/+28
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-271-4/+4
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2018-09-241-0/+0
|
* QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵Michele Calgaro2018-09-182-2/+2
| | | | | | module Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1714-20/+20
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2018-09-161-0/+0
|
* Fixed typedef-related warnings from compiler.Michele Calgaro2018-08-234-5/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed unused define which could have caused issue because of doubleMichele Calgaro2018-07-041-4/+0
| | | | | | backslash escaping. Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2018-05-231-0/+0
|
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2018-05-071-0/+0
|
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2018-04-301-0/+0
|
* Fix FTBFS with GCC6Slávek Banko2016-09-031-3/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2016-08-071-0/+0
|
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2380-0/+0
|
* Reset submodule main/applications/kpilot/admin to latest HEADSlávek Banko2015-04-171-0/+0
|
* Slight update of the AUTHORS file to be more accurater14.0.0Timothy Pearson2014-11-281-2/+4
|
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2014-10-191-0/+0
|
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-42/+42
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-191-42/+42
| | | | This reverts commit bdac77f66fd9d4079827556269b846b4bf02041c.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-42/+42
|
* Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-181-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-1116-16/+16
| | | | match XDG specifications
* Fix Keywords separators to match XDG desktop specificationsTimothy Pearson2014-10-111-40/+40
|
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2014-09-281-0/+0
|
* Fix remaining renaming knewstuffSlávek Banko2014-09-241-0/+0
|
* Fixed cause of warning messages that appeared when launching KPilot the ↵Michele Calgaro2014-07-061-2/+2
| | | | first time. This resolves bug 1870.
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2014-05-261-0/+0
|
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2014-05-261-0/+0
|
* Fixed help button functionality in KPalmdoc dialog. This resolves bug 1872.Michele Calgaro2014-05-191-0/+2
|
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2014-04-171-0/+0
|
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2014-03-271-0/+0
|
* Update minimum cmake requirement to be consitent with other sources.Darrell Anderson2014-02-061-1/+1
|
* Fix duplication in launcher menu and help handbook table of contents.Darrell Anderson2014-01-262-4/+4
|
* Update desktop file in support of previous commit.Darrell Anderson2014-01-261-7/+1
|
* Fix branding in About dialog.Darrell Anderson2014-01-251-1/+1
|
* Install help handbook files removed from tdepim.Darrell Anderson2014-01-2537-1/+3565
|
* Prevent non-existent help handbook from populating the main handbook table ↵Darrell Anderson2014-01-141-1/+7
| | | | of contents.
* Rename kdebugdialog -> tdedebugdialogDarrell Anderson2014-01-061-1/+1
|
* KDE->TDE branding cleanup.Darrell Anderson2013-12-265-9/+9
|
* Rename kdewidgets => tdewidgetsSlávek Banko2013-12-231-0/+0
|
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2013-09-151-0/+0
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0321-47/+47
|
* Reset submodule main/applications/kpilot/admin to latest HEADSlávek Banko2013-08-301-0/+0
|
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2013-08-271-0/+0
|
* Reset submodule main/applications/kpilot/admin to latest HEADAutomated System2013-05-231-0/+0
|