Martin T. H. Sandsmark
ba4b9eb1a6
ui: Fix build without implicit cast to/from ascii
...
See previous commits for details.
10 years ago
Patrick Spendrin
d0ecab4736
Windows string fixes
...
This patch changes multiline QStringLiterals to QString::fromLatin1
as QStringLiterals doesn't understand multiline strings on windows.
Also, strncasecmp is replaced by the portable qstrnicmp function provided
by QByteArray header.
REVIEW: 126379
10 years ago
Montel Laurent
466eb79615
Use QStringLiteral
11 years ago
Montel Laurent
16f13c04d2
kdelibs4support--
12 years ago
Montel Laurent
3b4ee788b8
Fix includes
12 years ago
Montel Laurent
378f6847a2
Remove some deprecated kdelibs4support
12 years ago
Frederik Gladhorn
3581fb6245
Port to QTemporaryFile
12 years ago
Frederik Gladhorn
6c602bf0e7
Use categorized logging even more
12 years ago
Frederik Gladhorn
9d89739972
Use categorized logging
12 years ago
Frederik Gladhorn
83d3f1f6b7
Revert "Some more kDebug->qDebug"
...
Seems like kDebug doesn't spam the user, so this needs to use qCDebug.
This reverts commit 34fbdf8c85 .
12 years ago
Frederik Gladhorn
34fbdf8c85
Some more kDebug->qDebug
12 years ago
Albert Astals Cid
99f15dce01
renewcomment -> renewcommand
...
As reported by Jiri Slaby
BUGS: 337767
FIXED-IN: 4.14.0
12 years ago
Niels Ole Salscheider
40620cb44f
fix escaping / unescaping of latex formula in html code
...
REVIEW: 102984
15 years ago
Albert Astals Cid
5e64f0bfa1
Revert m_fileList removal, we actually need it
...
I can't read :-7
15 years ago
Albert Astals Cid
b7bf26207a
QString() instead of QString("")
15 years ago
Albert Astals Cid
891abe2da8
zap unused member variable
15 years ago
Albert Astals Cid
27efa7a8b5
No need to empty the vector on destruction
15 years ago
Albert Astals Cid
92cc7bd66f
qdebug -> kdebug
15 years ago
Albert Astals Cid
320b26d09b
Do not include QtGui
15 years ago
Niels Ole Salscheider
33b9ff1a36
Add LatexRenderer class
15 years ago