Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed setting of CXX_FEATURES at module level since CXX_FEATURES are now ↵ | Michele Calgaro | 2022-01-28 | 5 | -6/+0 |
| | | | | | | | enabled at TDE project level. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 37a6812fbebc918b17506cf6d51e3556c8cdc609) | ||||
* | Added CXX_FEATURES for remaining libraries to ensure build with at least C++11. | Slávek Banko | 2022-01-22 | 4 | -0/+4 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 052f82743e6a018edaeede3b81955b2121fa6312) | ||||
* | Added CXX_FEATURES for libraries to ensure build with at least C++11. | Michele Calgaro | 2022-01-22 | 1 | -1/+3 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 375229ceea1bf7b7c31fcf1f1c16c699c8e0b475) | ||||
* | ksvg/libtext2path: use c++11 std:shared_ptr instead of bundled old boost one | OBATA Akio | 2022-01-22 | 9 | -957/+4 |
| | | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 9cdb76ebff291001528f1adc74f67966e24c08b5) | ||||
* | KSVG: fix to include classes used in TQPtrList | OBATA Akio | 2022-01-21 | 1 | -2/+2 |
| | | | | | | | It must be included, or its destructor may not be used in PtrList maitainance. Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit fb36eda6aa78235063dc1445775ab2c09a5be522) | ||||
* | fix missing include for xlib_rgb_init_with_depth() | OBATA Akio | 2022-01-18 | 1 | -0/+1 |
| | | | | | Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 9546155896dbc7f66053ecd0d7703d0b6bcff231) | ||||
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2020-12-13 | 414 | -421/+421 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 14d0fbe96c6abdb9da80e99953aec672f999948c) | ||||
* | Removed additional code formatting modelines. | Michele Calgaro | 2020-09-26 | 3 | -3/+2 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit bfe9fad42d47b4c7faa2617cae951a338ec7f235) | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-25 | 662 | -1330/+0 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit dd734d4130d80c5613c5a33cc304430210467899) | ||||
* | Simplify CMake rules for desktop file translations. | Slávek Banko | 2020-07-08 | 3 | -9/+7 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 2a2437b3022a990bc9cded4d07c56a0d093b2a0c) | ||||
* | Add paths for libarts_gpl and imlib to link_directories | aneejit1 | 2020-06-23 | 4 | -0/+4 |
| | | | | | Signed-off-by: aneejit1 <[email protected]> (cherry picked from commit 64ee31f218f1f399c162f0c8bc147f54bd5208bf) | ||||
* | Fixed FTBFS due to missing linked libraries. | Michele Calgaro | 2020-06-14 | 3 | -9/+2 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 86504f1214deb78997059d71bba74c6b3080cd8f) | ||||
* | For templates from CMake, use the TDE CMAKE TEMPLATES variable. | Slávek Banko | 2020-06-12 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 158052fdb17abbf0cdc428d129ea62c63058cfb4) | ||||
* | Desktop file translations: | Slávek Banko | 2020-06-09 | 9 | -363/+24 |
| | | | | | | | | + 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 <[email protected]> (cherry picked from commit 837dbafbea0c7f7bc73d27fda684ea2dededd547) | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 1 | -44/+44 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d93856fa89507f5ab757f02951a569d725ec4e24) | ||||
* | Removed .lsm files. lsm database is outdated and unmaintained. | Michele Calgaro | 2019-09-04 | 1 | -14/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Updated date and version to R14.0.6 in .lsm files. | Michele Calgaro | 2019-03-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-22 | 2 | -0/+6 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit d0243fcc86b29344b11fd2b832c3d38c3063263a) | ||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-18 | 1 | -5/+5 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit a23a5364c5e45e5f8b5f849023f34ee7c0393aa5) | ||||
* | Removed old strstream code and switch to sstream permanently. | Michele Calgaro | 2018-08-15 | 1 | -6/+1 |
| | | | | | | | Inspired by similar work on tdeadmin. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d9b6e0bda45134852c38f60f25a5109923f8cd53) | ||||
* | Update version numbers and date for R14.0.5 final release | Slávek Banko | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | Update version number for new target R14.0.5 | Slávek Banko | 2016-11-12 | 1 | -2/+2 |
| | |||||
* | Update date in lsm filesr14.0.4 | Slávek Banko | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | Fix FTBFS with GCC6 | Slávek Banko | 2016-09-03 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit f21cac2973811d8a29010277df24126cede2d7ea) | ||||
* | Update version number for new target R14.0.4 | Slávek Banko | 2016-02-29 | 1 | -2/+2 |
| | |||||
* | Update date in lsm filesr14.0.3 | Slávek Banko | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | Update version number for new target R14.0.3 | Slávek Banko | 2015-11-30 | 1 | -2/+2 |
| | |||||
* | Update date in lsm filesr14.0.2 | Slávek Banko | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | Update version number for new target R14.0.2 | Slávek Banko | 2015-08-26 | 1 | -2/+2 |
| | |||||
* | Update date in lsm filesr14.0.1 | Slávek Banko | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | Update version in lsm files | Slávek Banko | 2015-07-11 | 1 | -1/+1 |
| | |||||
* | Bring most mimetypes in line with XDG specifications. The following are not ↵ | Timothy Pearson | 2014-10-22 | 2 | -4/+4 |
| | | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown | ||||
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵ | Timothy Pearson | 2014-10-13 | 1 | -1/+1 |
| | | | | 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 stop, lock, exit, and run icons into XDG compliance | Timothy Pearson | 2014-10-12 | 1 | -1/+1 |
| | |||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 4 | -6/+6 |
| | | | | match XDG specifications | ||||
* | Add support for lcms2 | Slávek Banko | 2014-10-09 | 4 | -59/+77 |
| | |||||
* | Fix ksvg deadlock with specifically formatted input files | Fabio Rossi | 2013-11-16 | 1 | -1/+1 |
| | | | | This resolves Bug 1418 | ||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 1 | -2/+2 |
| | |||||
* | Fix ksvg not respecting fit request | Timothy Pearson | 2013-06-21 | 3 | -11/+20 |
| | | | | This resolves Bug 1018 | ||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 18 | -23/+23 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 5 | -9/+9 |
| | |||||
* | Rename KAbout to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-07 | 1 | -2/+2 |
| | |||||
* | Rename KCmd to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-06 | 2 | -4/+4 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 3 | -3/+3 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 2 | -21/+21 |
| | |||||
* | Rename KLock and KTrader to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -2/+2 |
| | |||||
* | Rename kiobuffer and KHTML | Timothy Pearson | 2013-01-27 | 2 | -2/+2 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 6 | -7/+7 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 10 | -14/+14 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 5 | -32/+32 |
| |