summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix prior commitTimothy Pearson2015-12-231-2/+2
| | | | (cherry picked from commit 4e04b0a438c17fc33d3424f810dbc0fb5e8666d9)
* Add GPL v3 license to TDEAboutData optionsTimothy Pearson2015-12-234-0/+849
| | | | (cherry picked from commit 85c0e479c1d997b4127748ee6a2c749378940046)
* Fix dlerror and crypt detection for CMake buildSlávek Banko2015-12-231-0/+21
| | | | | | | This resolves Bug 654 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4925611808ccb524a6c0bd225fb39b52ae1cf1ae)
* Fixed C++ support in Kate syntax highlighting code. This resolves bug 2455.Michele Calgaro2015-12-235-19/+56
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4e55a1cfaa00035481a72f1271aee8954e3053ad)
* Kate syntax highlighting files update - Jun 2015Michele Calgaro2015-12-236-241/+1463
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 508cf16bf962d2025b8271c5cf0b0c750a4f532f)
* Fix FTBFS due to missing export lt_dlopen_flagNikolaus Klepp2015-12-231-0/+2
| | | | | Signed-off-by: Nikolaus Klepp <office@klepp.biz> (cherry picked from commit 022a297ed704d1d8f51d31551b303a79c7bfdbfa)
* Fix several issues on freebsdSlávek Banko2015-12-234-11/+14
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e469e42c76000b70aebaf838f5a3c4ded184b0e3)
* Fix openpty detection with libutil.hSlávek Banko2015-12-231-12/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e75569be1b7bf138685d0e4941daf111e6f51ba3)
* Fix detection for option TDEINIT_USE_XFT with CMake buildSlávek Banko2015-12-232-2/+9
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 14243cc8ead795531e47954763cc8b1bec94a092)
* Fix setting some constants in config.h with CMake buildSlávek Banko2015-12-231-0/+9
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f17c618004e799eb1ae9dc35907a7b9431968ba2)
* Fix FTBFS on freebsdNikolaus Klepp2015-12-234-3/+10
| | | | | | | This resolves Bug 2431 Signed-off-by: Nikolaus Klepp <office@klepp.biz> (cherry picked from commit 3be9f300c9a754320a02fd10a729ef797ffb8506)
* Fix FTBFS on freebsd due to utmpxSlávek Banko2015-12-231-1/+1
| | | | | | | [taken from FreeBSD kdelibs3 patches] Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e443c9e0b29809c1ba0c9133e2fea9cbc30ae937)
* Fix detection of LZMA without pkgconfig fileSlávek Banko2015-12-231-1/+12
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d107d0b0d758225d0b01429410200f51c91efe54)
* Improve ACL detection for CMake buildSlávek Banko2015-12-234-16/+24
| | | | | | | Fix hidden visibility in posixacladdons Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6ebff397515bf153ea95d7e80d21ca9a0f97708d)
* Add include directory for internal libltdlSlávek Banko2015-12-233-1/+5
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit dfd680030c18adaa4f299a4092d9ac6d5945cadc)
* Added *.service and *.target format to INI files.Darrell Anderson2015-12-232-2/+2
| | | | | | | | Signed-off-by: Darrell Anderson <darrella@clovermail.net> Modified to update syntax version number. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8b1fec8a6b25dd0502950488fdb6054b5f8c9208)
* Force to handle DCOP requests in KUniqueApplication (newInstance call)Slávek Banko2015-12-231-2/+12
| | | | | | | This resolves Bug 2437 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c6c1d781a5035e6740532366a09a48448a93666c)
* Add mit-shm extension support for CMake buildSlávek Banko2015-12-231-2/+15
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5b95b86a5bbe9a4f558712b3e2173f90b7cd0dd5)
* Fix xext configure check for CMake buildSlávek Banko2015-12-231-3/+9
| | | | | | | This resolves Bug 2410 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c80f418abf9c3061b0fb7759a1e560a0ab1243fe)
* Kate syntax highlighting files update - Jan 2015.Michele Calgaro2015-12-236-10/+2195
| | | | | | 1) Changes in asm-m68k.xml, ppd.xml, sql-oracle.xml taken from http://kate-editor.org/syntax/2.5 2) Changes to the other files from myself. (cherry picked from commit 3cefb44bccead583a49043b1169cfea1e6367c7a)
* Minor code clean up.Michele Calgaro2015-12-231-9/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98e72add315583a49ea7fb8f63e408ea041ac8d9)
* Fixed typo and removed unnecessary call. This relates to bug 146.Michele Calgaro2015-12-231-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 10bc86c4cd7e25661b4a38a2e32e3cbf7cefcbc9)
* Fix FTBFS because CUPS 2.xSlávek Banko2015-12-232-17/+17
| | | | | | | This resolves Bug 2270 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 592bebb509786ccec893b305d3ae6a0c76ed3bdb)
* Fix printing of debug information on KDED crashTimothy Pearson2015-12-231-3/+7
| | | | (cherry picked from commit d80ccaf94ce31d24834bf3051fb9438adf23e4fd)
* Remove unneeded check and handler for broken TQt DnDTimothy Pearson2015-12-231-41/+0
| | | | | Application of patch 0037-dnd-timestamp-fix.patch to TQt3 verified before removal (cherry picked from commit bbd5f4476c3feda235f90b458ad25d0511f53627)
* Don't slow execution just because TDEAction::plugAccel was usedTimothy Pearson2015-12-231-0/+6
| | | | (cherry picked from commit 7dee44aa033d3a0d3f3e57bc2bfc3c1b2ab9013b)
* Kate syntax highlighting files update - Nov 2014Michele Calgaro2015-12-236-7/+117
| | | | (cherry picked from commit d4b2ca0550eeacd278c638664b43464239342244)
* Fix duplicated printer driver entriesTimothy Pearson2015-12-231-1/+8
| | | | | This relates to Bug 2191 (cherry picked from commit b3e3f6026bca4ae56ff5d109d76961e0f47deab4)
* Make compressed PPD loading and usage functionalTimothy Pearson2015-12-235-5/+76
| | | | (cherry picked from commit 5a97ffdaae6532a39f1ebc1f0594833b1a253585)
* Greatly increase database generation speed from compressed PPDs where possibleTimothy Pearson2015-12-236-48/+131
| | | | (cherry picked from commit 880fec09182a500b7e19b5b1c73189040cf3421a)
* Use compressed-ppd:<database name>:<ppd name> as compressed PPD URITimothy Pearson2015-12-231-3/+14
| | | | (cherry picked from commit cfa9446f2535a288f803412a996acb5dd741e8fb)
* Add very early support for compressed PPDs to make_driver_db_cupsTimothy Pearson2015-12-234-97/+259
| | | | | This relates to Bug 2191 (cherry picked from commit 540db0b3e7e829e71c4c32a4bcc44d4d0addcfb7)
* Fix incorrect Download string in TDEFileSpeedBarTimothy Pearson2015-12-231-1/+1
| | | | (cherry picked from commit acc29a93bbbf2fbb3ef76c8c986d1722cb200a91)
* Fix tdeinit build definitionSlávek Banko2015-12-231-1/+5
| | | | (cherry picked from commit a22b1fc95067f0ae20241f023673f261027f0214)
* Fix tdesu process handlingFrançois Andriot2015-12-231-2/+7
| | | | (cherry picked from commit c8b810f149c2ed1815ae59b5275d435152ab52ad)
* Add protected helper methods to better handle rubberband operations outside ↵Timothy Pearson2015-12-232-0/+29
| | | | | | | of a TDEListView in file manager mode This relates to Bug 1961 (cherry picked from commit 216794724ca89104ad394ea9e55f5fdba1523707)
* Add a cmake detection for Xext libraryFrançois Andriot2015-12-234-3/+9
| | | | | | Remove hardcoded Xext flags in tderandr and tdestyles/keramik Add missing link flag in tdeui (cherry picked from commit aae8990d33bbfee205c75dc7e48e1c64f2beeff0)
* Fix ucred support in openbsdFrançois Andriot2015-12-231-0/+4
| | | | (cherry picked from commit 3adf509ac83ac9d807de0bbed0770d0234382c84)
* Update mimetypes in Kate plugins to match output of libmagicTimothy Pearson2015-12-234-4/+4
| | | | | This relates to Bug 2148 (cherry picked from commit a44c9249300c96da86fa79cae17bd88789e75399)
* Makes favorite URLs in TDE file open/save dialogs global (sared amongst all ↵Timothy Pearson2015-12-231-2/+2
| | | | | | | | applications) by default This commits the following patch from Bug 1499: tdelibs: fix kurlbar global (cherry picked from commit c359057caabdb7740b46f0e45eafaa38d4f40d54)
* Add the following patch from Bug 1499Timothy Pearson2015-12-232-0/+20
| | | | | tdelibs: add postofficebox suppot in tdeabc (cherry picked from commit c1098677d4c3f93108a3a0d9dd56388f887416c8)
* Fix dependencies in CMake targetsSlávek Banko2015-12-231-1/+8
| | | | (cherry picked from commit d227c416d00cc7774a247d0cdd5ca2c9058b87b3)
* Fix openpty detection on openbsdFrançois Andriot2015-12-231-10/+23
| | | | (cherry picked from commit e255a8ca6387cc1f100beffe39f889328e8f2a41)
* Enable previously disabled build options in config.hFrançois Andriot2015-12-231-7/+7
| | | | (cherry picked from commit 223f0c75788822208fd74259969948658bc26e2c)
* Push the following patches to GIT from Bug 1499:Timothy Pearson2015-12-233-23/+47
| | | | | | | | tdelibs: disable kfiledialogbox OK button if user has no permission on file tdelibs: fix https loop tdelibs: fix groups in kdialogpropertiesdialog tdelibs: avoid assertion in tdeio karchive (cherry picked from commit 9cb7d7318211f13d690fea92d13aca60b0ae7c5a)
* Support writing empty directories to ZIP files.Thomas McGuire2015-12-232-1/+16
| | | | (cherry picked from commit ddbe23e90d6684548fe9a952b01b3d6cbaf60a7c)
* Fix detection of some headers on openbsdFrançois Andriot2015-12-231-1/+22
| | | | | Many headers requires additional include stdlib.h (cherry picked from commit 3f5a4b419f7907ba61c6f63458e0413cccb74760)
* Fix FTBFS on openbsd because missing link to "util" libraryFrançois Andriot2015-12-231-1/+1
| | | | (cherry picked from commit 8e7888b85708c6e5d7a3b404c40a1bcf9c807bd0)
* Fix default spell checker on openbsdFrançois Andriot2015-12-231-0/+4
| | | | (cherry picked from commit cca50763480753652ae019bf74eb1fa98194d209)
* Fix cups default directories on openbsdFrançois Andriot2015-12-231-4/+22
| | | | (cherry picked from commit 69e7a5c4fa39591e0cb5f1774707bf84d8c0fd9b)