Miroslav Fidler's activity

From 09/05/2020 to 10/04/2020

10/01/2020

10:54 AM U++ Bug #2077 (Ready for QA): String0::IsEqual causing warnings with newer GCC
I took me two days to figure all warnings out, but it should now compile with -Wall (except that && parenthesis issue... Miroslav Fidler
09:57 AM U++ Feature #2079 (Approved): Optimize Vector::RemoveIf
It should not do moves until the first match... Miroslav Fidler

09/30/2020

02:21 PM U++ Bug #2077: String0::IsEqual causing warnings with newer GCC
Ah, ok, it is in release only...
Miroslav Fidler
02:17 PM U++ Bug #2077 (In Progress): String0::IsEqual causing warnings with newer GCC
Miroslav Fidler
02:17 PM U++ Bug #2077: String0::IsEqual causing warnings with newer GCC
OK, I have installed manjaro.
gcc --version
10.2.0
With -Wall it gave warning in IsEqual0 about comparing si...
Miroslav Fidler

09/29/2020

12:59 PM U++ Feature #2078 (Approved): FileSelButton should display "Select path.." tip
Miroslav Fidler
12:51 PM U++ Feature #2078: FileSelButton should display "Select path.." tip
OK, applied. Thanks for the cleanup too :) Miroslav Fidler
11:36 AM U++ Task #2076: Native tooltips colors for GTK3
On how many distros and themes have you tested?
I remember trying this, problem is that while often you seem to ha...
Miroslav Fidler
10:45 AM U++ Bug #2077: String0::IsEqual causing warnings with newer GCC
Unfortunately, the performance impact is still ugly. With memcmp, compiler can optimize constant comparison (like s =... Miroslav Fidler

09/27/2020

07:57 PM U++ Feature #2078: FileSelButton should display "Select path.." tip
IMO not a good idea. Better to add tip on per usage base in client code ("Open new source file..") Miroslav Fidler

09/26/2020

02:12 PM U++ Bug #2077: String0::IsEqual causing warnings with newer GCC
Without == 0!!!!
memeq returns true if equal...
Miroslav Fidler
08:51 AM U++ Bug #2077: String0::IsEqual causing warnings with newer GCC
For record, no warnings with gcc 7.5.0 Miroslav Fidler
08:49 AM U++ Bug #2077 (Ready for QA): String0::IsEqual causing warnings with newer GCC
Posting GCC version would be really helpful.
Anyway, while perhaps negligible, the performance impact would be the...
Miroslav Fidler

09/24/2020

10:02 AM U++ Feature #2072 (Ready for QA): Making "Select Main Package" more accessible for begginers
Now the only problem is that the document really sucks... even contains some factually incorrect info. Miroslav Fidler
10:02 AM U++ Feature #2072 (Ready for QA): Making "Select Main Package" more accessible for begginers
Now the only problem is that the document really sucks... even contains some factually incorrect info. Miroslav Fidler

09/23/2020

12:21 PM U++ Feature #2073 (Approved): SSLProxyGET from classic
Miroslav Fidler
12:21 PM U++ Feature #2072 (New): Making "Select Main Package" more accessible for begginers
Well, you got me confused with Ready for CR... :) Miroslav Fidler
11:40 AM U++ Feature #2072: Making "Select Main Package" more accessible for begginers
I do not see any related commit... If this is just suggestion, I like it and can implement myself... Miroslav Fidler
11:38 AM U++ Bug #2067 (Ready for QA): C4927 warnings in Core with latest MSVC
Thank you. I have decided to go with it, so please check that trunk now works... (if it does, close the task).
Miroslav Fidler
10:11 AM U++ Bug #2070 (Approved): Add missing widgets to .usc
Miroslav Fidler

09/21/2020

03:46 PM U++ Task #2074: macOS toolbar should support application name approch
This is hard call: One thing is MacOS integration, other thing is that we are happy to have TheIDE almost identical o... Miroslav Fidler

09/18/2020

11:42 AM U++ Feature #2073 (Approved): SSLProxyGET from classic
Miroslav Fidler

09/17/2020

05:02 PM U++ Feature #2071 (New): Connect help with layout designer
https://www.ultimatepp.org/forums/index.php?t=msg&goto=54809&#msg_54809 Miroslav Fidler
05:01 PM U++ Bug #2070 (Approved): Add missing widgets to .usc
https://www.ultimatepp.org/forums/index.php?t=msg&goto=54809&#msg_54809 Miroslav Fidler
09:43 AM U++ Bug #2067 (In Progress): C4927 warnings in Core with latest MSVC
Well, that is not very helpful. I hoped that you fix it with String(r) solution and send me the diff or whatever so t... Miroslav Fidler
09:43 AM U++ Bug #2067 (In Progress): C4927 warnings in Core with latest MSVC
Well, that is not very helpful. I hoped that you fix it with String(r) solution and send me the diff or whatever so t... Miroslav Fidler

09/16/2020

04:11 PM U++ Bug #2067: C4927 warnings in Core with latest MSVC
Have you managed to fix this? Miroslav Fidler
03:53 PM U++ Feature #2065 (Approved): Visual Studio 2019 Professional is not detected
Miroslav Fidler
03:52 PM U++ Task #2066 (Ready for QA): Docking package produce warning
Miroslav Fidler
02:54 PM U++ Bug #2069 (Ready for QA): Some warnings in U++ sources
note: list of compiler/main package pairs would be better than screenshots... Miroslav Fidler
02:54 PM U++ Bug #2069 (Ready for QA): Some warnings in U++ sources
note: list of compiler/main package pairs would be better than screenshots... Miroslav Fidler

09/13/2020

03:31 PM U++ Bug #2067: C4927 warnings in Core with latest MSVC
Yeah, that is because MSVC is broken. Lucky that we have clang...
Mirek
Miroslav Fidler
08:14 AM U++ Feature #2065: Visual Studio 2019 Professional is not detected
I do not have it installed and I do not plan to buy it just to add detection. If you have it, can you fix the code pl... Miroslav Fidler

09/12/2020

11:42 AM U++ Bug #2062 (Ready for QA): DropList item can not be selected on macOS when it is too big
Fixed.
Miroslav Fidler
11:42 AM U++ Bug #2062 (Ready for QA): DropList item can not be selected on macOS when it is too big
Fixed.
Miroslav Fidler
11:22 AM U++ Bug #2064: Clang on Windows crash on memory leak detection
Thats intentional. We always crash on panic.
Mirek
Miroslav Fidler

09/11/2020

08:19 AM U++ Bug #2063 (Ready for QA): GTestUIExample compilation error on mac due to lack of image comparisio...
Hopefully fixed. Miroslav Fidler
08:19 AM U++ Bug #2063 (Ready for QA): GTestUIExample compilation error on mac due to lack of image comparisio...
Hopefully fixed. Miroslav Fidler

09/10/2020

03:53 PM U++ Feature #2061 (New): Warnings option in error pane
https://www.ultimatepp.org/forums/index.php?t=msg&goto=54774&#msg_54774 Miroslav Fidler
 

Also available in: Atom