Luke Dashjr
c0e7939083
KMail: Menu options to toggle "Show Message Structure"
...
Subtly different from the same feature in KDE:
KDE's menu items toggle the default behaviour between always/never, and the menu item is disabled if smart is set.
For Trinity, the option is always available, and only toggles visibility of the structure for the current session.
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
6 years ago
Thomas McGuire
c467da6399
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>
6 years ago
Frederik Schwarzer
095bc95d31
Typo fix
...
WAS: global typo fix
Cherry-picked from: 70eeef7c6e39b0a396fd81a703f9b90f511058c4
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
6 years ago
Ingo Klöcker
c80147f221
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>
6 years ago
Ingo Klöcker
147bb5982f
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>
6 years ago
Jakub Stachowski
738d19c1eb
Use static const instead of #define
...
Cherry-picked from: c247b0607d3315a43f21c417ef261ab8eb2979e1
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
6 years ago
Jakub Stachowski
4aacbe5b9e
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>
6 years ago
Allen Winter
fa8bdd097a
"x" -> 'x' micro-optimization.
...
Cherry-picked from: b75a062ffed7a7e0e7cd284d5885ec8744a7cbd3
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
6 years ago
Allen Winter
b08cf5263b
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>
6 years ago
Tobias Koenig
5aa4ac948f
Removed useless 'true &&' statement
...
Cherry-picked from: 6965c8b9dac4bb0383a520a829b6689ea597764f
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
6 years ago
Till Adam
20c686e489
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>
6 years ago
Till Adam
b07b3401ab
Make getStr const correct.
...
Cherry-picked from: 925d1f70010bc111ad9f4a3e910d689aa4e27181
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
6 years ago
Allen Winter
fcd267d036
fixup the Copyrights
...
Cherry-picked from: edcd66a23bc102ec914c4a8702dc12b7241840c6
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
6 years ago
Raphael Langerhorst
c25824ac0f
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>
6 years ago
Dirk Mueller
86d107daed
- avoid unnecessary string conversion.
...
Partial cherry pick from: 35f536ddb27633e8cac40eb4c99c5b370fdb14cb
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
6 years ago
Luke Dashjr
e53303b929
Bugfix: KMail: Detach from message observation when destructing KMReaderWin
...
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
6 years ago
TDE Gitea
4d223dc219
Reset submodule main/tdepim/cmake to latest HEAD
6 years ago
Slávek Banko
309e91d9d6
libkcal tests: small improvement to cmake code to avoid having to escape quotes.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
b1b5ff52be
Disabled libical tests if libical version is less than 1.0.
...
On old libical versions, DST change date is wrong and this would fail
some of the tests. This is not a bug in TDE but in old libical libraries.
Starting from libical 1.0, the bug seems to have been fixed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
858a7e560a
Fixed support for libical version prior to 3. This is required for libkcal tests to work fine on older distributions.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
48af72cbe8
Fixed bug in libkcal related to timezones in DT field.
...
Fixed execution of libkcal tests.
This resolves bug 2719.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
ce47e20ed3
Fixed building of libkcal tests. Some of the tests still fails when
...
executed. This relates to bug 2719.
Special thanks to Emanoil Kotsev <deloptes@gmail.com> for providing an
inital patch for the same bug, from which I reused a small section of code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea
2877efbe30
Reset submodule main/tdepim/cmake to latest HEAD
6 years ago
TDE Gitea
5f7aa1f7bd
Reset submodule main/tdepim/admin to latest HEAD
6 years ago
Slávek Banko
f7fe0b261e
Use common CMake tests.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea
e5d4b184e6
Reset submodule main/tdepim/cmake to latest HEAD
6 years ago
TDE Gitea
da3bd56acf
Reset submodule main/tdepim/cmake to latest HEAD
6 years ago
TDE Gitea
da5fea8144
Reset submodule main/tdepim/cmake to latest HEAD
6 years ago
TDE Gitea
5f71cfea0c
Reset submodule main/tdepim/cmake to latest HEAD
6 years ago
Fabio Rossi
e0e7f74ed2
Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
...
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
6 years ago
Slávek Banko
72b5adf49c
Add CMakeL10n rules.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea
1a74f3754c
Reset submodule main/tdepim/cmake to latest HEAD
6 years ago
TDE Gitea
619987318c
Reset submodule main/tdepim/cmake to latest HEAD
6 years ago
TDE Gitea
ee8eca280a
Reset submodule main/tdepim/admin to latest HEAD
6 years ago
TDE Gitea
2609e92e41
Reset submodule main/tdepim/cmake to latest HEAD
6 years ago
Slávek Banko
6492b716b3
Improved previous commit
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
2e5de46030
Adapted to new KPasswordEdit::password() signature.
...
This relates to bug 2961.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea
2f0c49e852
Reset submodule main/tdepim/cmake to latest HEAD
6 years ago
Fabio Rossi
1340cc3235
Use TQString for debugging output with unicode strings
...
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
6 years ago
Fabio Rossi
9fd3b6acfa
Add unicode string support to the ktnef parser library
...
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
6 years ago
gregory guy
74cbb937c7
Update About Info for kmail, kontact and korganizer, this relates to bug 2401
...
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
François Andriot
f524f014db
Added missing applications icons for Kleopatra.
...
Icons have been taken from GnuPG/KDE version of Kleopatra, which is
available under GPL version >= 2.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
e07bf1c45e
Add missing icons for Kleopatra's GpgME backends.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
4e2582d3eb
korganizer: fixed SEGFAULT when deleting recurring TODOs.
...
This resolves bug 2335 and 2682.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
dfa201d00d
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
...
with TQt3's TQPtrList/TQPtrListIterator ones.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
79f797c042
QT_NO_* -> TQT_NO_* renaming.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
12212efecb
Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea
f6528625ae
Reset submodule main/tdepim/admin to latest HEAD
6 years ago
Michele Calgaro
3a4141bd19
qt -> tqt conversion:
...
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
b562c563f0
qt -> tqt conversion:
...
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago