Activity

From 02/19/2014 to 03/20/2014

03/19/2014

07:11 PM Feature #724 (Approved): GLEW as plugin
Miroslav Fidler
06:58 PM Bug #722 (Approved): GLCtrl Flickering on Win32
Miroslav Fidler
06:46 PM Bug #712 (Approved): Bugs in TabBar and TabBarCtrl
Miroslav Fidler
06:44 PM Feature #727 (Approved): ide: Double-clicking comparisons with source file should go to appropria...
Miroslav Fidler
06:43 PM Bug #723 (Approved): ide: Reorganize build method settings, add common settings for debug/release...
Miroslav Fidler

03/18/2014

08:34 PM Feature #720 (Approved): ide: WIn32 automethods should not rewrite existing bms
Miroslav Fidler

03/17/2014

05:24 PM Feature #726 (Approved): C11: Support lambda callbacks
Miroslav Fidler
04:53 PM Bug #725: gdk_screen_get_primary_monitor only works with GTK>=2.19.2
I think we can also improve a little bit X11 version of following method: "Rect Ctrl::GetPrimaryWorkArea()".
Zbigniew Rebacz
04:53 PM Bug #725: gdk_screen_get_primary_monitor only works with GTK>=2.19.2
I think we can also improve a little bit X11 version of following method: "Rect Ctrl::GetPrimaryWorkArea()".
Zbigniew Rebacz
04:46 PM Bug #725 (Patch ready): gdk_screen_get_primary_monitor only works with GTK>=2.19.2
It seems that this extension works since version 2.20.0: https://developer.gnome.org/gdk3/unstable/GdkScreen.html#gdk... Zbigniew Rebacz
04:46 PM Bug #725 (Patch ready): gdk_screen_get_primary_monitor only works with GTK>=2.19.2
It seems that this extension works since version 2.20.0: https://developer.gnome.org/gdk3/unstable/GdkScreen.html#gdk... Zbigniew Rebacz

03/16/2014

04:20 PM Bug #725 (Approved): gdk_screen_get_primary_monitor only works with GTK>=2.19.2
The recently introduced changes in GetPrimaryWorkArea (#640, r6761) use function gdk_screen_get_primary_monitor which... Jan Dolinár

03/15/2014

06:17 PM Feature #715 (Approved): Core: Containers, Value comparisons
Miroslav Fidler
06:16 PM Feature #718 (Approved): Add Tie
Miroslav Fidler
03:23 PM Feature #724 (Approved): GLEW as plugin
http://www.ultimatepp.org/forum/index.php?t=msg&goto=42451&#msg_42451
Zbigniew Rebacz
03:09 PM Bug #723 (Approved): ide: Reorganize build method settings, add common settings for debug/release...
Miroslav Fidler

03/14/2014

06:50 PM Bug #722 (Approved): GLCtrl Flickering on Win32
http://www.ultimatepp.org/forum/index.php?t=msg&goto=42441&#msg_42441 Zbigniew Rebacz
01:04 PM Feature #721 (Approved): Alt+J could work on Images too (CtrlImg::copy() -> finds Ctrl.iml or Ctr...
Miroslav Fidler
11:41 AM Feature #720 (Approved): ide: WIn32 automethods should not rewrite existing bms
Miroslav Fidler
10:56 AM Feature #719 (Approved): ArrayCtrl::CreateCtrl<T>
Miroslav Fidler

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...
Zbigniew Rebacz
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.... Zbigniew Rebacz
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 =...
Miroslav Fidler
07:04 PM Bug #716 (Approved): Core: Socket::Connect should perhaps Wait for connection to be established, ...
Miroslav Fidler
08:15 AM Feature #715 (Approved): Core: Containers, Value comparisons
Miroslav Fidler

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 &&
Miroslav Fidler

03/10/2014

03:58 PM Feature #648 (Approved): Tutorial: Sorted Maps, Tuple...
Miroslav Fidler
01:17 PM Bug #661 (Approved): Fix 'all shared' build on Posix
Miroslav Fidler
01:17 PM Bug #712 (Patch ready): Bugs in TabBar and TabBarCtrl
Miroslav Fidler
01:17 PM Bug #710 (Approved): ScrollWheel should scroll ScrollBar
Miroslav Fidler
01:16 PM Feature #643 (Approved): Xmlize default value
Miroslav Fidler
01:16 PM Bug #620 (Approved): Undefined variables in GtkKeys
Miroslav Fidler
01:16 PM Bug #617 (Approved): LRUCache::GetFoundSize always returns zero
Miroslav Fidler
01:16 PM Bug #615 (Approved): GDB_MI2 high cpu usage (One core is fully loaded)
Miroslav Fidler
07:24 AM Feature #713 (Approved): ide: Comment/Uncomment
http://www.ultimatepp.org/forum/index.php?t=msg&th=8440&start=0& Miroslav Fidler

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.
Zbigniew Rebacz
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...
Zbigniew Rebacz
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...
Zbigniew Rebacz

03/08/2014

08:34 PM Bug #706 (Approved): Provide reference example for SSL server
Miroslav Fidler
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. Massimo Del Fedele
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. Massimo Del Fedele
03:20 PM Bug #712: Bugs in TabBar and TabBarCtrl
Please wait to upload... it still has some bugs which I'm investgating. Massimo Del Fedele

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... Zbigniew Rebacz
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. Massimo Del Fedele
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. Massimo Del Fedele
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. Massimo Del Fedele
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. Massimo Del Fedele
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 ...
Massimo Del Fedele

03/05/2014

08:57 PM Feature #711 (Approved): Add GetLayoutId reference example
Miroslav Fidler
02:54 PM Feature #711 (Approved): Add GetLayoutId reference example
Miroslav Fidler
08:44 PM Bug #710 (Ready for QA): ScrollWheel should scroll ScrollBar
Miroslav Fidler
02:40 PM Bug #710 (Approved): ScrollWheel should scroll ScrollBar
Miroslav Fidler
08:53 AM Bug #628: TheIDE does not reload Assist when changing Build method
It compiles well in MinGW and MinGW64. Iñaki Zabala

03/03/2014

07:33 PM Bug #709 (Approved): ide: Legacty gdb debugger does not work anymore
Fix or remove... Miroslav Fidler
07:14 PM Bug #708: DnD inside CodeEditor dosen't work (GTK backend)
That is new, it still works for me.... Miroslav Fidler
04:20 PM Bug #708 (Approved): DnD inside CodeEditor dosen't work (GTK backend)
. Zbigniew Rebacz
05:58 PM Bug #694 (Approved): Fatal error: invalid memory access (IDE - GTK Backend)
Zbigniew Rebacz
01:05 PM Feature #649 (Patch ready): GTK backend needs large icon implementation
Implemented...
Zbigniew Rebacz
01:05 PM Feature #649 (Patch ready): GTK backend needs large icon implementation
Implemented...
Zbigniew Rebacz
01:05 PM Feature #649 (Patch ready): GTK backend needs large icon implementation
Implemented...
Zbigniew Rebacz
01:05 PM Feature #649 (Patch ready): GTK backend needs large icon implementation
Implemented...
Zbigniew Rebacz
03:13 AM Bug #707 (Patch ready): GetWorkArea() should track mouse cursor position (GTK backend)
It's OK! Zbigniew Rebacz
03:13 AM Bug #707 (Patch ready): GetWorkArea() should track mouse cursor position (GTK backend)
It's OK! Zbigniew Rebacz
03:09 AM Bug #707 (In Progress): GetWorkArea() should track mouse cursor position (GTK backend)
Seems to be a little bit buggy... Zbigniew Rebacz
03:09 AM Bug #707 (In Progress): GetWorkArea() should track mouse cursor position (GTK backend)
Seems to be a little bit buggy... Zbigniew Rebacz

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()... Zbigniew Rebacz
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& Miroslav Fidler
11:03 AM Bug #705 (Approved): Move AString<B>::FindFirstOf into .cpp, optimize ReverseFind
Miroslav Fidler
08:34 AM Feature #698 (Rejected): Smtp could support Vector<String> for To, Bc, Bcc...
Miroslav Fidler

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...
Zbigniew Rebacz
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.
Zbigniew Rebacz
11:25 AM Bug #694: Fatal error: invalid memory access (IDE - GTK Backend)
Fixing commit 6966, 6970, analysis of bugs in the forum. Miroslav Fidler
11:24 AM Bug #694 (Ready for CR): Fatal error: invalid memory access (IDE - GTK Backend)
Miroslav Fidler
11:24 AM Bug #694 (Ready for QA): Fatal error: invalid memory access (IDE - GTK Backend)
Issue (1) hopefully fixed. Miroslav Fidler
11:24 AM Bug #694 (Ready for QA): Fatal error: invalid memory access (IDE - GTK Backend)
Issue (1) hopefully fixed. Miroslav Fidler
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?
Zbigniew Rebacz
11:08 AM Bug #703 (New): Fix OpenGL/GTK
http://www.ultimatepp.org/forum/index.php?t=msg&th=8361&start=0& Miroslav Fidler
11:01 AM Feature #691 (Approved): Small ide layouts update - standardized "OK" & "Cancel" button position
Miroslav Fidler
11:01 AM Feature #692 (Approved): SqlExp: Add SqlAbs
Miroslav Fidler
11:00 AM Bug #699 (Rejected): Check EnterMutext/LeaveMutex level (in GTK)
Miroslav Fidler
10:26 AM Bug #619 (Approved): GTK backend serialization should support multi monitor mode
Miroslav Fidler

02/28/2014

07:36 PM Bug #694: Fatal error: invalid memory access (IDE - GTK Backend)
Issue (2) fixed. Miroslav Fidler
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 ...
Miroslav Fidler
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
Miroslav Fidler

02/27/2014

02:46 PM Bug #700: Problem with CLANG and PainterExamples
I believe that the issue will be BLITZ.... Miroslav Fidler
12:32 PM Task #701 (New): Write guide on MT GUI programming
Miroslav Fidler
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...
Massimo Del Fedele

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:... Jan Dolinár
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... Miroslav Fidler

02/25/2014

08:17 PM Bug #699 (Rejected): Check EnterMutext/LeaveMutex level (in GTK)
Miroslav Fidler
11:30 AM Feature #698 (Rejected): Smtp could support Vector<String> for To, Bc, Bcc...
Miroslav Fidler

02/24/2014

08:00 PM Bug #697 (Rejected): prj-aux in Linux seems to be created in package directories
Miroslav Fidler

02/22/2014

11:21 PM Feature #691 (Patch ready): Small ide layouts update - standardized "OK" & "Cancel" button position
Zbigniew Rebacz
02:19 PM Task #289 (Approved): Document ScatterCtrl and ScatterDraw
Miroslav Fidler

02/21/2014

07:02 PM Bug #696 (Rejected): gtk: owned windows ignore Zoomable flag
Seems to be WM feature... Miroslav Fidler
11:28 AM Bug #696 (Rejected): gtk: owned windows ignore Zoomable flag
Miroslav Fidler
09:39 AM Feature #695 (Approved): ide: support error columns
Miroslav Fidler

02/20/2014

08:42 PM Feature #695 (Approved): ide: support error columns
Miroslav Fidler
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...
Zbigniew Rebacz
09:53 AM Bug #693 (Rejected): ide: Console should have global encoding
(displays mess with FindFile if files encoded UTF-8) Miroslav Fidler
08:57 AM Feature #356 (Approved): XML improvements
Miroslav Fidler

02/19/2014

08:05 PM Feature #354 (Approved): Add plugin/LZMA
Miroslav Fidler
02:37 PM Feature #692 (Approved): SqlExp: Add SqlAbs
Miroslav Fidler
11:45 AM Feature #691 (In Progress): Small ide layouts update - standardized "OK" & "Cancel" button position
Zbigniew Rebacz
 

Also available in: Atom