kdereview - qtcurve

2017-06-17 Thread Yichao Yu
QtCurve is now in kdereview with the intention of being in extragear/base

Re: Review Request 108308: use _NET_WM_STATE_HIDDEN to check if the window is minimized instead of WM_STATE == ICONIC when possible.

2016-09-22 Thread Yichao Yu
--- Compiled, pager and icontasks shows minimized windows correctly. Also tested on openbox (+plasma's pager) by "Xuetian Weng". Thanks, Yichao Yu

Re: Review Request 126304: (re)enable building with -DQTC_QT5_ENABLE_KDE

2016-01-04 Thread Yichao Yu
tps://git.reviewboard.kde.org/r/126304/#comment61891> trailing white space - Yichao Yu On 十二月 10, 2015, 12:12 p.m., René J.V. Bertin wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboar

Re: Review Request 126304: (re)enable building with -DQTC_QT5_ENABLE_KDE

2016-01-04 Thread Yichao Yu
for the delay. I'm checking my email for the review requests but maybe I'm not using the right filter or not subscribing to the right list. - Yichao Yu On 十二月 10, 2015, 12:12 p.m., René J.V. Bertin wrote: > > --- > This is an auto

Re: Review Request 126304: (re)enable building with -DQTC_QT5_ENABLE_KDE

2016-01-04 Thread Yichao Yu
tps://git.reviewboard.kde.org/r/126304/#comment61892> Also here - Yichao Yu On 十二月 10, 2015, 12:12 p.m., René J.V. Bertin wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboar

Re: Review Request 121390: make Qt5 theme build on Linux again

2015-03-01 Thread Yichao Yu
://git.reviewboard.kde.org/r/121390/ --- (Updated 十二月 8, 2014, 4:59 p.m.) Review request for KDE Frameworks, Qt KDE and Yichao Yu. Repository: qtcurve Description --- Yesterday's patches for OS X building broke the build of the Qt5

Re: Review Request 121390: make Qt5 theme build on Linux again

2015-03-01 Thread Yichao Yu
expensive when X11 is the only platform that provides a certain functionality ... :) (I do seem to recall that using function pointers instead of normal functions was hardly more expensive on x86) Yichao Yu wrote: Sorry somehow my filter missed this review request and I've just seen

Re: Review Request 121390: make Qt5 theme build on Linux again

2015-03-01 Thread Yichao Yu
expensive when X11 is the only platform that provides a certain functionality ... :) (I do seem to recall that using function pointers instead of normal functions was hardly more expensive on x86) Yichao Yu wrote: Sorry somehow my filter missed this review request and I've just seen

Re: Review Request 113969: Do not assume every items have the same height

2014-05-08 Thread Yichao Yu
. Tested with systemsettings in the following conditions: 1. single row in each category. 2. multiple rows in each category. 3. scrollbar not at the top. Thanks, Yichao Yu

Re: Review Request 113969: Do not assume every items have the same height

2014-04-22 Thread Yichao Yu
://git.reviewboard.kde.org/r/113969/#review55062 --- On April 22, 2014, 6:13 a.m., Yichao Yu wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 113969: Do not assume every items have the same height

2014-04-22 Thread Yichao Yu
conditions: 1. single row in each category. 2. multiple rows in each category. 3. scrollbar not at the top. Thanks, Yichao Yu

Re: Review Request 113969: Do not assume every items have the same height

2013-12-09 Thread Yichao Yu
On Nov. 20, 2013, 5:27 p.m., Christoph Feck wrote: I love people who report bugs, and one year later come up with a patch :P Anyway, nice analysis, and this probably also fixes bug 290971, but have not tested it yet. Yichao Yu wrote: Unfortunately I think I can still reproduce

Re: Review Request 114219: Do not encode QString to QByteArray and cast it back to QString. This causes problem when there are Unicode characters in ${HOME}

2013-12-01 Thread Yichao Yu
--- On Nov. 30, 2013, 2:55 p.m., Yichao Yu wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114219

Re: Review Request 114219: Do not encode QString to QByteArray and cast it back to QString. This causes problem when there are Unicode characters in ${HOME}

2013-12-01 Thread Yichao Yu
changes). Diffs - kcontrol/krdb/krdb.cpp 92d84e9 Diff: http://git.reviewboard.kde.org/r/114219/diff/ Testing --- Compiles. Fixes the problem here. Also fixes the problem for the reporter. Thanks, Yichao Yu

Re: Review Request 114219: Do not encode QString to QByteArray and cast it back to QString. This causes problem when there are Unicode characters in ${HOME}

2013-11-30 Thread Yichao Yu
Diff: http://git.reviewboard.kde.org/r/114219/diff/ Testing (updated) --- Compiles. Fixes the problem here. Also fixes the problem for the reporter. Thanks, Yichao Yu

Review Request 114219: Do not encode QString to QByteArray and cast it back to QString. This causes problem when there are Unicode characters in ${HOME}

2013-11-29 Thread Yichao Yu
://git.reviewboard.kde.org/r/114219/diff/ Testing --- Compiles. Waiting for bug reporter's test. Thanks, Yichao Yu

Re: Review Request 114219: Do not encode QString to QByteArray and cast it back to QString. This causes problem when there are Unicode characters in ${HOME}

2013-11-29 Thread Yichao Yu
: classified #8: classified #9: classified #a: classified Yichao Yu wrote: encodeName/toLocal8Bit is used to encode a unicode string to a c-string/byte-array representation and decodeName/fromLocal8Bit does the reverse. The proper decoding is already done in QFile

Re: Review Request 113985: Remove no-ops in KCategorizedView

2013-11-27 Thread Yichao Yu
/itemviews/kcategorizedview.cpp 010bcbc Diff: http://git.reviewboard.kde.org/r/113985/diff/ Testing --- It compiles. (It compiles when just adding const to the QRect, proving they are indeed no-op's). Thanks, Yichao Yu

Re: Review Request 113985: Remove no-ops in KCategorizedView

2013-11-26 Thread Yichao Yu
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113985/#review44451 --- On Nov. 21, 2013, 8:34 p.m., Yichao Yu wrote: --- This is an automatically

Re: Review Request 113969: Do not assume every items have the same height

2013-11-20 Thread Yichao Yu
conditions: 1. single row in each category. 2. multiple rows in each category. 3. scrollbar not at the top. Thanks, Yichao Yu

Review Request 113969: Do not assume every items have the same height

2013-11-20 Thread Yichao Yu
. multiple rows in each category. 3. scrollbar not at the top. Thanks, Yichao Yu

Review Request 113985: Remove no-ops in KCategorizedView

2013-11-20 Thread Yichao Yu
, proving they are indeed no-op's). Thanks, Yichao Yu

Re: Review Request 113969: Do not assume every items have the same height

2013-11-20 Thread Yichao Yu
conditions: 1. single row in each category. 2. multiple rows in each category. 3. scrollbar not at the top. Thanks, Yichao Yu

Re: Review Request 113969: Do not assume every items have the same height

2013-11-20 Thread Yichao Yu
conditions: 1. single row in each category. 2. multiple rows in each category. 3. scrollbar not at the top. Thanks, Yichao Yu

Re: Review Request 113969: Do not assume every items have the same height

2013-11-20 Thread Yichao Yu
, 2013, 4:47 p.m., Yichao Yu wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113969/ --- (Updated Nov. 20, 2013, 4:47 p.m

Re: Review Request 109133: Allow async KAuth Action with helper (and disallow async without helper)

2013-02-26 Thread Yichao Yu
::ActionReply)), lambda reply: callback(reply.succeeded())) action.setExecutesAsync(True) reply = action.execute() if reply.failed(): return False return True Thanks, Yichao Yu

Review Request 109133: Allow async KAuth Action with helper (and disallow async without helper)

2013-02-25 Thread Yichao Yu
())) action.setExecutesAsync(True) reply = action.execute() if reply.failed(): return False return True Thanks, Yichao Yu

Re: Review Request 108308: use _NET_WM_STATE_HIDDEN to check if the window is minimized instead of WM_STATE == ICONIC when possible.

2013-01-16 Thread Yichao Yu
Weng. Thanks, Yichao Yu

Re: Review Request: fix 234407 - set minimum width for system settings icon view

2013-01-11 Thread Yichao Yu
Lübking, Chao Feng, and Yichao Yu. Description --- Set minimum width for system settings icon view item depending on font. Since KFileItemDelegate doesn't provides setMinimumSize, we make a sub-class that can have a minimumSize. (Maybe should be add to kdelibs in the future

Review Request: Show larger icon in pager when the window rect is big enough

2013-01-11 Thread Yichao Yu
/desktop/applets/pager/pager.cpp 70d1b55 Diff: http://git.reviewboard.kde.org/r/108340/diff/ Testing --- Compiled and see screen shots. Screenshots --- Before http://git.reviewboard.kde.org/r/108340/s/1024/ After http://git.reviewboard.kde.org/r/108340/s/1025/ Thanks, Yichao Yu

Re: Review Request: use _NET_WM_STATE_HIDDEN to check if the window is minimized instead of WM_STATE == ICONIC when possible.

2013-01-10 Thread Yichao Yu
, pager and icontasks shows minimized windows correctly. Thanks, Yichao Yu

Re: Review Request: use _NET_WM_STATE_HIDDEN to check if the window is minimized instead of WM_STATE == ICONIC when possible.

2013-01-10 Thread Yichao Yu
minimized windows correctly. Thanks, Yichao Yu

Re: Review Request: use _NET_WM_STATE_HIDDEN to check if the window is minimized instead of WM_STATE == ICONIC when possible.

2013-01-10 Thread Yichao Yu
Weng. Thanks, Yichao Yu

Re: Review Request: Fix bug 234407 - systemsettings iconview wordwrapping cause narrow icon in zhcn locale

2013-01-09 Thread Yichao Yu
On Jan. 9, 2013, 10:09 a.m., Ben Cooksley wrote: systemsettings/icons/IconMode.cpp, line 183 http://git.reviewboard.kde.org/r/108285/diff/1/?file=106110#file106110line183 Not sure I like the idea of a hardcoded list of languages... is there a better way of determining if a

Re: Review Request: Fix bug 234407 - systemsettings iconview wordwrapping cause narrow icon in zhcn locale

2013-01-09 Thread Yichao Yu
if a language is CJK? Christoph Feck wrote: CJK is actually naming the languages which use CJK, so the list is hardcoded by definition. Yichao Yu wrote: I guess the question is not which languages are CJK but which languages have this problem. Plus, there may be english text even when

Review Request: use _NET_WM_STATE_HIDDEN to check if the window is minimized instead of WM_STATE == ICONIC when possible.

2013-01-09 Thread Yichao Yu
/windowmanagement/kwindowinfo_x11.cpp d983c9a Diff: http://git.reviewboard.kde.org/r/108308/diff/ Testing --- Compiled, pager and icontasks shows minimized windows correctly. Thanks, Yichao Yu

Re: Review Request: use _NET_WM_STATE_HIDDEN to check if the window is minimized instead of WM_STATE == ICONIC when possible.

2013-01-09 Thread Yichao Yu
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108308/#review25103 --- On Jan. 9, 2013, 9:06 p.m., Yichao Yu wrote

Re: Review Request: Correctly trigger executed signal of KListWidget for both single click and double click.

2012-12-23 Thread Yichao Yu
13497bf Diff: http://git.reviewboard.kde.org/r/107829/diff/ Testing --- Compiled kdelibs as well as program that has problem (kontact) and the signal is triggered correctly. Thanks, Yichao Yu

Re: Review Request: Correctly trigger executed signal of KListWidget for both single click and double click.

2012-12-23 Thread Yichao Yu
Diff: http://git.reviewboard.kde.org/r/107829/diff/ Testing --- Compiled kdelibs as well as program that has problem (kontact) and the signal is triggered correctly. Thanks, Yichao Yu

Review Request: Correctly trigger executed signal of KListWidget for both single click and double click.

2012-12-21 Thread Yichao Yu
is triggered correctly. Thanks, Yichao Yu

Re: Review Request: Correctly trigger executed signal of KListWidget for both single click and double click.

2012-12-21 Thread Yichao Yu
--- Compiled kdelibs as well as program that has problem (kontact) and the signal is triggered correctly. Thanks, Yichao Yu