Activity

From 08/10/2013 to 09/08/2013

09/08/2013

06:57 PM Feature #512 (Approved): "Largeicon" implementation for X11
Miroslav Fidler
06:57 PM Feature #513 (Approved): Missing c++ "logical" keywords in CodeEditor
Miroslav Fidler
02:12 AM Feature #513 (Ready for QA): Missing c++ "logical" keywords in CodeEditor
Zbigniew Rebacz

09/07/2013

12:28 AM Feature #513 (Approved): Missing c++ "logical" keywords in CodeEditor
I noticed that CodeEditor dosen't recognize logical keywords such as "not", "and" or "not_eq". For example:
#include...
Zbigniew Rebacz
02:48 PM Bug #255 (Approved): Fix umk
Miroslav Fidler

09/06/2013

01:43 AM Feature #512: "Largeicon" implementation for X11
* X11Top.cpp (Unity fix - It seems that Unity windows manager dosen't implement "PropModeAppend"!!! Instead of it I u... Zbigniew Rebacz
12:38 AM Feature #512 (Approved): "Largeicon" implementation for X11
I implemented "Largeicon" feature for X11. It works exactly the same like on ms windows. (Tested on Kubuntu 13.04)
...
Zbigniew Rebacz
12:34 AM Feature #502 (Approved): High resolution icons for TheIDE
This feature is definitely finished. Zbigniew Rebacz
02:00 PM Feature #511 (Rejected): Is Select::Get really neceassarry
Miroslav Fidler
09:15 AM Bug #510 (Approved): Alt+I on method implementation not declared in the class should go to the cl...
Miroslav Fidler

09/05/2013

09:57 PM Feature #461 (Approved): Option for not closing Find/Replace dialog automatically
r6317 Sender Ghost

09/04/2013

09:41 PM Bug #484 (Approved): Automated sorting of layout items (based on graphical position) in layout de...
Ok, now the algorithm is able to sort layout(s) for test.
As I understood, changing an item to last cursor position ...
Sender Ghost
09:41 PM Bug #484 (Approved): Automated sorting of layout items (based on graphical position) in layout de...
Ok, now the algorithm is able to sort layout(s) for test.
As I understood, changing an item to last cursor position ...
Sender Ghost
07:54 PM Bug #484 (Ready for CR): Automated sorting of layout items (based on graphical position) in layou...
Miroslav Fidler
07:54 PM Bug #484: Automated sorting of layout items (based on graphical position) in layout designer
OK, one last try: by making RectLess less tolerant, it sorts your layout too, while retaining ability to sort what I ... Miroslav Fidler
02:57 AM Bug #484: Automated sorting of layout items (based on graphical position) in layout designer
Miroslav Fidler wrote:
> the comparison really needs to be "tolerant", which obviously creates ambiguity, but I rath...
Sender Ghost
02:57 AM Bug #484: Automated sorting of layout items (based on graphical position) in layout designer
Miroslav Fidler wrote:
> the comparison really needs to be "tolerant", which obviously creates ambiguity, but I rath...
Sender Ghost
09:20 PM Feature #461 (Patch ready): Option for not closing Find/Replace dialog automatically
Miroslav Fidler wrote:
> OK. I believe that moving Close before Setup has fixed it...
No, it doesn't.
My first p...
Sender Ghost
09:20 PM Feature #461 (Patch ready): Option for not closing Find/Replace dialog automatically
Miroslav Fidler wrote:
> OK. I believe that moving Close before Setup has fixed it...
No, it doesn't.
My first p...
Sender Ghost
09:20 PM Feature #461 (Patch ready): Option for not closing Find/Replace dialog automatically
Miroslav Fidler wrote:
> OK. I believe that moving Close before Setup has fixed it...
No, it doesn't.
My first p...
Sender Ghost
09:20 PM Feature #461 (Patch ready): Option for not closing Find/Replace dialog automatically
Miroslav Fidler wrote:
> OK. I believe that moving Close before Setup has fixed it...
No, it doesn't.
My first p...
Sender Ghost
07:59 PM Feature #461: Option for not closing Find/Replace dialog automatically
Argh, I am an idiot... reproduced.
OK. I believe that moving Close before Setup has fixed it...
Miroslav Fidler
04:38 AM Feature #461: Option for not closing Find/Replace dialog automatically
Miroslav Fidler wrote:
> Am I doing something wrong?
Seems like, you didn't enable *Setup* -> *Environment* -> *E...
Sender Ghost
04:38 AM Feature #461: Option for not closing Find/Replace dialog automatically
Miroslav Fidler wrote:
> Am I doing something wrong?
Seems like, you didn't enable *Setup* -> *Environment* -> *E...
Sender Ghost
08:31 PM Feature #508 (Approved): SqlExp SelectAll
Miroslav Fidler
08:07 PM Bug #485 (Approved): Linux issues - font bold weight, scrollbar artifacts
Miroslav Fidler
08:54 AM Feature #509: Add reference example for SQL functions
SelectAll... Miroslav Fidler
08:26 AM Feature #509 (New): Add reference example for SQL functions
template <class T>
void SqlLoadTable(T& t, SqlId table, SqlId key = SqlId("ID"))
template <class T>
void SqlLoad...
Miroslav Fidler

09/03/2013

08:06 PM Bug #505 (Approved): TopWindow::CenterRect under X11 may lead to window deformation
Miroslav Fidler
08:04 PM Bug #504 (Approved): QtfDlgEditor shoud be sizeable and zoomable
Miroslav Fidler
07:52 PM Feature #508 (Approved): SqlExp SelectAll
Miroslav Fidler
07:51 PM Feature #461: Option for not closing Find/Replace dialog automatically
I do not know, I am trying to reproduce and everything works find. It IMO does not even make sense looking at the cod... Miroslav Fidler
07:46 PM Bug #484: Automated sorting of layout items (based on graphical position) in layout designer
Well, I understand your concerns, but for my usage scenario (and I have used it 4 times today, saved me about 20 minu... Miroslav Fidler
12:40 PM Bug #507 (Approved): Resolve debugging with GDB of console apps
Miroslav Fidler
09:29 AM Bug #506 (Rejected): LocalProcess Win32 handles should (?) use INVALID_HANDLE_VALUE instead of NULL
Miroslav Fidler

09/02/2013

10:28 PM Bug #484 (Patch ready): Automated sorting of layout items (based on graphical position) in layout...
Miroslav Fidler wrote:
> Changed sorting algorithm to bubblesort, this should at least make it stable
Your algori...
Sender Ghost
10:28 PM Bug #484 (Patch ready): Automated sorting of layout items (based on graphical position) in layout...
Miroslav Fidler wrote:
> Changed sorting algorithm to bubblesort, this should at least make it stable
Your algori...
Sender Ghost
10:28 PM Bug #484 (Patch ready): Automated sorting of layout items (based on graphical position) in layout...
Miroslav Fidler wrote:
> Changed sorting algorithm to bubblesort, this should at least make it stable
Your algori...
Sender Ghost
03:09 PM Bug #484: Automated sorting of layout items (based on graphical position) in layout designer
OK, based on suggested issue and some initial experience (you would not believe how often I need this :) I have made... Miroslav Fidler
04:24 PM Bug #505 (Ready for QA): TopWindow::CenterRect under X11 may lead to window deformation
Zbigniew Rebacz

09/01/2013

01:09 AM Bug #505 (Approved): TopWindow::CenterRect under X11 may lead to window deformation
http://www.ultimatepp.org/forum/index.php?t=msg&goto=40685&#msg_40685
_* Last fix from this branch_
Zbigniew Rebacz
07:17 PM Bug #503 (Approved): TopWindow::CenterRect under X11 may lead to crash in "multi monitor mode"
Miroslav Fidler

08/30/2013

08:50 PM Bug #504 (Approved): QtfDlgEditor shoud be sizeable and zoomable
Om my machine (Kubuntu 13.04 - Multi monitor mode) QtfDlgEditor size is unnaturaly huge. Personally, I think each use... Zbigniew Rebacz
06:45 PM Feature #502: High resolution icons for TheIDE
Finally, I diagnosed what is wrong. The problem is that TopWindow::SyncCaption() (From CtrlCore/X11Top.cpp - line 163... Zbigniew Rebacz
02:24 PM Feature #502: High resolution icons for TheIDE
Large icon also doesn't work in SelectPkg.cpp (line 14):
@
Icon(IdeImg::Package(), IdeImg::PackageLarge());
@
The...
Zbigniew Rebacz
02:16 PM Feature #502 (New): High resolution icons for TheIDE
Zbigniew Rebacz
02:15 PM Feature #502 (Rejected): High resolution icons for TheIDE
It seems that this code dosen't work (ide.cpp - line 746):
@
switch(state_icon) {
case 1: Icon(IdeImg::IconDebu...
Zbigniew Rebacz
02:15 PM Feature #502 (Rejected): High resolution icons for TheIDE
It seems that this code dosen't work (ide.cpp - line 746):
@
switch(state_icon) {
case 1: Icon(IdeImg::IconDebu...
Zbigniew Rebacz
02:15 PM Feature #502 (Rejected): High resolution icons for TheIDE
It seems that this code dosen't work (ide.cpp - line 746):
@
switch(state_icon) {
case 1: Icon(IdeImg::IconDebu...
Zbigniew Rebacz
01:34 PM Bug #503 (Approved): TopWindow::CenterRect under X11 may lead to crash in "multi monitor mode"
http://www.ultimatepp.org/forum/index.php?t=msg&goto=40675&#msg_40675 Zbigniew Rebacz

08/29/2013

05:47 PM Feature #461: Option for not closing Find/Replace dialog automatically
Miroslav Fidler wrote:
> Feels overcomplicated... what about just closing it if it is open? (in svn now).
This wo...
Sender Ghost
03:14 PM Feature #461 (Ready for CR): Option for not closing Find/Replace dialog automatically
Feels overcomplicated... what about just closing it if it is open? (in svn now). Miroslav Fidler
03:14 PM Feature #461 (Ready for CR): Option for not closing Find/Replace dialog automatically
Feels overcomplicated... what about just closing it if it is open? (in svn now). Miroslav Fidler
02:35 PM Feature #502 (Approved): High resolution icons for TheIDE
Miroslav Fidler
08:23 AM Feature #502 (Patch ready): High resolution icons for TheIDE
Miroslav Fidler
08:24 AM Bug #470 (Approved): ValueMap::RemoveKey
Miroslav Fidler

08/28/2013

09:35 PM Feature #502 (Approved): High resolution icons for TheIDE
http://www.ultimatepp.org/forum/index.php?t=msg&th=7731&start=0& Zbigniew Rebacz

08/27/2013

01:07 AM Bug #486 (Approved): Menubar color
Zbigniew Rebacz

08/25/2013

10:52 AM Feature #490 (Approved): Ide: Add support for VC2013
Miroslav Fidler
10:36 AM Feature #501 (New): Multiple configurations for theide
Miroslav Fidler
10:26 AM Feature #500 (New): ide layout designer could pregenerate dialog based on struct/class definition...
Miroslav Fidler

08/21/2013

05:14 PM Bug #470: ValueMap::RemoveKey
Miroslav Fidler wrote:
> Vector is capable of removing sorted set of indicies in single operation.
Agreed, this i...
Sender Ghost
03:58 PM Bug #484: Automated sorting of layout items (based on graphical position) in layout designer
I have a different use case, where my version of changes is alright.
But if you need my opinion about your changes, ...
Sender Ghost
09:46 AM Bug #484 (Ready for CR): Automated sorting of layout items (based on graphical position) in layou...
In the end, I have used slightly different code - RectLess needed to be made more tolerating in vertical axis to corr... Miroslav Fidler

08/20/2013

08:44 PM Bug #470 (Ready for CR): ValueMap::RemoveKey
Thanks, I have started with a), but used "mass" removal Remove... (Vector is capable of removing sorted set of indici... Miroslav Fidler
08:44 PM Bug #470 (Ready for CR): ValueMap::RemoveKey
Thanks, I have started with a), but used "mass" removal Remove... (Vector is capable of removing sorted set of indici... Miroslav Fidler

08/19/2013

12:05 AM Bug #484: Automated sorting of layout items (based on graphical position) in layout designer
Added third version of the patch.
The algorithm is based on second version of the patch, but uses *IndexSort2* fun...
Sender Ghost
07:19 PM Feature #494 (Approved): SortByKeys, SortByValues, SortByKeysAndValues
Miroslav Fidler

08/17/2013

08:33 AM Feature #461: Option for not closing Find/Replace dialog automatically
What I said:
> In conclusion, even persistent dialog should be closed, before invoked again.
is not quite true.
...
Sender Ghost
07:39 AM Feature #461 (Patch ready): Option for not closing Find/Replace dialog automatically
I found a bug in current implementation (r6032).
How to reproduce:
1. Enable persistent Find/Replace dialog (*Set...
Sender Ghost
07:39 AM Feature #461 (Patch ready): Option for not closing Find/Replace dialog automatically
I found a bug in current implementation (r6032).
How to reproduce:
1. Enable persistent Find/Replace dialog (*Set...
Sender Ghost
07:39 AM Feature #461 (Patch ready): Option for not closing Find/Replace dialog automatically
I found a bug in current implementation (r6032).
How to reproduce:
1. Enable persistent Find/Replace dialog (*Set...
Sender Ghost
07:39 AM Feature #461 (Patch ready): Option for not closing Find/Replace dialog automatically
I found a bug in current implementation (r6032).
How to reproduce:
1. Enable persistent Find/Replace dialog (*Set...
Sender Ghost

08/16/2013

07:38 AM Feature #353 (Approved): Add support for VC2012
r6163 Sender Ghost
07:38 AM Feature #353 (Approved): Add support for VC2012
r6163 Sender Ghost
07:03 AM Bug #470 (Patch ready): ValueMap::RemoveKey
Since, there are no concrete requirements, I made two variants of patches:
a) The *ValueMap::RemoveKey* removes keys...
Sender Ghost
07:03 AM Bug #470 (Patch ready): ValueMap::RemoveKey
Since, there are no concrete requirements, I made two variants of patches:
a) The *ValueMap::RemoveKey* removes keys...
Sender Ghost
07:03 AM Bug #470 (Patch ready): ValueMap::RemoveKey
Since, there are no concrete requirements, I made two variants of patches:
a) The *ValueMap::RemoveKey* removes keys...
Sender Ghost

08/13/2013

11:34 PM Bug #484: Automated sorting of layout items (based on graphical position) in layout designer
Added second version of the patch.
Now, the sorting algorithm uses information about alignment.
Sender Ghost
08:45 PM Bug #484: Automated sorting of layout items (based on graphical position) in layout designer
The only drawback of proposed sorting algorithm is that it doesn't use information about alignment. Sender Ghost
08:37 AM Bug #484 (Patch ready): Automated sorting of layout items (based on graphical position) in layout...
Added possible implementation. Sender Ghost
08:37 AM Bug #484 (Patch ready): Automated sorting of layout items (based on graphical position) in layout...
Added possible implementation. Sender Ghost
 

Also available in: Atom