Activity
From 01/20/2015 to 02/18/2015
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.
01/23/2015
- 07:51 PM Feature #945 (Patch ready): Info stack icon for CtrlLib
- It as well re-factor help icon. Name for new icon is "Info" (The problem here is that some icon names start with lowe...
- 07:51 PM Feature #945 (Patch ready): Info stack icon for CtrlLib
- It as well re-factor help icon. Name for new icon is "Info" (The problem here is that some icon names start with lowe...
- 07:51 PM Feature #945 (Patch ready): Info stack icon for CtrlLib
- It as well re-factor help icon. Name for new icon is "Info" (The problem here is that some icon names start with lowe...
- 05:37 PM Bug #965 (Approved): IconDes - Text tool stop working
- OK
- 12:28 PM Feature #966: Context menu should be created by "LeftUp" event
- Attention: this change can lead to incapability with current Upp version.
The priority is low, due to problem above.
01/22/2015
- 05:02 PM Feature #966: Context menu should be created by "LeftUp" event
- TOPIC SHOULD BE CHANGE TO: Context menu should be created by "LeftUp" event on Windows
- 05:01 PM Feature #966 (Rejected): Context menu should be created by "LeftUp" event
- Current behaviour should be customized to OS specification.
- 11:11 AM Bug #965 (Ready for QA): IconDes - Text tool stop working
- should be now fixed (caused by new optimization of Gtk text rendering)
- 11:11 AM Bug #965 (Ready for QA): IconDes - Text tool stop working
- should be now fixed (caused by new optimization of Gtk text rendering)
01/21/2015
- 11:06 PM Bug #965 (Approved): IconDes - Text tool stop working
- It seems that something causes text tool to stop working. This error is simply, text cannot be display for Normal/Bol...
- 06:48 PM Feature #773 (Approved): AppendToClipboard(ClipData)
- 03:54 PM Feature #850 (Approved): ide: Package option to suppress warnings
- 02:04 PM Feature #260 (Approved): StringBuffer::SetLength always allocates memory
01/20/2015
- 11:17 PM Feature #964: Windows 8/7/Vista? menuitem style extension for inactive item
- GTK port can be also improved by this extension.
- 07:50 PM Feature #964 (New): Windows 8/7/Vista? menuitem style extension for inactive item
- Window 8/7/Vista? uses different frame/body for inactive elements.
- 03:31 PM Bug #961 (Approved): remove SSE2 flag...
- 01:37 PM Bug #452 (Rejected): Check font issue with cinnamon
- 01:19 PM Bug #959 (Approved): add JPG support in ParseRTF
- 01:19 PM Bug #951 (Approved): ARM Painter: Blending problem
Also available in: Atom