summaryrefslogtreecommitdiffstats
path: root/tdeioslave
Commit message (Collapse)AuthorAgeFilesLines
* The workaround that tdepimmacros.h do is no longer neededSlávek Banko2021-02-264-4/+4
| | | | | | and kdemacros.h can be used directly. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-1520-24/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-07-125-44/+23
| | | | | | | + 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>
* Make the folder assurance read-only.Thomas McGuire2019-04-231-1/+1
| | | | | | | | | Patch by Szokovacs Robert <szo at szo dot hu>, thanks! BUG: 144035 Cherry-picked from: 243dfe72a65603f6fdc36b78585cb21125e88c7d Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Typo fixFrederik Schwarzer2019-04-231-1/+1
| | | | | | | | WAS: global typo fix Cherry-picked from: 70eeef7c6e39b0a396fd81a703f9b90f511058c4 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* A signal handler that calls for example waitpid has to save errno before andIngo Klöcker2019-04-231-1/+8
| | | | | | | | restore it afterwards. Cherry-picked from: 70b4927d847f52c865e0c6c91323eeb3295a99eb Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* The use of the static keyword is deprecated when declaring objects in a ↵Ingo Klöcker2019-04-231-2/+2
| | | | | | | | | | namespace scope.... - The C++ Standard, ISO/IEC 14882:1998, section 7.3.1.1 paragraph 2 Cherry-picked from: a16596e1c16c3d5509d6d3f37ed9287ea61ef9df Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Use static const instead of #defineJakub Stachowski2019-04-231-3/+3
| | | | | | Cherry-picked from: c247b0607d3315a43f21c417ef261ab8eb2979e1 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Default port for imap and imaps. Before after typing imap://server/ inJakub Stachowski2019-04-231-1/+6
| | | | | | | | konqueror, slave would try to connect to port 0. Cherry-picked from: b35c00016dd671aca964907d76aa5a2ed4bc15cc Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* "x" -> 'x' micro-optimization.Allen Winter2019-04-231-2/+2
| | | | | | Cherry-picked from: b75a062ffed7a7e0e7cd284d5885ec8744a7cbd3 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Mischael's fix for "IMAP KIO process dies (due to trailing nulls?)"Allen Winter2019-04-231-0/+3
| | | | | | | | BUG: 153885 Cherry-picked from: 1d8208d3815088eea3c36767acb0c5a0a1a61ec8 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Removed useless 'true &&' statementTobias Koenig2019-04-231-1/+1
| | | | | | Cherry-picked from: 6965c8b9dac4bb0383a520a829b6689ea597764f Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Fix mailAddress:getStr when rawComment is non-emptyTill Adam2019-04-231-1/+1
| | | | | | | | | | | WAS: Fix the rest of 152692, another interesting QCString -> QByteArray gotcha. Seems to work ok with more email adresses now. CCBUG: 152692 Partially cherry-picked from: 9df2cbd9db920123c7ab51c63ea927f0af5545aa Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Make getStr const correct.Till Adam2019-04-232-4/+5
| | | | | | Cherry-picked from: 925d1f70010bc111ad9f4a3e910d689aa4e27181 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* fixup the CopyrightsAllen Winter2019-04-2310-13/+13
| | | | | | Cherry-picked from: edcd66a23bc102ec914c4a8702dc12b7241840c6 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Fix a small typo in API docs of imap4 kio-slave: send -> sentRaphael Langerhorst2019-04-231-1/+1
| | | | | | Cherry-picked from: 62950207dbc59863ddb0cf5ca01271fbac0df4c3 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* - avoid unnecessary string conversion.Dirk Mueller2019-04-231-1/+1
| | | | | | Partial cherry pick from: 35f536ddb27633e8cac40eb4c99c5b370fdb14cb Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Add CMakeL10n rules.Slávek Banko2018-12-153-0/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-172-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed wrong DocPath strings. This relates to bug 2319.Michele Calgaro2015-01-236-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Branding cleanup.Darrell Anderson2014-03-031-1/+1
|
* Reorganize tdeioslave help handbooks, fix related protocol files and issues, ↵Darrell Anderson2014-02-0679-0/+14329
update and add handbooks.