index
:
~jbarnes/qt-wayland
4.5
4.6
4.6-stable
4.7
4.7-stable
master
master-stable
Patches to support Qt on Wayland
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
linguist
/
shared
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-01
optimization: get rid of QString::fromUtf16() usage
Oswald Buddenhagen
1
-1
/
+1
2010-01-27
don't falsely complain about mismatched codecfortr
Oswald Buddenhagen
1
-0
/
+1
2010-01-27
unshare pro post-processing code
Oswald Buddenhagen
3
-189
/
+0
2010-01-27
do not sort the TS files
Oswald Buddenhagen
1
-2
/
+1
2010-01-13
Merge remote branch 'mainline/4.6' into 4.6
Oswald Buddenhagen
20
-20
/
+20
2010-01-12
QFile cannot deal with crlf-translated stdio, so use binary mode
Oswald Buddenhagen
1
-0
/
+12
2010-01-07
Update copyright year to 2010
Jason McDonald
20
-20
/
+20
2009-11-25
make qph use language attributes
Oswald Buddenhagen
1
-5
/
+18
2009-11-25
the definition needs xml escaping, too
Oswald Buddenhagen
1
-1
/
+1
2009-11-25
don't write context into <definition> field
Oswald Buddenhagen
1
-3
/
+2
2009-11-25
qph: don't clobber <definition> fields
Oswald Buddenhagen
1
-1
/
+1
2009-11-25
fix class/struct mismatch in the bootstrap magic
Oswald Buddenhagen
1
-2
/
+4
2009-11-20
fix encodings, take N
Oswald Buddenhagen
2
-5
/
+11
2009-11-19
don't overwrite explicitly specified CODECFORTR on UTF-16 input
Oswald Buddenhagen
1
-1
/
+1
2009-11-10
build lrelease bootstrapped
Oswald Buddenhagen
4
-0
/
+49
2009-11-06
record id-based messages even if they have an empty source
Oswald Buddenhagen
1
-2
/
+2
2009-11-06
handle messages with ids (more) correctly
Oswald Buddenhagen
2
-36
/
+100
2009-11-06
kill TranslatorMessage::operator==() and qHash(TranslatorMessage)
Oswald Buddenhagen
4
-27
/
+25
2009-11-06
eliminate TranslatorMessagePtr from the Translator api
Oswald Buddenhagen
3
-39
/
+41
2009-11-06
improve ordered message insertion
Oswald Buddenhagen
1
-1
/
+1
2009-11-06
eliminate Translator::contains()
Oswald Buddenhagen
3
-11
/
+11
2009-11-06
eliminate Translator::replace()
Oswald Buddenhagen
2
-10
/
+0
2009-11-06
do not consider plural source in comparisons
Oswald Buddenhagen
1
-4
/
+0
2009-11-06
remove unused TranslatorMessage::operator<()
Oswald Buddenhagen
2
-12
/
+0
2009-11-06
don't construct a new message for look-up purposes only
Oswald Buddenhagen
2
-10
/
+0
2009-11-04
add -markuntranslated option
Oswald Buddenhagen
2
-16
/
+20
2009-10-22
consider message id when comparing messages
Oswald Buddenhagen
1
-2
/
+6
2009-10-22
id-based: do not drop unfinished untranslated messages
Oswald Buddenhagen
1
-1
/
+1
2009-10-22
id-based: use source strings instead of empty translations only for unfinishe...
Oswald Buddenhagen
1
-3
/
+4
2009-09-30
Merge branch '4.5' into 4.6
Thiago Macieira
1
-4
/
+11
2009-09-30
Fix locale encoding in XLIFF files
Andy Shaw
1
-4
/
+11
2009-09-09
Update license headers again.
Jason McDonald
20
-80
/
+80
2009-09-08
Update license headers again.
Jason McDonald
28
-112
/
+112
2009-09-03
Add missing license headers
Jason McDonald
1
-0
/
+40
2009-09-02
Update license headers.
Jason McDonald
1
-3
/
+0
2009-08-31
Merge branch '4.5' into 4.6
Thiago Macieira
20
-260
/
+260
2009-08-31
Update tech preview license header.
Jason McDonald
27
-351
/
+351
2009-08-14
remove withdrawn attributes (and fix syntax)
Oswald Buddenhagen
1
-9
/
+0
2009-08-14
qmake's include function now supports three arguments
Keith Isdale
1
-2
/
+4
2009-08-12
Update contact URL in license headers.
Jason McDonald
20
-20
/
+20
2009-08-11
Update license headers.
Jason McDonald
27
-27
/
+27
2009-08-07
Fix compilation with xlC 7: operands to ?: must match.
Thiago Macieira
1
-2
/
+2
2009-08-07
Fix compilation with xlC 7: operands to ?: must match.
Thiago Macieira
1
-1
/
+1
2009-08-06
nicer way to deal with missing support for template class friends
Oswald Buddenhagen
2
-4
/
+13
2009-07-31
Fix compilation with xlC 7: operands to ?: must match.
Thiago Macieira
1
-2
/
+2
2009-07-30
Fix compilation with xlC 7: operands to ?: must match.
Thiago Macieira
1
-1
/
+1
2009-07-21
sunpro doesn't like templated friend classes, either
Oswald Buddenhagen
2
-2
/
+2
2009-07-20
Fix static leak to make valgrinding easier.
dt
1
-63
/
+61
2009-07-20
micro-optimize: (x.toLower() == y) => !x.compare(y, Qt:: CaseInsensitive)
Oswald Buddenhagen
1
-10
/
+10
2009-07-20
fix return value of error() & co
Oswald Buddenhagen
1
-1
/
+2
[next]