Activity

From 09/02/2020 to 10/01/2020

10/01/2020

11:33 PM Bug #2077 (Approved): String0::IsEqual causing warnings with newer GCC
No warnings anymore - good job :) Zbigniew Rebacz
10:54 AM 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 Feature #2079 (Approved): Optimize Vector::RemoveIf
It should not do moves until the first match... Miroslav Fidler

09/30/2020

06:59 PM Task #2076: Native tooltips colors for GTK3
I remembered these kind of problems for the GTK2, but when I use the fix it works fine for all KDE GTK themes. Probab... Zbigniew Rebacz
05:52 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
Yes, I compile TheIDE in release mode. GCC already updated :) Zbigniew Rebacz
02:21 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
Ah, ok, it is in release only...
Miroslav Fidler
02:17 PM Bug #2077 (In Progress): String0::IsEqual causing warnings with newer GCC
Miroslav Fidler
02:17 PM 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 Feature #2078 (Approved): FileSelButton should display "Select path.." tip
Miroslav Fidler
12:51 PM Feature #2078: FileSelButton should display "Select path.." tip
OK, applied. Thanks for the cleanup too :) Miroslav Fidler
11:36 AM 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
11:31 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
I use Manjaro KDE edition. This is rolling distro, so you all the time should have decent compilers. Zbigniew Rebacz
10:45 AM 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/28/2020

08:51 PM Feature #2078 (Patch ready): FileSelButton should display "Select path.." tip
Patch ready... Zbigniew Rebacz
08:51 PM Feature #2078 (Patch ready): FileSelButton should display "Select path.." tip
Patch ready... Zbigniew Rebacz

09/27/2020

08:45 PM Feature #2078 (New): FileSelButton should display "Select path.." tip
Anyway the Tip method doesn't work for FileSelButton. You need to set it for FrameRight<Button> button; not for Ctrl.... Zbigniew Rebacz
08:45 PM Feature #2078 (New): FileSelButton should display "Select path.." tip
Anyway the Tip method doesn't work for FileSelButton. You need to set it for FrameRight<Button> button; not for Ctrl.... Zbigniew Rebacz
08:01 PM Feature #2078 (Rejected): FileSelButton should display "Select path.." tip
Zbigniew Rebacz
07:57 PM 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
12:54 PM Feature #2078: FileSelButton should display "Select path.." tip
This require more work - probably adding virtual method Tip() would solve the issue. Zbigniew Rebacz
03:55 AM Feature #2078 (Approved): FileSelButton should display "Select path.." tip
It seems that FileSelButton is missing one big feather - tooltip. I highly suggest to change following line (CtrlLib/... Zbigniew Rebacz

09/26/2020

04:03 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
Works fine without comparison and doesn't produce warning. Zbigniew Rebacz
02:12 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
Without == 0!!!!
memeq returns true if equal...
Miroslav Fidler
10:27 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
With memeq8 strange things happen inside TheIDE - files are not loaded correctly, so it is definitely no function we ... Zbigniew Rebacz
09:43 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
No warning with following line:... Zbigniew Rebacz
09:34 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
This is gcc 10.2 Zbigniew Rebacz
08:51 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
For record, no warnings with gcc 7.5.0 Miroslav Fidler
08:49 AM 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/25/2020

11:03 PM Bug #2077 (Approved): String0::IsEqual causing warnings with newer GCC
Here is the warnings generated by gcc on Linux:... Zbigniew Rebacz
08:27 PM Task #2074: macOS toolbar should support application name approch
The main problem with the current approch for macOS is that the active application is identify by it's toolbar. Pleas... Zbigniew Rebacz

09/24/2020

12:29 AM Bug #2067 (Approved): C4927 warnings in Core with latest MSVC
Zbigniew Rebacz
09:33 PM Task #2076 (Approved): Native tooltips colors for GTK3
It's seems that we can obtain appropriate tool-tip colors for GTK3 apps:... Zbigniew Rebacz
09:29 PM Feature #2072 (Approved): Making "Select Main Package" more accessible for begginers
Zbigniew Rebacz
10:02 AM 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 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

09:06 PM Bug #2067 (In Progress): C4927 warnings in Core with latest MSVC
Two warnings in Skylark package would be good to fix... Zbigniew Rebacz
09:06 PM Bug #2067 (In Progress): C4927 warnings in Core with latest MSVC
Two warnings in Skylark package would be good to fix... Zbigniew Rebacz
09:06 PM Bug #2067 (In Progress): C4927 warnings in Core with latest MSVC
Two warnings in Skylark package would be good to fix... Zbigniew Rebacz
07:54 PM Bug #2067 (Approved): C4927 warnings in Core with latest MSVC
Zbigniew Rebacz
11:38 AM 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
08:53 PM Task #2075 (New): reference/Oracle warnings MSVC
Here is the warning list while compiling reference/Oracle with MSVC:... Zbigniew Rebacz
12:21 PM Feature #2073 (Approved): SSLProxyGET from classic
Miroslav Fidler
12:21 PM Feature #2072 (New): Making "Select Main Package" more accessible for begginers
Well, you got me confused with Ready for CR... :) Miroslav Fidler
11:44 AM Feature #2072: Making "Select Main Package" more accessible for begginers
Yes, this is a suggestion only, so the screenshot should be treated as ui mock up not implementation :) Zbigniew Rebacz
11:40 AM 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
10:11 AM Bug #2070 (Approved): Add missing widgets to .usc
Miroslav Fidler

09/21/2020

03:46 PM 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
12:43 PM Task #2074 (New): macOS toolbar should support application name approch
On the mac in global menu bar application name is displayed like "Chrome", "Finder". Only U++ application doesn't sup... Zbigniew Rebacz
12:38 PM Bug #2062 (Approved): DropList item can not be selected on macOS when it is too big
Zbigniew Rebacz

09/18/2020

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

09/17/2020

12:57 AM Feature #2072 (Approved): Making "Select Main Package" more accessible for begginers
I just created a little change to our first view "Select Main Package". I added "?" symbol. It opens "https://www.ult... Zbigniew Rebacz
08:54 PM Task #2066 (Approved): Docking package produce warning
Zbigniew Rebacz
08:53 PM Bug #2067: C4927 warnings in Core with latest MSVC
I will try to generate patch in the weekend. Zbigniew Rebacz
09:43 AM 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 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
05:02 PM 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 Bug #2070 (Approved): Add missing widgets to .usc
https://www.ultimatepp.org/forums/index.php?t=msg&goto=54809&#msg_54809 Miroslav Fidler

09/16/2020

11:06 PM Bug #2067: C4927 warnings in Core with latest MSVC
As we discuss we will keep it like it is and our recommendation is to do not use latest MSVC versions. If it will not... Zbigniew Rebacz
04:11 PM Bug #2067: C4927 warnings in Core with latest MSVC
Have you managed to fix this? Miroslav Fidler
03:53 PM Feature #2065 (Approved): Visual Studio 2019 Professional is not detected
Miroslav Fidler
03:52 PM Task #2066 (Ready for QA): Docking package produce warning
Miroslav Fidler
02:54 PM 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 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/15/2020

09:09 AM Bug #2069 (Approved): Some warnings in U++ sources
Simple warnings. Please review screenshots enclosed. Iñaki Zabala

09/13/2020

03:31 PM Bug #2067: C4927 warnings in Core with latest MSVC
Yeah, that is because MSVC is broken. Lucky that we have clang...
Mirek
Miroslav Fidler
01:05 PM Bug #2067 (Approved): C4927 warnings in Core with latest MSVC
It seems that compiling Core with latest MSVC produces a lot of warnings that have C4927. Screenshot with warnings at... Zbigniew Rebacz
02:46 PM Bug #2064 (Rejected): Clang on Windows crash on memory leak detection
Zbigniew Rebacz
02:46 PM Bug #2064: Clang on Windows crash on memory leak detection
Seems that race condition in critical sections. It is no longer reproduce when memory ignore blocks are present in gt... Zbigniew Rebacz
01:44 PM Feature #2068 (New): Core/Heap.h should be includable
I have the situation when I would like to use IgnoreMemoryLeaksBlock in the 3P library, however I can not inclued sim... Zbigniew Rebacz
01:00 PM Feature #2065 (Ready for CR): Visual Studio 2019 Professional is not detected
Done - please make code review. Zbigniew Rebacz
01:00 PM Feature #2065 (Ready for CR): Visual Studio 2019 Professional is not detected
Done - please make code review. Zbigniew Rebacz
08:14 AM 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:15 PM Task #2066 (Approved): Docking package produce warning
Fix following warning in docking package:... Zbigniew Rebacz
08:27 PM Bug #2064: Clang on Windows crash on memory leak detection
On Linux with clang when I cause leak in the code I have some like that:... Zbigniew Rebacz
05:15 PM Bug #2064: Clang on Windows crash on memory leak detection
The crash is in memory leak checking code and exactly in printing "VppLog() << "\n\nHeap leaks detected:\n";" to the ... Zbigniew Rebacz
11:22 AM Bug #2064: Clang on Windows crash on memory leak detection
Thats intentional. We always crash on panic.
Mirek
Miroslav Fidler
07:52 PM Feature #2065: Visual Studio 2019 Professional is not detected
For professional instead of "community" we should look for "professional" keyword. Zbigniew Rebacz
05:55 PM Feature #2065 (Approved): Visual Studio 2019 Professional is not detected
It seems that we are only looking for community edition and other editions are ignored. Would be nice if we look for ... Zbigniew Rebacz
11:42 AM Bug #2062 (Ready for QA): DropList item can not be selected on macOS when it is too big
Fixed.
Miroslav Fidler
11:42 AM Bug #2062 (Ready for QA): DropList item can not be selected on macOS when it is too big
Fixed.
Miroslav Fidler

09/11/2020

12:06 AM Bug #2064 (Rejected): Clang on Windows crash on memory leak detection
I found strange issue during testing GTestUIExample from bazzar. The app crashes at logging memory dump - this is str... Zbigniew Rebacz
08:52 PM Bug #2063 (Approved): GTestUIExample compilation error on mac due to lack of image comparision on...
Thanks! It works. Zbigniew Rebacz
08:19 AM Bug #2063 (Ready for QA): GTestUIExample compilation error on mac due to lack of image comparisio...
Hopefully fixed. Miroslav Fidler
08:19 AM Bug #2063 (Ready for QA): GTestUIExample compilation error on mac due to lack of image comparisio...
Hopefully fixed. Miroslav Fidler

09/10/2020

07:02 PM Bug #2063 (Approved): GTestUIExample compilation error on mac due to lack of image comparision on...
It seems that mac draw is lack of some featuer to compare draws:... Zbigniew Rebacz
06:31 PM Bug #2062 (Approved): DropList item can not be selected on macOS when it is too big
I found strange issue. When I wanted to port GTestUIExample on macOS I came into problem that DropList element can no... Zbigniew Rebacz
03:53 PM Feature #2061 (New): Warnings option in error pane
https://www.ultimatepp.org/forums/index.php?t=msg&goto=54774&#msg_54774 Miroslav Fidler

09/04/2020

01:46 PM Bug #2060 (New): Multimonitor issue windows10
Miroslav Fidler
10:24 AM Bug #2058: Wine problem with changing the gui font size
The problem is probably caused by clang incompatibility with wine (missing setjmp). Miroslav Fidler
09:39 AM Bug #2059 (Approved): Check uppweb compilation
Miroslav Fidler

09/02/2020

01:02 PM Bug #2059 (Approved): Check uppweb compilation
Miroslav Fidler
12:48 PM Bug #2058 (New): Wine problem with changing the gui font size
Probably crashes when doubling images. Miroslav Fidler
 

Also available in: Atom