date | project | content | link |
|---|
| 22:11 Sunday | Quassel IRC | Commit by daniel on master :: r 0.8-pre-126-g2b1fcb4 /src/common/logger.cpp: ( link) fix core output when using neither syslog nor logfile | # |
| 14:42 Friday | Quassel IRC | Commit by sputnick on master :: r 0.8-pre-124-g18931d0 /src/uisupport/tabcompleter.cpp: ( link) Fix tabcompletion with added space mid-sentence | # |
| 12:04 Friday | Quassel IRC | Commit by sputnick on 0.7 :: r 0.7.3-11-g8004f91 /src/uisupport/ (bufferview.cpp nickview.cpp): ( link) Work around problems in QTreeView when using Qt 4.8
Looks like having animated QTreeViews lead to problems with rendering nested trees.
This affects both the NickView and BufferView. Maybe it's something in our code,
but looks like simply disabling animations for Qt >= 4.8 does the trick as well... | # |
| 12:04 Friday | Quassel IRC | Commit by sputnick on master :: r 0.8-pre-123-g79d9606 /src/uisupport/ (bufferview.cpp nickview.cpp): ( link) Work around problems in QTreeView when using Qt 4.8
Looks like having animated QTreeViews lead to problems with rendering nested trees.
This affects both the NickView and BufferView. Maybe it's something in our code,
but looks like simply disabling animations for Qt >= 4.8 does the trick as well... | # |
| 23:23 on Jan 29 | Quassel IRC | Commit by sputnick on master :: r 0.8-pre-122-g245a92b /src/common/logger.cpp: ( link) Don't log to stdout if --syslog and/or --logfile are specified | # |
| 23:18 on Jan 29 | Quassel IRC | Commit by sputnick on master :: r 0.8-pre-121-ga7aea34 /src/common/quassel.cpp: ( link) Don't ask for the syslog option if we don't have syslog support compiled in | # |
| 22:49 on Jan 29 | Quassel IRC | Commit by sputnick on 0.7 :: r 0.7.3-10-g4b262ed /src/uisupport/graphicalui.cpp: ( link) Bring Quassel to front on tray icon click
When the quassel window is below other windows it would be nice to have it raised on top of
the others when clicking on the system tray icon. Now it is just hidden and you have to click
on it once more to get it to the top.
Fixes #1135. Thanks to parapente for the patch! | # |
| 22:49 on Jan 29 | Quassel IRC | Commit by sputnick on master :: r 0.8-pre-119-g7a1f490 /src/uisupport/graphicalui.cpp: ( link) Bring Quassel to front on tray icon click
When the quassel window is below other windows it would be nice to have it raised on top of
the others when clicking on the system tray icon. Now it is just hidden and you have to click
on it once more to get it to the top.
Fixes #1135. Thanks to parapente for the patch! | # |
| 23:08 on Jan 26 | Quassel IRC | Commit by sandsmark on master :: r 0.8-pre-120-gd1f952e /src/core/ (3 files): ( link) Add checks for the right amount of parameters to random IRC events, found by ircfuzz.c.
Fixes #1136. | # |
| 16:04 on Jan 24 | Quassel IRC | Commit by daniel on master :: r 0.8-pre-118-gc83924a / (28 files in 2 dirs): ( link) fix plurals in some translations and a typo in ChannelListDlg | # |
| 14:55 on Jan 24 | Quassel IRC | Commit by daniel on master :: r 0.8-pre-117-g12de4bc / (31 files in 3 dirs): ( link) proper plurals for en_US | # |
| 23:50 on Jan 23 | Quassel IRC | Commit by daniel on master :: r 0.8-pre-116-gca42779 / (14 files in 2 dirs): ( link) stop lconvert from complaining about plurals
Weird issue. lconvert of Qt 4.7.4 complains when:
a) ??? there are msgstr[x] with x > nplurals=y, i. e. translations for
more plural forms than the language actually has.
Understandable, so we remove redundant plurals with black voodoo:
for pofile in *.po; do
IFS='=' read var plurals \
< <(egrep -o 'nplurals=[[:digit:]]+' $pofile);
maxplural=$(egrep -o 'msgstr\[[[:digit:]]+\]' $pofile |
egrep -o '[[:digit:]]+' | sort -rn | head -n 1);
for ((i=$plurals; i<=$maxplural; i++)); do
sed -i -re "/^msgstr\[$i\]/d;" $pofile;
done;
done
b) ??? the .po path contains a '/'.
Huh? Yeah.
`lconvert -i xy.po ???` is fine.
`lconvert -i ./xy.po ???` produces an error.
So we're running lconvert from ${CMAKE_SOURCE_DIR}/po now. | # |
| 22:16 on Jan 23 | Quassel IRC | Commit by daniel on master :: r 0.8-pre-115-g0c3a3be / (3 files in 3 dirs): ( link) mark some strings untranslatable | # |
| 22:14 on Jan 23 | Quassel IRC | Commit by daniel on master :: r 0.8-pre-114-g92bdfb2 /po/ (fi.po hu.po oc.po): ( link) SASL ??? SSL | # |
| 09:24 on Jan 23 | Quassel IRC | Commit by daniel on master :: r 0.8-pre-111-g5f6d9d3 /po/ (4 files): ( link) Make .pot Transifex compliant
Thanks a lot to Ratnadeep Debnath of Indifex | # |
| 23:37 on Jan 22 | Quassel IRC | Commit by daniel on master :: r 0.8-pre-110-g6c14828 /po/quassel.pot: ( link) update quassel.pot | # |
| 23:12 on Jan 22 | Quassel IRC | Commit by daniel on master :: r 0.8-pre-107-g93fc651 /po/ (es.po fi.po fr.po nl.po): ( link) | # |
| 21:09 on Aug 25, 2011 | Quassel IRC | Commit by daniel on master :: r 0.8-pre-105-gac78269 /po/quassel.pot: ( link) update quassel.pot | # |
| 01:16 on Aug 03, 2011 | Quassel IRC | Commit by c.m.lesueur on master :: r 0.8-pre-125-ga425161 /src/uisupport/bufferview.cpp: ( link) Changed Buffer-switching behaviour so that it changes between networks as well as channels | # |
| 01:16 on Aug 03, 2011 | Quassel IRC | Commit by c.m.lesueur on 0.7 :: r 0.7.3-12-g5a4b315 /src/uisupport/bufferview.cpp: ( link) Changed Buffer-switching behaviour so that it changes between networks as well as channels | # |