Activity
From 09/22/2020 to 10/21/2020
10/21/2020
- 11:35 PM Bug #667 (Approved): TrayIcon in GTK does not work
- Seems that everything is fine with GTK backend. X11 sorry...
10/20/2020
- 06:41 PM Bug #2089 (Approved): ide: Got sGlock deadlock internal error (one in 10 months...)
- 06:40 PM Bug #2088 (Approved): In Package organizer, comment language content seems doubled.
- 01:14 PM Bug #2086 (Approved): Missing plugin/ docs in www
- 09:34 AM Bug #2086 (Approved): Missing plugin/ docs in www
- 01:14 PM Bug #2087 (Approved): Blury images in www
- 09:34 AM Bug #2087 (Approved): Blury images in www
10/19/2020
10/16/2020
- 06:11 PM Bug #2084 (New): MacOS issue with menubat (activated while function in progress)
- 10:05 AM Feature #2083 (Approved): Layout files namespaces
- This is ugly:
namespace Upp {
#define LAYOUTFILE <Rajce/Rajce.lay>
#include <CtrlCore/lay.h>
} // namespace Upp...
10/11/2020
10/08/2020
- 12:40 PM Bug #2077 (Approved): String0::IsEqual causing warnings with newer GCC
- This is not obvious warning and probably bug in gcc. We could close it for now.
- 12:40 PM Bug #2077 (Approved): String0::IsEqual causing warnings with newer GCC
- This is not obvious warning and probably bug in gcc. We could close it for now.
10/06/2020
10/05/2020
- 01:15 PM Feature #2081 (Approved): Optimize String::Compary
- Is is possible to reduce that to one &, 4 bswaps and 3 comparisons?
10/04/2020
- 07:34 PM Bug #2077 (New): String0::IsEqual causing warnings with newer GCC
- Seems like the problem returned (tutorial/Skylark10 package), however in different place:...
- 07:34 PM Bug #2077 (New): String0::IsEqual causing warnings with newer GCC
- Seems like the problem returned (tutorial/Skylark10 package), however in different place:...
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
Also available in: Atom