Activity
From 09/03/2013 to 10/02/2013
10/02/2013
- 08:15 AM Bug #520: Error in plugin/png when doing SVN update
- Hello Mirek
I deleted the png folder and downloaded it again with checkout. I will do a complete checkout. - 08:12 AM Feature #527: Add operator = to EditIntSpin and rest of WithSpin controls
- Yes you are right.
In that case it would be good to remove operator= in EditXXX classes as I think <<= and a ~ o...
09/30/2013
- 11:00 PM Feature #531: Default key shortcut for print in ide should be CTRL+P
- It would be nice if CTRL+Q will be default shortcut key for exit.
- 10:38 PM Feature #531 (Approved): Default key shortcut for print in ide should be CTRL+P
- I enlose improved ide.key file.
- 10:17 PM Feature #530 (Approved): FileSel "OK" and "Cancel" should be parallel to search edit field.
- Moreover, I modified cosmetically PrinterLayout under POSIX.
I enclos improved layout file. - 10:59 AM Feature #527: Add operator = to EditIntSpin and rest of WithSpin controls
- Seriously, if anything, I would like to remove operator= form EditInt.
For years, these things are supposed to be ... - 10:51 AM Feature #529 (Approved): Add JSON support for Date/Time using ASP.NET trick
- http://msdn.microsoft.com/en-us/library/bb299886.aspx#intro_to_json_sidebarb
- 09:00 AM Feature #528 (Rejected): To set public GetWndScreenRect()
- Now GetWndScreenRect() is private.
However that is the only function to get the window rectangle with the frame i...
09/27/2013
- 10:59 PM Feature #527 (Approved): Add operator = to EditIntSpin and rest of WithSpin controls
- Now it is an error to do:
EditIntSpin data;
data = 23;
However in EditInt is permitted.
It as simple as add...
09/26/2013
- 08:28 PM Bug #526 (Approved): GCC returns warning when compiling plugin/tif ("format not a string literal ...
09/23/2013
- 02:43 PM Feature #515 (Patch ready): Add CURRENT_TIME/DATE to SqlExp
- See attached patch please. I added:...
- 02:43 PM Feature #515 (Patch ready): Add CURRENT_TIME/DATE to SqlExp
- See attached patch please. I added:...
- 02:43 PM Feature #515 (Patch ready): Add CURRENT_TIME/DATE to SqlExp
- See attached patch please. I added:...
- 02:43 PM Feature #515 (Patch ready): Add CURRENT_TIME/DATE to SqlExp
- See attached patch please. I added:...
- 02:43 PM Feature #515 (Patch ready): Add CURRENT_TIME/DATE to SqlExp
- See attached patch please. I added:...
09/22/2013
- 11:58 PM Bug #526 (Ready for QA): GCC returns warning when compiling plugin/tif ("format not a string lite...
- 09:41 PM Bug #526 (Approved): GCC returns warning when compiling plugin/tif ("format not a string literal ...
- It seems that gcc returns following warning: "format not a string literal and no format arguments [-Wformat-security]...
- 11:05 AM Feature #523: Periodic background jobs in skylark
- I was thinking about similar interface to what is in CtrlCore (or using bazaar/Timer). I decided to drop support for ...
- 09:59 AM Feature #523: Periodic background jobs in skylark
- Generally, I like the idea, but I would like to be able to schedule one time job too and the ability to kill the job....
09/21/2013
- 07:18 PM Feature #525 (New): Add CPU architecture flag(s)
- http://www.ultimatepp.org/forum/index.php?t=msg&goto=40828&#msg_40828
- 06:55 PM Feature #524 (Approved): Add support for uploading Stream data to HttpRequest
- http://www.ultimatepp.org/forum/index.php?t=msg&th=7799&start=0&
09/19/2013
- 08:35 PM Bug #510 (Approved): Alt+I on method implementation not declared in the class should go to the cl...
- 07:59 PM Bug #520: Error in plugin/png when doing SVN update
- Weird, I have no such problems in my working copies -> I would say the problem is with your working copy (not reposit...
- 07:57 PM Feature #519 (Approved): Java missing keywords (CodeEditor)
09/18/2013
- 07:49 PM Feature #523 (Patch ready): Periodic background jobs in skylark
- Sometimes it is handy to be able to execute some periodic job inside the server that runs in background, independentl...
09/17/2013
- 02:54 PM Bug #522 (Approved): Add reference example for S_*:: methods
- 10:36 AM Bug #521 (Approved): Double "select".
- 02:14 AM Bug #521 (Approved): Double "select".
- http://code.google.com/p/upp-mirror/source/detail?r=6347
Now code
Select(SqlAll()).From(TABLE)
generates two ...
09/16/2013
- 07:33 PM Bug #520 (Rejected): Error in plugin/png when doing SVN update
- When doing SVN update od uppsrc this error is got:
Command: Update
Updating: C:Upp\uppsrc\plugin
Skipped, re...
09/15/2013
- 09:28 PM Feature #519 (Approved): Java missing keywords (CodeEditor)
- It seems that Code Editor does not highlight some keywords from newer Java (5 and above).
* Cosmetic fix - 07:16 PM Feature #442 (Approved): Add more languages to CodeEditor
- 07:15 PM Feature #511 (Rejected): Is Select::Get really neceassarry
- 07:15 PM Feature #511: Is Select::Get really neceassarry
- Not worth changing, as Oracle requires "from DUAL"...
- 07:14 PM Feature #517 (Approved): "wchar_t" c++ keyword is missing (CodeEditor)
- 07:11 PM Feature #514 (Approved): Win32 - FileSel should display "Local Disk" if disk(partition) haven't a...
09/14/2013
- 11:48 PM Feature #518 (Approved): RichEdit: Avoid to resize when layout and add a zoom level usable by mouse
- See the last post from Alendar:
http://www.ultimatepp.org/forum/index.php?t=msg&goto=40773&#msg_40773
Now RichEdi... - 11:36 PM Feature #517 (Approved): "wchar_t" c++ keyword is missing (CodeEditor)
- * Cosmetic fix
- 06:24 PM Bug #516 (Approved): CodeEditor dosen't recognize float numers.
09/13/2013
- 12:48 AM Bug #516: CodeEditor dosen't recognize float numers.
- I enclosed last fix (I am sorry for the mess I made).
09/12/2013
- 10:12 PM Bug #516: CodeEditor dosen't recognize float numers.
- * Small fix
- 09:05 PM Bug #516 (Approved): CodeEditor dosen't recognize float numers.
- In this week I have worked a lot with float numbers. I have noticed one sad thing. CodeEditor dosen't recognize float...
- 08:20 PM Feature #515 (Approved): Add CURRENT_TIME/DATE to SqlExp
- 05:47 PM Feature #514 (Approved): Win32 - FileSel should display "Local Disk" if disk(partition) haven't a...
- http://www.ultimatepp.org/forum/index.php?t=msg&th=7665&start=0&
**** TRANSLATION IS NEEDED
09/08/2013
- 06:57 PM Feature #512 (Approved): "Largeicon" implementation for X11
- 06:57 PM Feature #513 (Approved): Missing c++ "logical" keywords in CodeEditor
- 02:12 AM Feature #513 (Ready for QA): Missing c++ "logical" keywords in CodeEditor
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... - 02:48 PM Bug #255 (Approved): Fix umk
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...
- 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)
... - 12:34 AM Feature #502 (Approved): High resolution icons for TheIDE
- This feature is definitely finished.
- 02:00 PM Feature #511 (Rejected): Is Select::Get really neceassarry
- 09:15 AM Bug #510 (Approved): Alt+I on method implementation not declared in the class should go to the cl...
09/05/2013
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 ... - 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 ... - 07:54 PM Bug #484 (Ready for CR): Automated sorting of layout items (based on graphical position) in layou...
- 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 ...
- 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... - 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... - 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... - 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... - 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... - 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... - 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...
- 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... - 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... - 08:31 PM Feature #508 (Approved): SqlExp SelectAll
- 08:07 PM Bug #485 (Approved): Linux issues - font bold weight, scrollbar artifacts
- 08:54 AM Feature #509: Add reference example for SQL functions
- SelectAll...
- 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...
09/03/2013
- 08:06 PM Bug #505 (Approved): TopWindow::CenterRect under X11 may lead to window deformation
- 08:04 PM Bug #504 (Approved): QtfDlgEditor shoud be sizeable and zoomable
- 07:52 PM Feature #508 (Approved): SqlExp SelectAll
- 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...
- 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...
- 12:40 PM Bug #507 (Approved): Resolve debugging with GDB of console apps
- 09:29 AM Bug #506 (Rejected): LocalProcess Win32 handles should (?) use INVALID_HANDLE_VALUE instead of NULL
Also available in: Atom