Commit Graph

21 Commits (11226549a5b7a2e037ba40c0be9fcfeba0abdabc)

Author SHA1 Message Date
Slávek Banko 8dd0afb141
The workaround that tdepimmacros.h do is no longer needed
and kdemacros.h can be used directly.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e77087ce3d)
4 years ago
Michele Calgaro 4bd4ac21f1 Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3a75bdfe83)
4 years ago
Slávek Banko 3e868d844c
Desktop file translations:
+ 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>
(cherry picked from commit 0d3043b630)
5 years ago
Thomas McGuire bf1eec6a25
Make the folder assurance read-only.
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>
(cherry picked from commit c467da6399)
6 years ago
Frederik Schwarzer bf6ed997cf
Typo fix
WAS: global typo fix

Cherry-picked from: 70eeef7c6e39b0a396fd81a703f9b90f511058c4

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
(cherry picked from commit 095bc95d31)
6 years ago
Ingo Klöcker 2547da78d6
A signal handler that calls for example waitpid has to save errno before and
restore it afterwards.

Cherry-picked from: 70b4927d847f52c865e0c6c91323eeb3295a99eb

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
(cherry picked from commit c80147f221)
6 years ago
Ingo Klöcker 8a072e81fe
The use of the static keyword is deprecated when declaring objects in a 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>
(cherry picked from commit 147bb5982f)
6 years ago
Jakub Stachowski 17fd5b5532
Use static const instead of #define
Cherry-picked from: c247b0607d3315a43f21c417ef261ab8eb2979e1

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
(cherry picked from commit 738d19c1eb)
6 years ago
Jakub Stachowski 1c5a8d4856
Default port for imap and imaps. Before after typing imap://server/ in
konqueror, slave would try to connect to port 0.

Cherry-picked from: b35c00016dd671aca964907d76aa5a2ed4bc15cc

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
(cherry picked from commit 4aacbe5b9e)
6 years ago
Allen Winter 54ffd3dbc1
"x" -> 'x' micro-optimization.
Cherry-picked from: b75a062ffed7a7e0e7cd284d5885ec8744a7cbd3

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
(cherry picked from commit fa8bdd097a)
6 years ago
Allen Winter c0f628ef3c
Mischael's fix for "IMAP KIO process dies (due to trailing nulls?)"
BUG: 153885

Cherry-picked from: 1d8208d3815088eea3c36767acb0c5a0a1a61ec8

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
(cherry picked from commit b08cf5263b)
6 years ago
Tobias Koenig f31b012bad
Removed useless 'true &&' statement
Cherry-picked from: 6965c8b9dac4bb0383a520a829b6689ea597764f

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
(cherry picked from commit 5aa4ac948f)
6 years ago
Till Adam fc688f3103
Fix mailAddress:getStr when rawComment is non-empty
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>
(cherry picked from commit 20c686e489)
6 years ago
Till Adam 929b001261
Make getStr const correct.
Cherry-picked from: 925d1f70010bc111ad9f4a3e910d689aa4e27181

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
(cherry picked from commit b07b3401ab)
6 years ago
Allen Winter 00e7e5fc84
fixup the Copyrights
Cherry-picked from: edcd66a23bc102ec914c4a8702dc12b7241840c6

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
(cherry picked from commit fcd267d036)
6 years ago
Raphael Langerhorst 5d13f137f0
Fix a small typo in API docs of imap4 kio-slave: send -> sent
Cherry-picked from: 62950207dbc59863ddb0cf5ca01271fbac0df4c3

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
(cherry picked from commit c25824ac0f)
6 years ago
Dirk Mueller 2c5f381cc8
- avoid unnecessary string conversion.
Partial cherry pick from: 35f536ddb27633e8cac40eb4c99c5b370fdb14cb

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
(cherry picked from commit 86d107daed)
6 years ago
Slávek Banko 6d8ca11287
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 72b5adf49c)
6 years ago
Michele Calgaro a49c32d00f Fixed wrong DocPath strings. This relates to bug 2319.
(cherry picked from commit 7a320d874d)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Darrell Anderson 8413b5d646 Branding cleanup. 11 years ago
Darrell Anderson ca705978d1 Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks. 11 years ago