Activity

From 09/30/2012 to 10/29/2012

10/29/2012

08:02 AM Bug #345 (Rejected): Check win32 deinstall
Miroslav Fidler

10/27/2012

11:27 AM Bug #344 (Approved): Find / Find in files in theide should always set focus on "Find" when opening
Miroslav Fidler

10/26/2012

09:35 AM Bug #338 (Approved): MySql varchar is unnecessarily limited to 255 characters
Miroslav Fidler

10/25/2012

11:07 AM Bug #344 (Approved): Find / Find in files in theide should always set focus on "Find" when opening
Miroslav Fidler

10/24/2012

10:47 AM Feature #343 (Approved): Add missin docs
http://www.ultimatepp.org/forum/index.php?t=msg&th=6995&start=0& Miroslav Fidler

10/23/2012

11:28 AM Bug #341 (Approved): Witz template parser eats empty lines
Miroslav Fidler
11:09 AM Feature #342 (Approved): hierarchical SQL queries
http://www.postgresql.org/docs/8.4/static/queries-with.html
WITH RECURSIVE r(parent_id, name, id, t) AS
(
/*P...
Miroslav Fidler

10/20/2012

01:34 AM Bug #341: Witz template parser eats empty lines
Corrected the patch Jan Dolinár
01:14 AM Bug #341 (Approved): Witz template parser eats empty lines
Empty lines get discarded when witz template is read. No big deal for general html, but in <pre> block or in pl... Jan Dolinár
08:43 PM Feature #340 (Approved): Allow to postpone computation heavy processing after Skylark serves resp...
It is quite common situation where user request can be answered quickly, but there is a lot of additional work that i... Jan Dolinár
09:10 AM Bug #339 (Approved): Resolve theide Install directories
- putting output dir into Program Files is probably not the best idea... Miroslav Fidler

10/19/2012

07:51 PM Bug #338 (Approved): MySql varchar is unnecessarily limited to 255 characters
The function MySqlTextType() returns varchar only for lengths <256, but since MySql 5.0.3 (that came out in 2005) "it... Jan Dolinár
05:17 PM Feature #323: Customizable signal handlers in Skylark
Hi Mirek,
just one more question: Is there any reason for the fact that the signal handling is only available in the...
Jan Dolinár
12:44 PM Feature #336 (Approved): Templated Edit*Spin clases
Miroslav Fidler

10/18/2012

09:04 AM Feature #337 (Rejected): Sql: Script session
Miroslav Fidler

10/16/2012

06:34 PM Feature #336 (Approved): Templated Edit*Spin clases
Thinking about "Pavel's question":http://www.ultimatepp.org/forum/index.php?t=msg&goto=37550, I came up with idea to ... Jan Dolinár

10/13/2012

12:34 PM Task #275 (Approved): Document Jsonize
Miroslav Fidler

10/12/2012

09:36 AM Bug #298: TopWindow incorrectly animated if popup appears
I was unable to reproduce; anyway I was doing something with DisplayPopUp recently too.
Does this problem still ex...
Miroslav Fidler

10/10/2012

10:10 PM Feature #335 (New): Add CodeFolding to CodeEditor
Miroslav Fidler
09:56 PM Bug #334 (Approved): Fix wrong font height issue in EditField (perhaps FontZoom issue?)
Miroslav Fidler

10/08/2012

02:55 PM Bug #334 (Approved): Fix wrong font height issue in EditField (perhaps FontZoom issue?)
Miroslav Fidler

10/07/2012

02:56 PM Feature #333 (Approved): Static files serving improvements
Tested, works well. Thanks for pointing out and fixing the flaws ;-) Jan Dolinár
02:29 PM Feature #333 (Ready for QA): Static files serving improvements
Miroslav Fidler
01:52 PM Feature #333: Static files serving improvements
Thanks, looks good, was planning something like this... Miroslav Fidler
01:51 PM Feature #333 (Approved): Static files serving improvements
Miroslav Fidler
02:03 PM Bug #259 (Rejected): ide crashing with not closed #ifdef (?)
Not reproduced, not reason found in the code review. Miroslav Fidler
01:56 PM Bug #288 (Approved): int64 conversion to int warning in HttpRequest::GetContentLength()
Miroslav Fidler
01:56 PM Bug #332 (Rejected): CtrlLib: MenuBar::Execute changes
Sure, there is no solution to this problem... Miroslav Fidler
01:54 PM Feature #206 (Rejected): force_inline increases app size 5241344->5331456
Miroslav Fidler
01:53 PM Feature #194 (Rejected): Layout forms
Miroslav Fidler
01:52 PM Bug #257 (Approved): Docking problem
Miroslav Fidler
01:52 PM Bug #252 (Approved): GDB (new): Fix CPU debugging
Miroslav Fidler

10/04/2012

06:21 PM Feature #333 (Approved): Static files serving improvements
Hi,
I figured out serving the static files with no caching is not a very clever idea. So I added optional caching...
Jan Dolinár
11:37 AM Bug #332: CtrlLib: MenuBar::Execute changes
With third patch the menu closes without the "tail" of previous menu (this is correct).
But after testing with *Menu...
Sender Ghost
09:37 AM Bug #332: CtrlLib: MenuBar::Execute changes
Fixed some typos for third patch. Sender Ghost
09:12 AM Bug #332: CtrlLib: MenuBar::Execute changes
Also, there is some kind of simple application to test MenuBar::Execute (for single menu). Sender Ghost
09:09 AM Bug #332 (Patch ready): CtrlLib: MenuBar::Execute changes
I implemented another approach (the third patch), while using destructor with *CloseMenu* and *One* container.
At le...
Sender Ghost
09:09 AM Bug #332 (Patch ready): CtrlLib: MenuBar::Execute changes
I implemented another approach (the third patch), while using destructor with *CloseMenu* and *One* container.
At le...
Sender Ghost
09:09 AM Bug #332 (Patch ready): CtrlLib: MenuBar::Execute changes
I implemented another approach (the third patch), while using destructor with *CloseMenu* and *One* container.
At le...
Sender Ghost
09:09 AM Bug #332 (Patch ready): CtrlLib: MenuBar::Execute changes
I implemented another approach (the third patch), while using destructor with *CloseMenu* and *One* container.
At le...
Sender Ghost

10/01/2012

08:14 PM Feature #323 (Approved): Customizable signal handlers in Skylark
Miroslav Fidler
08:14 PM Bug #329 (Approved): umk fails
Miroslav Fidler
08:13 PM Bug #330 (Approved): examples/GoogleMaps do not work in POSIX
Miroslav Fidler

09/30/2012

09:44 PM Bug #332: CtrlLib: MenuBar::Execute changes
Well, the "full" solution would probably had to use some form of PostCallback so that Execute is left before the new ... Miroslav Fidler
08:38 AM Bug #332: CtrlLib: MenuBar::Execute changes
But might be exists the possibility of stack overflow for the solution (second patch), because of possible long recur... Sender Ghost
08:03 AM Bug #332: CtrlLib: MenuBar::Execute changes
I have added the second patch with possible solution for the (new) issue. Sender Ghost
09:41 PM Bug #328 (Approved): Build system - test intermediate products
Miroslav Fidler

09/29/2012

12:28 AM Bug #332: CtrlLib: MenuBar::Execute changes
My patch didn't solve the problem with repeated right mouse click.
Current solution works for the test case, but (ne...
Sender Ghost
 

Also available in: Atom