Activity
From 02/12/2014 to 03/13/2014
03/12/2014
- 08:40 PM Bug #717: GLDraw - GLEW linking problem on Windows (Speed, Optimal compilation mode)
- The problem is with static linking. It seems that glew by default is using dynamic linking. Possible solution:
Def... - 08:23 PM Bug #717 (Approved): GLDraw - GLEW linking problem on Windows (Speed, Optimal compilation mode)
- I have got following errors while compiling GLDraw in speed mode. Debug mode works fine....
- 08:33 PM Feature #718 (Approved): Add Tie
- template <class A, class B>
struct Tie2
{
A& a;
B& b;
void operator=(const Tuple2<A, B>& s) { a = s.a; b =... - 07:04 PM Bug #716 (Approved): Core: Socket::Connect should perhaps Wait for connection to be established, ...
- 08:15 AM Feature #715 (Approved): Core: Containers, Value comparisons
03/11/2014
- 08:51 AM Feature #714 (New): Investigate SqlSession overloading rules
- static PostgreSQLSession session;
int rs = session % Select(SqlSum(VIEW)).From(STATS).Where(SALE_ID == sale_id &&
03/10/2014
- 03:58 PM Feature #648 (Approved): Tutorial: Sorted Maps, Tuple...
- 01:17 PM Bug #661 (Approved): Fix 'all shared' build on Posix
- 01:17 PM Bug #712 (Patch ready): Bugs in TabBar and TabBarCtrl
- 01:17 PM Bug #710 (Approved): ScrollWheel should scroll ScrollBar
- 01:16 PM Feature #643 (Approved): Xmlize default value
- 01:16 PM Bug #620 (Approved): Undefined variables in GtkKeys
- 01:16 PM Bug #617 (Approved): LRUCache::GetFoundSize always returns zero
- 01:16 PM Bug #615 (Approved): GDB_MI2 high cpu usage (One core is fully loaded)
- 07:24 AM Feature #713 (Approved): ide: Comment/Uncomment
- http://www.ultimatepp.org/forum/index.php?t=msg&th=8440&start=0&
03/09/2014
- 10:26 PM Bug #712: Bugs in TabBar and TabBarCtrl
- I think it would be nice if we will also smooth "CHK" icon. I enclose patched TabBar.iml file.
- 03:08 AM Feature #691 (Patch ready): Small ide layouts update - standardized "OK" & "Cancel" button position
- I decided to revert "Code formatting" layout changes (Current design is definitely bad).
Moreover I repaired "Upp... - 03:08 AM Feature #691 (Patch ready): Small ide layouts update - standardized "OK" & "Cancel" button position
- I decided to revert "Code formatting" layout changes (Current design is definitely bad).
Moreover I repaired "Upp...
03/08/2014
- 08:34 PM Bug #706 (Approved): Provide reference example for SSL server
- 04:26 PM Bug #712: Bugs in TabBar and TabBarCtrl
- More fixes done. I hope it's finished.... In my app now there are no more bugs related to TabBar.
- 04:26 PM Bug #712: Bugs in TabBar and TabBarCtrl
- More fixes done. I hope it's finished.... In my app now there are no more bugs related to TabBar.
- 03:20 PM Bug #712: Bugs in TabBar and TabBarCtrl
- Please wait to upload... it still has some bugs which I'm investgating.
03/07/2014
- 11:21 PM Bug #708: DnD inside CodeEditor dosen't work (GTK backend)
- For me "Drag & Drop" works fine in other controls like StringEdit, IntEdit etc. But D&D inside CodeEditor dosen't wor...
- 03:12 PM Bug #712 (Ready for QA): Bugs in TabBar and TabBarCtrl
- Should be fixed now....I've attached here the whole package with fixes.
- 03:12 PM Bug #712 (Ready for QA): Bugs in TabBar and TabBarCtrl
- Should be fixed now....I've attached here the whole package with fixes.
- 03:12 PM Bug #712 (Ready for QA): Bugs in TabBar and TabBarCtrl
- Should be fixed now....I've attached here the whole package with fixes.
- 03:12 PM Bug #712 (Ready for QA): Bugs in TabBar and TabBarCtrl
- Should be fixed now....I've attached here the whole package with fixes.
- 11:26 AM Bug #712 (Approved): Bugs in TabBar and TabBarCtrl
- Using TabBar and associated TabBarCtrl I found following bugs :
- In TabBarCtrl the control is NOT removed on tab ...
03/05/2014
- 08:57 PM Feature #711 (Approved): Add GetLayoutId reference example
- 02:54 PM Feature #711 (Approved): Add GetLayoutId reference example
- 08:44 PM Bug #710 (Ready for QA): ScrollWheel should scroll ScrollBar
- 02:40 PM Bug #710 (Approved): ScrollWheel should scroll ScrollBar
- 08:53 AM Bug #628: TheIDE does not reload Assist when changing Build method
- It compiles well in MinGW and MinGW64.
03/03/2014
- 07:33 PM Bug #709 (Approved): ide: Legacty gdb debugger does not work anymore
- Fix or remove...
- 07:14 PM Bug #708: DnD inside CodeEditor dosen't work (GTK backend)
- That is new, it still works for me....
- 04:20 PM Bug #708 (Approved): DnD inside CodeEditor dosen't work (GTK backend)
- .
- 05:58 PM Bug #694 (Approved): Fatal error: invalid memory access (IDE - GTK Backend)
- 01:05 PM Feature #649 (Patch ready): GTK backend needs large icon implementation
- Implemented...
- 01:05 PM Feature #649 (Patch ready): GTK backend needs large icon implementation
- Implemented...
- 01:05 PM Feature #649 (Patch ready): GTK backend needs large icon implementation
- Implemented...
- 01:05 PM Feature #649 (Patch ready): GTK backend needs large icon implementation
- Implemented...
- 03:13 AM Bug #707 (Patch ready): GetWorkArea() should track mouse cursor position (GTK backend)
- It's OK!
- 03:13 AM Bug #707 (Patch ready): GetWorkArea() should track mouse cursor position (GTK backend)
- It's OK!
- 03:09 AM Bug #707 (In Progress): GetWorkArea() should track mouse cursor position (GTK backend)
- Seems to be a little bit buggy...
- 03:09 AM Bug #707 (In Progress): GetWorkArea() should track mouse cursor position (GTK backend)
- Seems to be a little bit buggy...
03/02/2014
- 11:38 PM Bug #707 (Rejected): GetWorkArea() should track mouse cursor position (GTK backend)
- It seems that multi monitor mode when GTK Backend is enabled doesn't work properly. The problem is that GetWorkArea()...
- 06:32 PM Bug #706 (Approved): Provide reference example for SSL server
- http://www.ultimatepp.org/forum/index.php?t=msg&th=8408&start=0&
- 11:03 AM Bug #705 (Approved): Move AString<B>::FindFirstOf into .cpp, optimize ReverseFind
- 08:34 AM Feature #698 (Rejected): Smtp could support Vector<String> for To, Bc, Bcc...
03/01/2014
- 11:55 PM Bug #704 (Approved): GLDrawDemo - Resizing dosen't work
- http://www.ultimatepp.org/forum/index.php?t=msg&goto=42251&#msg_42251
P.S.
I didn't assign this bug to someone, b... - 08:37 PM Bug #694: Fatal error: invalid memory access (IDE - GTK Backend)
- For me IDE now works stable on GTK backend, but personally, I think that we need to wait for community reaction.
- 11:25 AM Bug #694: Fatal error: invalid memory access (IDE - GTK Backend)
- Fixing commit 6966, 6970, analysis of bugs in the forum.
- 11:24 AM Bug #694 (Ready for CR): Fatal error: invalid memory access (IDE - GTK Backend)
- 11:24 AM Bug #694 (Ready for QA): Fatal error: invalid memory access (IDE - GTK Backend)
- Issue (1) hopefully fixed.
- 11:24 AM Bug #694 (Ready for QA): Fatal error: invalid memory access (IDE - GTK Backend)
- Issue (1) hopefully fixed.
- 05:49 PM Bug #703: Fix OpenGL/GTK
- Hello Mirek,
I would like to ask you, why we have got separate GLCtrl declaration for GTK backend?
- 11:08 AM Bug #703 (New): Fix OpenGL/GTK
- http://www.ultimatepp.org/forum/index.php?t=msg&th=8361&start=0&
- 11:01 AM Feature #691 (Approved): Small ide layouts update - standardized "OK" & "Cancel" button position
- 11:01 AM Feature #692 (Approved): SqlExp: Add SqlAbs
- 11:00 AM Bug #699 (Rejected): Check EnterMutext/LeaveMutex level (in GTK)
- 10:26 AM Bug #619 (Approved): GTK backend serialization should support multi monitor mode
02/28/2014
- 07:36 PM Bug #694: Fatal error: invalid memory access (IDE - GTK Backend)
- Issue (2) fixed.
- 05:11 PM Bug #694: Fatal error: invalid memory access (IDE - GTK Backend)
- I am starting things there are (at least :) two issues at play here:
1. TabBar error, which is the explanation of ... - 03:50 PM Bug #702 (Approved): QTF: height problem
- {{1~a0 CELL}}&[A+10H8;h(255.50.25)L1 xxxxx&]asdasd
is lower than
{{1~a0 CELL}}&[A+1H8;h(255.50.25)L1 xxxxx&]asdasd
02/27/2014
- 02:46 PM Bug #700: Problem with CLANG and PainterExamples
- I believe that the issue will be BLITZ....
- 12:32 PM Task #701 (New): Write guide on MT GUI programming
- 09:24 AM Bug #615 (Ready for QA): GDB_MI2 high cpu usage (One core is fully loaded)
- Gdb_MI2 was completely refactored, with data display in background (timed callback or MT).
Most lags/cpu usage shoul...
02/26/2014
- 09:05 PM Bug #700: Problem with CLANG and PainterExamples
- Interestingly, it works for me (on 32bit Archlinux) with the same clang version:...
- 11:09 AM Bug #700 (Approved): Problem with CLANG and PainterExamples
- Second, I tried to compile examples/PainterExamples. Everything else compiled well, but the main package (PainterExam...
02/25/2014
- 08:17 PM Bug #699 (Rejected): Check EnterMutext/LeaveMutex level (in GTK)
- 11:30 AM Feature #698 (Rejected): Smtp could support Vector<String> for To, Bc, Bcc...
02/24/2014
02/22/2014
- 11:21 PM Feature #691 (Patch ready): Small ide layouts update - standardized "OK" & "Cancel" button position
- 02:19 PM Task #289 (Approved): Document ScatterCtrl and ScatterDraw
02/21/2014
- 07:02 PM Bug #696 (Rejected): gtk: owned windows ignore Zoomable flag
- Seems to be WM feature...
- 11:28 AM Bug #696 (Rejected): gtk: owned windows ignore Zoomable flag
- 09:39 AM Feature #695 (Approved): ide: support error columns
02/20/2014
- 08:42 PM Feature #695 (Approved): ide: support error columns
- 01:56 PM Bug #694 (Approved): Fatal error: invalid memory access (IDE - GTK Backend)
- http://www.ultimatepp.org/forum/index.php?t=msg&goto=42108&#msg_42108
I can confirm this too. (Kubuntu 13.10 - KDE... - 09:53 AM Bug #693 (Rejected): ide: Console should have global encoding
- (displays mess with FindFile if files encoded UTF-8)
- 08:57 AM Feature #356 (Approved): XML improvements
02/19/2014
- 08:05 PM Feature #354 (Approved): Add plugin/LZMA
- 02:37 PM Feature #692 (Approved): SqlExp: Add SqlAbs
- 11:45 AM Feature #691 (In Progress): Small ide layouts update - standardized "OK" & "Cancel" button position
02/17/2014
- 04:27 PM Feature #691 (Approved): Small ide layouts update - standardized "OK" & "Cancel" button position
- I think that it will be good to eliminate some graphical issues in IDE layout.
P.S.
This patch only affects posit...
02/16/2014
- 03:41 PM Bug #661: Fix 'all shared' build on Posix
- Can you check&close, please?
- 03:41 PM Bug #656 (Approved): GDK_LEAVE_NOTIFY dosen't refresh the state of ctrls (GTK Backend)
- 03:38 PM Bug #628: TheIDE does not reload Assist when changing Build method
- Are you sure that mingw64 include paths are correctly configured?
- 03:33 PM Bug #687 (Approved): ide: LayDesigner crashes if encoding set to UTF-8 BOM
- 03:27 PM Bug #127 (Rejected): Tooltip while debugging
- 02:52 PM Feature #337 (Rejected): Sql: Script session
- 02:51 PM Bug #230 (Approved): Fix symlink behaviour
02/14/2014
- 09:02 AM Bug #690 (New): TURTLE: Prevent 'easy' leaving of page (disconnect)
- 09:01 AM Bug #689 (Approved): Ctrl::Create should invoke "RefreshLayoutDeep" method (GTK backend)
02/13/2014
- 05:11 PM Bug #689 (Approved): Ctrl::Create should invoke "RefreshLayoutDeep" method (GTK backend)
- It seems that GTK backend author forgot to add "RefreshLayoutDeep()" invocation at the end of Ctrl::Create method. Al...
- 02:58 PM Bug #619 (Patch ready): GTK backend serialization should support multi monitor mode
- For me, this patch is OK. Now, X11 and Windows version are using "GetVirtualWorkArea()" in this certain place.
- 02:58 PM Bug #619 (Patch ready): GTK backend serialization should support multi monitor mode
- For me, this patch is OK. Now, X11 and Windows version are using "GetVirtualWorkArea()" in this certain place.
02/12/2014
Also available in: Atom