Activity
From 12/07/2013 to 01/05/2014
01/05/2014
- 12:09 PM Bug #620: Undefined variables in GtkKeys
- Just noticed that this happens also on Debian 6.0...
https://build.opensuse.org/build/home:dolik_rce:nightly/Debia... - 08:51 AM Bug #628 (Approved): TheIDE does not reload Assist when changing Build method
- Assist seems to consider only the Assist data of the build method selected when opening TheIDE.
To check it:
- O... - 01:36 AM Feature #627 (Approved): IDE tool bar should update respect editor state
- I think it will be good if ide toolbar will react on editor states. We need to modify several things.
First of all...
01/04/2014
- 12:13 AM Bug #626 (Approved): Missing smoothe icon in CtrlLib
- I think, we should improve several CtrlLib icons by using smoothen filter.
Moreover I redesigne "Copy" and "Paste"... - 08:06 PM Bug #625: Console menu bar shoulde use standard copy and paste icon.
- * Small bar fix
- 06:00 PM Bug #625 (Approved): Console menu bar shoulde use standard copy and paste icon.
- It seems that console dosen't use copy and paste icons... Moreover I added additional separator bettwen text operatio...
- 04:51 PM Bug #598 (Approved): Resolve issue with SetStdFont
- Evrything works perfect on pure upp installation (X11 & GTK)!
01/01/2014
- 01:46 PM Bug #619 (In Progress): GTK backend serialization should support multi monitor mode
- For some reason IDE can crash after this patch...
- 01:46 PM Bug #619 (In Progress): GTK backend serialization should support multi monitor mode
- For some reason IDE can crash after this patch...
12/31/2013
- 04:55 PM Bug #621 (Patch ready): RichTextView dosen't show copy icon in menubar
- 02:59 PM Bug #577: Prevent AddColumn(0, ...)
- In addition, in GridCtrl.h, line 1247, there is an AddColumn(0, 0, true) that should have to be AddColumn("", 0, true...
12/30/2013
- 06:57 PM Bug #624 (Approved): Gtk backend warning: g_thread_init is deprected
- It seems that we use deprected gtk function for initializing threads. After 2.32 gtk version, multithreading is enabl...
12/29/2013
- 05:59 PM Bug #623 (Approved): HtmlParaStyle produces invalid CSS
- I noticed that CSS styles produced by EncodeHTML contain some misspelled properties and also margin property doesn't ...
- 03:04 PM Bug #622: Unwanted separator in IDE toolbar (Win32)
- I have found better and easier solution. Can you Mirek check uploaded source file???
- 02:56 PM Bug #622 (Approved): Unwanted separator in IDE toolbar (Win32)
- It seems that Win32 version of IDE draws unwanted separator in toolbar. What makes this issue? "Check for updates" op...
- 02:17 PM Bug #621: RichTextView dosen't show copy icon in menubar
- We can also add additional operation locking code:...
- 02:12 PM Bug #621: RichTextView dosen't show copy icon in menubar
- Preformated code:...
- 02:07 PM Bug #621 (Approved): RichTextView dosen't show copy icon in menubar
- It seems that Rich TextView menu bar is created in a wrong way...
Should be(CtrlLib/RichTextView.cpp - line 111):
... - 01:25 PM Bug #577: Prevent AddColumn(0, ...)
- Can we also fix DropGrid?
- 10:13 AM Bug #620 (Approved): Undefined variables in GtkKeys
- In latest nightly builds (6698 and 6702) on Ubuntu 10.04 Lucid Lynx, there is a problem when building TheIDE:...
12/28/2013
- 12:45 AM Bug #619 (Approved): GTK backend serialization should support multi monitor mode
- We need to replace one line of code(CtrlCore/GtkTop - line 243):...
- 12:38 AM Feature #618 (Approved): GTK backend needs IsCompositeGUI implementation
- I think gtk backend should support "bool Ctrl::IsCompositedGUI()" method.
So, this is my implementation(CtrlCore/G... - 11:54 PM Bug #615 (New): GDB_MI2 high cpu usage (One core is fully loaded)
- Hello Mirek,
IDE can be still lock by clicking on "Autos"(Enable by default) "Local", "Watches" tabs. Only "Explor... - 11:54 PM Bug #615 (New): GDB_MI2 high cpu usage (One core is fully loaded)
- Hello Mirek,
IDE can be still lock by clicking on "Autos"(Enable by default) "Local", "Watches" tabs. Only "Explor...
12/27/2013
- 09:35 PM Bug #617 (Approved): LRUCache::GetFoundSize always returns zero
- I don't really understand the code in LRUCache, especially the reasons behind flag and Item::flag. But I strongly sus...
12/26/2013
- 02:02 PM Bug #615 (Approved): GDB_MI2 high cpu usage (One core is fully loaded)
- 11:47 AM Bug #615 (Ready for QA): GDB_MI2 high cpu usage (One core is fully loaded)
- Reproduced and fixed. Thanks for detailed bug report.
- 11:47 AM Bug #615 (Ready for QA): GDB_MI2 high cpu usage (One core is fully loaded)
- Reproduced and fixed. Thanks for detailed bug report.
- 11:33 AM Bug #598 (In Progress): Resolve issue with SetStdFont
- 11:01 AM Bug #598: Resolve issue with SetStdFont
- ARIAL and SANSSERIF are synonyms (see Font class declaration).
In any case, it should not have any impact anyway, ... - 11:33 AM Feature #587 (Approved): X11 needs minimal multi monitor mode support
12/23/2013
- 12:26 AM Bug #598 (Patch ready): Resolve issue with SetStdFont
- 11:17 PM Bug #598: Resolve issue with SetStdFont
- Something bad happened to my previous message. So, I decided to post it again.
I think we should use SansSerif ins... - 10:50 PM Bug #598: Resolve issue with SetStdFont
- I think we should use SansSerif insted of Arial in ChGtk (CtrlLib/ChGtk.cpp - line 85):...
- 07:15 PM Bug #598: Resolve issue with SetStdFont
- I do not know, based on screenshots, menu font looks the same as in SystemApplication.png (perhaps only on first sigh...
- 07:08 PM Feature #590 (Approved): theide could support .qtf as file extension
12/22/2013
- 01:59 PM Feature #616 (Approved): Missing smoothen icon in ide/Debuggers
- I think, we should improve several ide/Debuggers icons by using smoothen filter.
P.S
I used two base values (0.6 ... - 01:51 PM Bug #615: GDB_MI2 high cpu usage (One core is fully loaded)
- Hello Mirek,
Now, I know how to reproduce this bug:
1. Turn on TheIDE.
2. Select any package.
3. Debug with G... - 11:15 AM Bug #615: GDB_MI2 high cpu usage (One core is fully loaded)
- I have to ask for more detailed description (here everything seems to work just fine).
12/21/2013
- 07:43 PM Feature #587 (Patch ready): X11 needs minimal multi monitor mode support
- 06:23 PM Feature #587 (In Progress): X11 needs minimal multi monitor mode support
- 02:45 AM Feature #587: X11 needs minimal multi monitor mode support
- BTW, This patch is also compatible with u++ documentation.
- 02:43 AM Feature #587 (Patch ready): X11 needs minimal multi monitor mode support
- Achieved better performance by using static variables. Small digression: calling "XineramaQueryScreens" over and over...
- 02:43 AM Feature #587 (Patch ready): X11 needs minimal multi monitor mode support
- Achieved better performance by using static variables. Small digression: calling "XineramaQueryScreens" over and over...
- 02:43 AM Feature #587 (Patch ready): X11 needs minimal multi monitor mode support
- Achieved better performance by using static variables. Small digression: calling "XineramaQueryScreens" over and over...
- 01:53 PM Bug #615 (Approved): GDB_MI2 high cpu usage (One core is fully loaded)
- It seems that GDB_MI2 has got infinity loop and one core is always fully loaded when debugging.
* I recommend "top...
12/20/2013
- 10:05 PM Bug #598 (New): Resolve issue with SetStdFont
- Hello Mirek,
After this patch, fonts are extremely small compared to fonts used by system applications (Tested on ... - 10:05 PM Bug #598 (New): Resolve issue with SetStdFont
- Hello Mirek,
After this patch, fonts are extremely small compared to fonts used by system applications (Tested on ... - 10:05 PM Bug #598 (New): Resolve issue with SetStdFont
- Hello Mirek,
After this patch, fonts are extremely small compared to fonts used by system applications (Tested on ... - 10:05 PM Bug #598 (New): Resolve issue with SetStdFont
- Hello Mirek,
After this patch, fonts are extremely small compared to fonts used by system applications (Tested on ...
12/19/2013
- 11:05 PM Feature #587 (In Progress): X11 needs minimal multi monitor mode support
- 02:45 PM Feature #587 (Patch ready): X11 needs minimal multi monitor mode support
- I implemented two following methods under X11: GetPrimaryScreenArea and GetVirtualScreenArea.
- 02:45 PM Feature #587 (Patch ready): X11 needs minimal multi monitor mode support
- I implemented two following methods under X11: GetPrimaryScreenArea and GetVirtualScreenArea.
- 02:45 PM Feature #587 (Patch ready): X11 needs minimal multi monitor mode support
- I implemented two following methods under X11: GetPrimaryScreenArea and GetVirtualScreenArea.
- 03:37 PM Bug #507 (Approved): Resolve debugging with GDB of console apps
- 03:34 PM Feature #603 (Approved): ide: Insert file path is after all a good idea...
- 03:15 PM Bug #537 (Approved): StdLogSetup() does not consider LOG_APPEND
- 02:01 PM Feature #592 (Approved): Document & reference of EditText....
- 09:34 AM Feature #614 (New): Correctly implement MemoryShrink
- 09:33 AM Bug #611 (Approved): Alt+I in theide, when single item, jumps to zlib
- 08:58 AM Bug #546 (Approved): Exception in PrinterJob::Execute0() when called from a bar in a control
- 08:47 AM Bug #577 (In Progress): Prevent AddColumn(0, ...)
- That is perfect.
Some details related with this that should have to be fixed are:
- DropGrid/DropGrid.h ==> Gr... - 08:46 AM Bug #506 (Rejected): LocalProcess Win32 handles should (?) use INVALID_HANDLE_VALUE instead of NULL
- False alarm:
http://blogs.msdn.com/b/oldnewthing/archive/2004/03/02/82639.aspx - 08:03 AM Bug #612 (Approved): Recent changes break Core/z.cpp
12/18/2013
- 08:35 PM Bug #597 (Approved): ide: Mimic case inactive on first open, even if Case insensitive is active
- 07:42 PM Feature #148 (Approved): Xmlize Maps
- 07:41 PM Feature #609 (Approved): Missing smoothen icon in RichEdit
- 07:38 PM Feature #608 (Approved): InsertItem icon in ide/Common definitly needs replacment...
- 07:37 PM Feature #595 (Approved): Missing smoothen icon in IconDes
- 07:34 PM Feature #579 (Approved): IDE tool bar should contain shortcut for "Stop debugging" command.
- 07:23 PM Feature #578 (Approved): IDE tool bar should contain shortcuts for following operations: "Execute...
- 07:20 PM Bug #613 (Approved): ide: Compare with file should switch to text mode -otherwise overwrite does ...
- 07:03 PM Feature #605: ide XML/Json enhancements
- - generate parser
- 07:02 PM Bug #606 (Approved): SortedInVectorMap should support Shrink, Serialize
- 07:01 PM Bug #577 (Ready for QA): Prevent AddColumn(0, ...)
- Fixed in the most trivial way ( = ""), I guess it is enough here..
- 07:01 PM Bug #577 (Ready for QA): Prevent AddColumn(0, ...)
- Fixed in the most trivial way ( = ""), I guess it is enough here..
- 09:18 AM Bug #577: Prevent AddColumn(0, ...)
- Today GridCtrl is still broken.
Sorry for this statement but, this code should be fixed today. No excuses. - 06:56 PM Feature #604 (Approved): GZ[De]CompressFile
- 08:57 AM Bug #612 (Ready for QA): Recent changes break Core/z.cpp
- Should be fixed now..
- 08:57 AM Bug #612 (Ready for QA): Recent changes break Core/z.cpp
- Should be fixed now..
- 07:03 AM Bug #612 (Approved): Recent changes break Core/z.cpp
- From launchpad builds:...
12/17/2013
- 12:29 AM Feature #587 (In Progress): X11 needs minimal multi monitor mode support
- 03:12 PM Feature #595 (Patch ready): Missing smoothen icon in IconDes
- UPDATE:
I made a small patch that fixes some issues.
Changes list:
* Pen1, ResizeUp, ResizeDown - smoothen filte... - 03:12 PM Feature #595 (Patch ready): Missing smoothen icon in IconDes
- UPDATE:
I made a small patch that fixes some issues.
Changes list:
* Pen1, ResizeUp, ResizeDown - smoothen filte... - 02:21 PM Feature #609: Missing smoothen icon in RichEdit
- ."SpeelCheck" update
12/16/2013
- 12:23 AM Bug #577: Prevent AddColumn(0, ...)
- I think we should fast fix this issue, because now GridCtrl is useless. I cannot run any of my programs that use Grid...
12/15/2013
- 10:33 PM Bug #600: "CTRL+ALT+UP" and "CTRL+ALT+UP" shortucts dosen't work in layout designer.
- How to reproduce?
1. Click on layout file that contains layouts (2 or more!).
2. Press following shortcuts CTRL+AL... - 09:43 PM Bug #600 (New): "CTRL+ALT+UP" and "CTRL+ALT+UP" shortucts dosen't work in layout designer.
- I think the problem is with event managment. Method "DoKey" doesn't receive information about key until user manually...
- 09:43 PM Bug #600 (New): "CTRL+ALT+UP" and "CTRL+ALT+UP" shortucts dosen't work in layout designer.
- I think the problem is with event managment. Method "DoKey" doesn't receive information about key until user manually...
- 09:43 PM Bug #600 (New): "CTRL+ALT+UP" and "CTRL+ALT+UP" shortucts dosen't work in layout designer.
- I think the problem is with event managment. Method "DoKey" doesn't receive information about key until user manually...
- 09:43 PM Bug #600 (New): "CTRL+ALT+UP" and "CTRL+ALT+UP" shortucts dosen't work in layout designer.
- I think the problem is with event managment. Method "DoKey" doesn't receive information about key until user manually...
- 09:43 PM Bug #600 (New): "CTRL+ALT+UP" and "CTRL+ALT+UP" shortucts dosen't work in layout designer.
- I think the problem is with event managment. Method "DoKey" doesn't receive information about key until user manually...
- 04:32 PM Bug #611 (Approved): Alt+I in theide, when single item, jumps to zlib
- 03:41 PM Feature #610 (Approved): Consider container comparisons...
- 02:27 PM Bug #607 (Approved): MinGW problem with parser.cpp, CParser::ReadDouble()
12/14/2013
- 08:27 PM Feature #609 (Patch ready): Missing smoothen icon in RichEdit
- 06:53 PM Feature #609 (Approved): Missing smoothen icon in RichEdit
- I think, we should improve several RichEdit icons by using smoothen filter.
Moreover I redesigned "SpellCheck" ico... - 02:38 AM Feature #587: X11 needs minimal multi monitor mode support
- GetVirtualWorkArea insted of GetPrimaryScreenArea() in serialization code (The behavior is the same as the win32 vers...
- 02:36 AM Feature #587: X11 needs minimal multi monitor mode support
- GetVirtualWorkArea is implemented under X11... (The behavior is the same as the win32 version)
- 02:31 AM Feature #608 (Approved): InsertItem icon in ide/Common definitly needs replacment...
- I think we should replace InsertItem icon with new one... (Because, It looks a little bit strange)
Moreover, I mad...
12/13/2013
- 09:50 PM Feature #587: X11 needs minimal multi monitor mode support
- Now, serialization supports new multi monitor mode. ...
- 09:41 PM Feature #587: X11 needs minimal multi monitor mode support
- Code refactoring...
- 01:07 PM Bug #607 (Approved): MinGW problem with parser.cpp, CParser::ReadDouble()
- Now it is not possible to compile with MinGW due to a simple problem in parse.cpp function CParser::ReadDouble().
... - 01:04 PM Bug #577: Prevent AddColumn(0, ...)
- Hello Mirek
GridCtrl now accepts AddColumn() with char *name = NULL in other places like:
- ... - 10:58 AM Bug #606 (Approved): SortedInVectorMap should support Shrink, Serialize
12/12/2013
- 08:09 AM Feature #605 (Approved): ide XML/Json enhancements
- - 'designer' (view) mode instead of dialog
- copy path (2 variants)
- map mode
- statistics
12/11/2013
- 03:48 PM Feature #604: GZ[De]CompressFile
- Also: Support int64 for length
- 03:44 PM Feature #604 (Approved): GZ[De]CompressFile
- 03:38 PM Feature #603 (Approved): ide: Insert file path is after all a good idea...
- 03:38 PM Feature #602 (New): Help popup items should only display corresponding code item or perhaps even ...
- See e.g. ParseXML
12/09/2013
- 09:23 AM Feature #596 (Approved): ParseXML - add filtering ability to reduce memory consumption for very l...
- 09:03 AM Feature #599 (Approved): FrameSplitter should have similiar visuals as splitter
- 08:30 AM Bug #591 (Approved): Ctrl+Q shortcut in SelectPackageDlg is slogan only.
- 08:27 AM Feature #601 (Approved): Missing smoothen icon in LayDes
- 08:26 AM Bug #600: "CTRL+ALT+UP" and "CTRL+ALT+UP" shortucts dosen't work in layout designer.
- No quite sure about that. The idea is that 'lowest element' is image/widget, ctrl+up/down are supposed to move "lowes...
- 08:24 AM Feature #595 (Approved): Missing smoothen icon in IconDes
12/07/2013
- 02:09 PM Feature #601 (Approved): Missing smoothen icon in LayDes
- I think, we should improve several LayDes icons by using smoothen filter.
P.S
I used two base values (0.6 & 0.75)...
Also available in: Atom