Activity
From 01/24/2015 to 02/22/2015
02/22/2015
- 06:50 PM Feature #991 (New): Copy spellchecker files to website
- 02:41 PM Bug #780: Problem with popups
- This is definitely one of critical issues. Please notice that this is related to GTK backed. On X11 and Win32 backend...
- 02:41 PM Bug #780: Problem with popups
- This is definitely one of critical issues. Please notice that this is related to GTK backed. On X11 and Win32 backend...
- 02:41 PM Bug #780: Problem with popups
- This is definitely one of critical issues. Please notice that this is related to GTK backed. On X11 and Win32 backend...
- 02:32 PM Bug #990 (Patch ready): OpenGL linking problem on X11 (GLCtrl) - GTK library is not needed
- 02:32 PM Bug #990: OpenGL linking problem on X11 (GLCtrl) - GTK library is not needed
- (!X11 | !NOGTK) probably always true. I am using X11 flag for OpenGL.
But doing and do the trick:
!X11 & !NOGTK - 02:30 PM Bug #990 (Approved): OpenGL linking problem on X11 (GLCtrl) - GTK library is not needed
- I see that my OpenGL app stop compiling on X11. The problem is with logical gtk library linking.
Critical - compil...
02/21/2015
- 09:03 PM Bug #972: Package organizer layout problems #1
- OK, but I found one error. "Accepts" label should use "Fixed Left" position instead of "Spring Horizontal".
- 06:55 PM Bug #972 (Ready for QA): Package organizer layout problems #1
- I believe this should be now OK (layout changed).
- 06:55 PM Bug #972 (Ready for QA): Package organizer layout problems #1
- I believe this should be now OK (layout changed).
- 07:53 PM Bug #988 (Approved): KDE - GTK apps hangs in debug mode (GTK Backend!)
- No errors on simply example. New dialog subsystem works correctly (Tested with kdialog).
- 06:55 PM Bug #988 (Ready for QA): KDE - GTK apps hangs in debug mode (GTK Backend!)
- Note: To fix memory leaks, I have sanitized window creation.... (I mean, memory leaks in Create, probably caused by O...
- 06:55 PM Bug #988 (Ready for QA): KDE - GTK apps hangs in debug mode (GTK Backend!)
- Note: To fix memory leaks, I have sanitized window creation.... (I mean, memory leaks in Create, probably caused by O...
02/20/2015
- 05:45 PM Bug #988: KDE - GTK apps hangs in debug mode (GTK Backend!)
- Well, so it is the very same as for me.
After further analysis, the real problem is that the leak checker gets run... - 02:32 PM Bug #988: KDE - GTK apps hangs in debug mode (GTK Backend!)
- ALT + L...
- 01:51 PM Bug #988: KDE - GTK apps hangs in debug mode (GTK Backend!)
- Actuall, this is funny (and desperately sad). It looks like KDE/Qt leaves memory leaks, which are then reported by U+...
- 02:28 PM Feature #945 (Rejected): Info stack icon for CtrlLib
- 02:27 PM Feature #987 (Rejected): Add "go_up" & "go_prev" stock icons
- I will reject that (To make backlog more clear at the moment).
- 02:27 PM Feature #987 (Rejected): Add "go_up" & "go_prev" stock icons
- I will reject that (To make backlog more clear at the moment).
- 01:47 PM Feature #987: Add "go_up" & "go_prev" stock icons
- It might be a good idea, or not. It is not original intent of CtrlLib.iml. IME, I am rather using new icons for apps....
- 01:44 PM Feature #987: Add "go_up" & "go_prev" stock icons
- This is probably feature for next release (but after all this icon can be embedded). Think about it. This is only one...
- 01:27 PM Feature #987: Add "go_up" & "go_prev" stock icons
- IMO, We can create something like CtrlStockImg file (to make clear intentions) and put there all necessary icons. Aft...
- 12:41 PM Feature #987: Add "go_up" & "go_prev" stock icons
- Maybe it is not used directly in CtrlLib. But nice stock icon collection is needed. Library users use this icons in t...
- 12:26 PM Feature #987: Add "go_up" & "go_prev" stock icons
- I am not sure I understand this.
Those two (go_back, go_forward) are in CtrlLib.iml because they are used by HelpW... - 02:10 PM Feature #150 (Rejected): Document XmlRpc
02/19/2015
- 02:46 PM Bug #989 (Approved): Bazaar - Function4U warning on POSIX (GTK Backend) - MIN redefined
- 08:29 AM Bug #989 (Ready for QA): Bazaar - Function4U warning on POSIX (GTK Backend) - MIN redefined
- Changed _MIN with bsmin
- 02:46 PM Bug #986: GTK chameleon should provide support for theming LabelBox
- The only thing we can truly emulate is LabelBoxTextColor (In this certain situation there is not compromise). What do...
- 01:42 PM Bug #986 (In Progress): GTK chameleon should provide support for theming LabelBox
- I think I will find better solution. Please notice that GTK style supplies more information about colors like "fg", "...
- 01:42 PM Bug #986 (In Progress): GTK chameleon should provide support for theming LabelBox
- I think I will find better solution. Please notice that GTK style supplies more information about colors like "fg", "...
- 09:17 AM Bug #986: GTK chameleon should provide support for theming LabelBox
- Hi,
the reason I have not accepted this patch is that my experience tells me that it is likely to be broken with s...
02/18/2015
- 08:15 PM Bug #989 (Approved): Bazaar - Function4U warning on POSIX (GTK Backend) - MIN redefined
- How to reproduce?
- Compile package SysInfo_demo_gui
Warrning:
Bsdiff/bsdiff.cpp - Line 40 - "MIN" redefined
- 08:05 PM Bug #988 (Approved): KDE - GTK apps hangs in debug mode (GTK Backend!)
- To reproduce his bug. You will need to use KDE with oxygen-gtk theme (use by default on almost all KDE distributions)...
- 04:39 PM Feature #945: Info stack icon for CtrlLib
- This is minor version of #987.
- 04:37 PM Feature #987 (Rejected): Add "go_up" & "go_prev" stock icons
- In this moment stock icons are not consistent. We need to add this two icons.
In the feature we will need to remov... - 04:18 PM Feature #962 (Rejected): EditField could support full undo/redo stack
- 04:16 PM Bug #972: Package organizer layout problems #1
- GTK
02/16/2015
- 11:50 PM Bug #974 (Patch ready): When CodeEditor selection drops to zero - it should refresh ide menu bar
- Catch it!!!
We need to change in function "IsAnySelection" (CtrlLib/TextEdit.h - 152 line) that cursor is differen... - 11:50 PM Bug #974 (Patch ready): When CodeEditor selection drops to zero - it should refresh ide menu bar
- Catch it!!!
We need to change in function "IsAnySelection" (CtrlLib/TextEdit.h - 152 line) that cursor is differen... - 11:41 PM Bug #974: When CodeEditor selection drops to zero - it should refresh ide menu bar
- Priority "Normal" due to CtrlLib problem.
- 11:41 PM Bug #974: When CodeEditor selection drops to zero - it should refresh ide menu bar
- It is deffinitly LineEditProblem. "anchor" is setting in a wrong way.
- 09:01 PM Task #845 (Rejected): Get right of "Wparentheses" warnings
- 07:36 PM Bug #940: Random crashes in linux
- I think we remove this kind of crashes by doing #970.
- 06:00 PM Bug #986: GTK chameleon should provide support for theming LabelBox
- It should be feature instead of bug.
- 06:00 PM Bug #986 (Rejected): GTK chameleon should provide support for theming LabelBox
- It seems that LabelBox colors is not emulated when GTK styling is on.
This is my solution (well tested - please re...
02/15/2015
- 07:45 PM Feature #985 (New): Response files issue
- http://www.ultimatepp.org/forums/index.php?t=msg&goto=44267&#msg_44267
(provide better implementation) - 06:19 PM Bug #980 (Approved): IDE - Make Title - Optimalizations
- 06:12 PM Task #445 (Rejected): Investigate why Painter is SO MUCH slower in debug mode.
- 05:56 PM Bug #454 (Rejected): ide: Fix block hightlighting
- 05:22 PM Feature #981 (Approved): Improve AttrText
- 05:22 PM Bug #983 (Approved): ide: block highlighting glitch
02/13/2015
- 11:30 PM Feature #984 (Approved): CodeEditor features
- Hello Mirek
I would like you to add these features to CodeEditor:
- To let the user to add new syntax:
In CSyn... - 03:44 PM Feature #982 (Approved): ide: When pressing F3 and dialog is not shown and word is selected, it c...
02/12/2015
- 02:01 PM Bug #983 (Approved): ide: block highlighting glitch
- foo() {
some code
};
now pasting single word at column 0 after foo, before some code.... - 11:13 AM Feature #982 (Approved): ide: When pressing F3 and dialog is not shown and word is selected, it c...
02/11/2015
- 06:42 PM Feature #981 (Approved): Improve AttrText
- - make it a real Value to be able to Sort/extract it
- 01:18 PM Bug #980 (Approved): IDE - Make Title - Optimalizations
- I found two issues of generating IDE title:
- if package doesn't have main config title look like this: "Package n...
02/08/2015
- 01:38 PM Feature #971 (Approved): On entering build methods dialog, current build method should be selected
- 01:17 PM Bug #976 (Approved): LocalProcess issue with quoted command
- 01:15 PM Bug #979 (Approved): IconDes totally stops working after moving the splitter on toolbar
- thanks
- 01:14 PM Bug #912 (Approved): Ctrl-F2 fails if there is a tab inside a C string
- 01:08 PM Feature #963 (Approved): IDE - Help menu "Report bug.." option
- 12:52 PM Bug #975 (Approved): EditorBar should be always refresh when font size is changed
- thanks
02/07/2015
- 12:01 AM Bug #979 (Patch ready): IconDes totally stops working after moving the splitter on toolbar
- Changing the order of "AddFrame" helps. Diff enclosed.
- 12:01 AM Bug #979 (Patch ready): IconDes totally stops working after moving the splitter on toolbar
- Changing the order of "AddFrame" helps. Diff enclosed.
- 12:01 AM Bug #979 (Patch ready): IconDes totally stops working after moving the splitter on toolbar
- Changing the order of "AddFrame" helps. Diff enclosed.
- 06:53 PM Bug #979 (Approved): IconDes totally stops working after moving the splitter on toolbar
- It seems that in IconDes splitter position can be moved on the toolbar. After that edition is impossible (even after ...
- 05:53 PM Feature #963 (Ready for QA): IDE - Help menu "Report bug.." option
- Fine, but can we change order? ("...it should be placed after core help function." - my last message in this topic). ...
- 05:53 PM Feature #963 (Ready for QA): IDE - Help menu "Report bug.." option
- Fine, but can we change order? ("...it should be placed after core help function." - my last message in this topic). ...
- 03:01 PM Feature #963 (Approved): IDE - Help menu "Report bug.." option
02/05/2015
02/04/2015
- 11:52 PM Feature #977 (New): IDE - File open dialog (FileSel) should use "All file" option by default
- File open operation should not use by default c++ related files. The reson is obvious - file opening is not related t...
- 04:24 PM Bug #975: EditorBar should be always refresh when font size is changed
- I think this is the best solution. More information in diff.
- 04:24 PM Bug #975: EditorBar should be always refresh when font size is changed
- I think this is the best solution. More information in diff.
02/03/2015
- 10:53 PM Bug #975: EditorBar should be always refresh when font size is changed
- scrollbar = editorbar;
- 06:40 PM Bug #975: EditorBar should be always refresh when font size is changed
- To make it totally clear we need to calculate overall scrollbar height and if it is different than previous - refresh.
- 06:05 PM Bug #975 (Patch ready): EditorBar should be always refresh when font size is changed
- This should solve the problem (Refresh should be always called after refresh):...
- 06:05 PM Bug #975 (Patch ready): EditorBar should be always refresh when font size is changed
- This should solve the problem (Refresh should be always called after refresh):...
- 06:05 PM Bug #975 (Patch ready): EditorBar should be always refresh when font size is changed
- This should solve the problem (Refresh should be always called after refresh):...
- 10:34 PM Bug #976 (Approved): LocalProcess issue with quoted command
- If command is quoted, like "/home/bin/theide", it fails.
- 03:44 PM Bug #412 (Approved): SqlCommander overhaul needed
02/02/2015
- 12:31 AM Bug #975 (Approved): EditorBar should be always refresh when font size is changed
- I think we still have problems with appropriately EditorBar scaling when font change.
It should even be called whe... - 05:24 PM Feature #963: IDE - Help menu "Report bug.." option
- OK, but I think we will achieved better result by doing something like this:...
- 05:24 PM Feature #963: IDE - Help menu "Report bug.." option
- OK, but I think we will achieved better result by doing something like this:...
- 03:32 PM Feature #963 (Ready for QA): IDE - Help menu "Report bug.." option
- I have delayed this, because while a very good idea with a trivial implementation, I was not quite sure what link(s) ...
- 03:32 PM Feature #963 (Ready for QA): IDE - Help menu "Report bug.." option
- I have delayed this, because while a very good idea with a trivial implementation, I was not quite sure what link(s) ...
- 05:18 PM Bug #973 (Approved): [Debian, Ubuntu] Add "sox" package dependency
- OK, I understand your point of view (I will write reply on forum).
- 02:36 PM Bug #705 (Approved): Move AString<B>::FindFirstOf into .cpp, optimize ReverseFind
02/01/2015
- 02:01 PM Bug #973 (Ready for QA): [Debian, Ubuntu] Add "sox" package dependency
- Should be visible in the nightly packages tomorrow. Also, please see my answer on the forum...
- 02:01 PM Bug #973 (Ready for QA): [Debian, Ubuntu] Add "sox" package dependency
- Should be visible in the nightly packages tomorrow. Also, please see my answer on the forum...
- 01:58 PM Bug #974: When CodeEditor selection drops to zero - it should refresh ide menu bar
- For person how is using menu in the row this bug doesn’t occur!!!
- 01:53 PM Bug #974: When CodeEditor selection drops to zero - it should refresh ide menu bar
- Sorry Mirek it assigns you by default ;)
- 01:53 PM Bug #974 (Approved): When CodeEditor selection drops to zero - it should refresh ide menu bar
- Bar isn't refresh when selection drops to zero (copy and cut option should be diabsle)
- 01:44 PM Bug #970 (Approved): Gtk backend hangs on "Ctrl::RenderPrimarySelection" (GtkClip.cpp)
01/31/2015
- 06:33 AM Feature #968 (Approved): ide: Rectangle ops still need optimizing
- 06:32 AM Bug #967 (Approved): Turtle stop compiling due to precompile header
01/30/2015
- 08:02 PM Bug #973 (Approved): [Debian, Ubuntu] Add "sox" package dependency
- http://www.ultimatepp.org/forums/index.php?t=msg&goto=44224&#msg_44224
- 03:58 PM Bug #972: Package organizer layout problems #1
- Small font on screen equals optional feature.
- 03:57 PM Bug #972 (Approved): Package organizer layout problems #1
- More information in screenshot.
- 03:44 PM Bug #970: Gtk backend hangs on "Ctrl::RenderPrimarySelection" (GtkClip.cpp)
- Even "Enviroment Settings" stop crashing.
- 03:39 PM Bug #970 (Patch ready): Gtk backend hangs on "Ctrl::RenderPrimarySelection" (GtkClip.cpp)
- Maybe something like this can help:...
- 03:39 PM Bug #970 (Patch ready): Gtk backend hangs on "Ctrl::RenderPrimarySelection" (GtkClip.cpp)
- Maybe something like this can help:...
01/29/2015
- 01:11 PM Feature #971 (Approved): On entering build methods dialog, current build method should be selected
- 11:01 AM Bug #969 (Approved): GCC.bm(in) dosen't include "gdkconfig.h" & "glibconfig.h" by default
- 09:00 AM Feature #968: ide: Rectangle ops still need optimizing
- Some benchmarks:
* c:\upp\theide_.exe 29.01.2015 08:56:25, user: CXL
TIMING Insert : 36.00 ms - 36.00 m...
01/27/2015
- 05:45 PM Bug #970 (Approved): Gtk backend hangs on "Ctrl::RenderPrimarySelection" (GtkClip.cpp)
- Sometimes I have got random crashes on Linux with GTK IDE Backend. It seems that I have found cause.
How to reprod... - 01:39 PM Bug #969 (Approved): GCC.bm(in) dosen't include "gdkconfig.h" & "glibconfig.h" by default
- http://www.ultimatepp.org/forums/index.php?t=msg&goto=44218&#msg_44218
- 09:34 AM Feature #968 (Approved): ide: Rectangle ops still need optimizing
01/26/2015
- 08:28 PM Feature #753 (Approved): GetMemoryBlockSize, bool TryRealloc(void *ptr, int size)
- 04:12 PM Feature #214 (Ready for QA): Painter: Stroke Preclip
01/24/2015
- 02:57 PM Bug #967 (Approved): Turtle stop compiling due to precompile header
- Tested on Linux.
Also available in: Atom