summaryrefslogtreecommitdiffstats
path: root/tdehtml
Commit message (Collapse)AuthorAgeFilesLines
* Fix TDE branding in print job metadata from HTML library.Slávek Banko2021-07-231-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed more uncrustify's code formatting offending files.Michele Calgaro2021-01-031-1/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed second pass uncrustify's code formatting offending files.Michele Calgaro2020-12-271-2/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed some uncrustify's code formatting offending files.Michele Calgaro2020-12-191-0/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-065-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-2748-56/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Moved remaining tdehtml icons to crystal folder.Michele Calgaro2020-08-0613-21/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Moved common icons into crystal folder to avoid icon duplication inMichele Calgaro2020-08-056-10/+0
| | | | | | tdehtml, tdevelop and ktechlab. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-06-253-9/+7
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use private linking for exported CMake targets.Slávek Banko2020-06-121-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* For templates from CMake, use the TDE CMAKE TEMPLATES variable.Slávek Banko2020-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-06-078-395/+33
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop explicit dependencies on dcopidl and dcopidl2cpp,Slávek Banko2020-06-071-1/+0
| | | | | | | because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove remaining 'register' instructions.Michele Calgaro2020-02-207-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-309-45/+45
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-242-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed potential FTBFS in htmlattrs.c. This relates to bug 2850.Michele Calgaro2018-10-311-2/+3
| | | | | | | The FTBFS seems to happen only for some users, so this fix should help in such cases. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed obsolete Qt2's TQVector class and replacedMichele Calgaro2018-10-202-2/+2
| | | | | | with TQt3's TQPtrVector. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-176-27/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-281-1/+1
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-173-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with GCC6Slávek Banko2016-09-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2316-0/+0
|
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-133-5/+5
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-132-2/+2
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-131-2/+2
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-3/+3
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-114-7/+7
| | | | match XDG specifications
* Don't use insane (negative) layout values if layout engine does not allocate ↵Timothy Pearson2014-10-0212-35/+80
| | | | | | | | | sufficient space for a text string This resolves Bug 1950 Make most debugging statements work again Add new debugging statements Fix several annoying build warnings
* Revert commit 1d498994Slávek Banko2014-04-053-3/+0
|
* Include xrender library directory when linkingTimothy Pearson2014-04-023-0/+3
| | | | This relates to Bug 1199
* Fix -tdehtml-* rename regression. This resolves bugs 1825 and 1692Michele Calgaro2014-02-0927-3031/+2325
|
* Rebranding, tooltip, and What's This string cleanup.Darrell Anderson2014-01-191-1/+1
|
* Fix remnant QMIN/QMAX to TQMIN/TQMAX.Darrell Anderson2013-11-282-5/+5
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0316-55/+55
|
* Rename KWallet to TDEWalletTimothy Pearson2013-08-275-31/+31
|
* Bump library versions to 14.0.0Timothy Pearson2013-08-261-1/+1
| | | | This relates to Bug 1575
* Fix possible DOS in konqueror (CVE-2009-2537)Francois Andriot2013-06-011-2/+11
|
* Fix slot warnings when no partManager is availableTimothy Pearson2013-05-073-18/+30
| | | | This resolves the remainder of Bug 1088
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1563-95/+95
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1419-23/+23
|
* Regenerate TDEHTML flex/bison/gperf generated filesTimothy Pearson2013-02-0710-2154/+2860
|
* Rename kcompletionboxTimothy Pearson2013-02-071-1/+1
|
* Rename KComp to avoid conflicts with KDE4Timothy Pearson2013-02-071-1/+1
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-063-5/+5
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-044-17/+17
|
* Rename kdisplay for enhanced compatibility with KDE4Timothy Pearson2013-02-021-1/+1
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0112-18/+18
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0116-147/+147
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-013-8/+8
|