Activity
From 09/04/2020 to 10/03/2020
10/03/2020
- 11:03 AM Feature #2080 (Approved): Add support for physical forward/backword mouse buttons
 - Some time ago I bought following mouse https://www.logitech.com/pl-pl/product/corded-mouse-m500s would be good if upp...
 
10/01/2020
- 11:33 PM Bug #2077 (Approved): String0::IsEqual causing warnings with newer GCC
 - No warnings anymore - good job :)
 - 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...
 - 09:57 AM Feature #2079 (Approved): Optimize Vector::RemoveIf
 - It should not do moves until the first match...
 
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...
 - 05:52 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
 - Yes, I compile TheIDE in release mode. GCC already updated :)
 - 02:21 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
 - Ah, ok, it is in release only...
 - 02:17 PM Bug #2077 (In Progress): String0::IsEqual causing warnings with newer GCC
 - 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... 
09/29/2020
- 12:59 PM Feature #2078 (Approved): FileSelButton should display "Select path.." tip
 - 12:51 PM Feature #2078: FileSelButton should display "Select path.." tip
 - OK, applied. Thanks for the cleanup too :)
 - 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... - 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.
 - 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 =...
 
09/28/2020
- 08:51 PM Feature #2078 (Patch ready): FileSelButton should display "Select path.." tip
 - Patch ready...
 - 08:51 PM Feature #2078 (Patch ready): FileSelButton should display "Select path.." tip
 - Patch ready...
 
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....
 - 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....
 - 08:01 PM Feature #2078 (Rejected): FileSelButton should display "Select path.." tip
 - 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..")
 - 12:54 PM Feature #2078: FileSelButton should display "Select path.." tip
 - This require more work - probably adding virtual method Tip() would solve the issue.
 - 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/...
 
09/26/2020
- 04:03 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
 - Works fine without comparison and doesn't produce warning.
 - 02:12 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
 - Without == 0!!!!
memeq returns true if equal... - 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 ...
 - 09:43 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
 - No warning with following line:...
 - 09:34 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
 - This is gcc 10.2
 - 08:51 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
 - For record, no warnings with gcc 7.5.0
 - 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... 
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:...
 - 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...
 
09/24/2020
- 12:29 AM Bug #2067 (Approved): C4927 warnings in Core with latest MSVC
 - 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:...
 - 09:29 PM Feature #2072 (Approved): Making "Select Main Package" more accessible for begginers
 - 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.
 - 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.
 
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...
 - 09:06 PM Bug #2067 (In Progress): C4927 warnings in Core with latest MSVC
 - Two warnings in Skylark package would be good to fix...
 - 09:06 PM Bug #2067 (In Progress): C4927 warnings in Core with latest MSVC
 - Two warnings in Skylark package would be good to fix...
 - 07:54 PM Bug #2067 (Approved): C4927 warnings in Core with latest MSVC
 - 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).
 - 08:53 PM Task #2075 (New): reference/Oracle warnings MSVC
 - Here is the warning list while compiling reference/Oracle with MSVC:...
 - 12:21 PM Feature #2073 (Approved): SSLProxyGET from classic
 - 12:21 PM Feature #2072 (New): Making "Select Main Package" more accessible for begginers
 - Well, you got me confused with Ready for CR... :)
 - 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 :)
 - 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...
 - 10:11 AM Bug #2070 (Approved): Add missing widgets to .usc
 
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...
 - 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...
 - 12:38 PM Bug #2062 (Approved): DropList item can not be selected on macOS when it is too big
 
09/18/2020
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...
 - 08:54 PM Task #2066 (Approved): Docking package produce warning
 - 08:53 PM Bug #2067: C4927 warnings in Core with latest MSVC
 - I will try to generate patch in the weekend.
 - 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...
 - 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...
 - 05:02 PM Feature #2071 (New): Connect help with layout designer
 - https://www.ultimatepp.org/forums/index.php?t=msg&goto=54809&#msg_54809
 - 05:01 PM Bug #2070 (Approved): Add missing widgets to .usc
 - https://www.ultimatepp.org/forums/index.php?t=msg&goto=54809&#msg_54809
 
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...
 - 04:11 PM Bug #2067: C4927 warnings in Core with latest MSVC
 - Have you managed to fix this?
 - 03:53 PM Feature #2065 (Approved): Visual Studio 2019 Professional is not detected
 - 03:52 PM Task #2066 (Ready for QA): Docking package produce warning
 - 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...
 - 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...
 
09/15/2020
- 09:09 AM Bug #2069 (Approved): Some warnings in U++ sources
 - Simple warnings. Please review screenshots enclosed.
 
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 - 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...
 - 02:46 PM Bug #2064 (Rejected): Clang on Windows crash on memory leak detection
 - 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...
 - 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...
 - 01:00 PM Feature #2065 (Ready for CR): Visual Studio 2019 Professional is not detected
 - Done - please make code review.
 - 01:00 PM Feature #2065 (Ready for CR): Visual Studio 2019 Professional is not detected
 - Done - please make code review.
 - 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...
 
09/12/2020
- 11:15 PM Task #2066 (Approved): Docking package produce warning
 - Fix following warning in docking package:...
 - 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:...
 - 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 ...
 - 11:22 AM Bug #2064: Clang on Windows crash on memory leak detection
 - Thats intentional. We always crash on panic.
Mirek - 07:52 PM Feature #2065: Visual Studio 2019 Professional is not detected
 - For professional instead of "community" we should look for "professional" keyword.
 - 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 ...
 - 11:42 AM Bug #2062 (Ready for QA): DropList item can not be selected on macOS when it is too big
 - Fixed.
 - 11:42 AM Bug #2062 (Ready for QA): DropList item can not be selected on macOS when it is too big
 - Fixed.
 
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...
 - 08:52 PM Bug #2063 (Approved): GTestUIExample compilation error on mac due to lack of image comparision on...
 - Thanks! It works.
 - 08:19 AM Bug #2063 (Ready for QA): GTestUIExample compilation error on mac due to lack of image comparisio...
 - Hopefully fixed.
 - 08:19 AM Bug #2063 (Ready for QA): GTestUIExample compilation error on mac due to lack of image comparisio...
 - Hopefully fixed.
 
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:...
 - 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...
 - 03:53 PM Feature #2061 (New): Warnings option in error pane
 - https://www.ultimatepp.org/forums/index.php?t=msg&goto=54774&#msg_54774
 
09/04/2020
- 01:46 PM Bug #2060 (New): Multimonitor issue windows10
 - 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).
 - 09:39 AM Bug #2059 (Approved): Check uppweb compilation
 
Also available in: Atom