Commit graph

4121 commits

Author SHA1 Message Date
dolik
97a83019dd uppweb: added documentation from ide/SrcUpdater
git-svn-id: svn://ultimatepp.org/upp/trunk@3467 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-28 12:52:12 +00:00
rylek
1164d686e7 .Sql: modified SqlSession::SetError logic to overwrite last error out of transactions
.TSql: adjusted SqlBlock to do a ClearError when starting a transaction
+Core: added ArrayMap::Insert(int i, const K& key, T *newt) in analogy to Array

git-svn-id: svn://ultimatepp.org/upp/trunk@3466 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-27 07:01:41 +00:00
dolik
9c165b6794 .theide/SrcUpdater: Fixed scrolling
git-svn-id: svn://ultimatepp.org/upp/trunk@3462 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-26 17:35:09 +00:00
cxl
676e8ba67b CtrlLib: Fixed appearance of small disabled scrollbars
git-svn-id: svn://ultimatepp.org/upp/trunk@3461 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-26 13:47:13 +00:00
cxl
cb691b1a01 CtrlLib: Fixed selection in RichTextView
git-svn-id: svn://ultimatepp.org/upp/trunk@3460 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-26 13:17:53 +00:00
cxl
facb657ddb *CtrlLib: Fix in problem with DisplayPopup sometimes popping up on focus change wrongly
git-svn-id: svn://ultimatepp.org/upp/trunk@3459 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-26 09:00:37 +00:00
cxl
52c85f6a32 SqlCtrl: new SqlNOption similar to SqlOption, but returns Null on flase (instead of ''0'')
git-svn-id: svn://ultimatepp.org/upp/trunk@3458 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-26 08:01:42 +00:00
cxl
288f63f8b6 .CtrlCore: Improvements of SetLayout_
git-svn-id: svn://ultimatepp.org/upp/trunk@3456 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-25 13:07:10 +00:00
cxl
d2692fdb14 Core: Xmlize now able to define tag names for container items
git-svn-id: svn://ultimatepp.org/upp/trunk@3454 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-24 16:01:13 +00:00
cxl
dcb6537328 CtrlCore: New SetLayout_[layout name] template function generated from .lay
git-svn-id: svn://ultimatepp.org/upp/trunk@3452 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-24 09:14:43 +00:00
rylek
e214a38be9 .CtrlCore: minor style fixes in RTF parser & encoder
git-svn-id: svn://ultimatepp.org/upp/trunk@3451 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-23 22:20:37 +00:00
cxl
6e20d88568 .ide: Cleanup of bottompane issues (thanks sender_ghost)
git-svn-id: svn://ultimatepp.org/upp/trunk@3449 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-23 18:37:33 +00:00
cxl
cd486086ec .theide: Showing console after invalid method failure
git-svn-id: svn://ultimatepp.org/upp/trunk@3448 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-23 14:29:55 +00:00
cxl
d4e43f93ca theide: fixed Bug #31: TheIDE menu losing focus when building
git-svn-id: svn://ultimatepp.org/upp/trunk@3440 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-21 17:48:15 +00:00
cxl
31ee2229d3 .Core: ConvertInt now returns 'int' Value number subtype when possible
git-svn-id: svn://ultimatepp.org/upp/trunk@3434 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-18 20:58:04 +00:00
cxl
45685f14e7 .CtrlLib: CtrlLib.usc fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@3433 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-18 18:15:07 +00:00
dolik
e61ab1d285 *theide: fixed crash in SrcUpdater
git-svn-id: svn://ultimatepp.org/upp/trunk@3432 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-17 17:28:35 +00:00
dolik
3ff6060295 theide: improved source updater (batch actions, ignores)
git-svn-id: svn://ultimatepp.org/upp/trunk@3431 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-17 16:58:59 +00:00
cxl
890f88d898 *CtrlLib: RichTextView: Fixed issue with links being active after end of line
git-svn-id: svn://ultimatepp.org/upp/trunk@3429 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-17 11:32:30 +00:00
cxl
591ead2a91 CtrlLib: Improved selection in RichTextView tables
git-svn-id: svn://ultimatepp.org/upp/trunk@3428 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-17 11:21:55 +00:00
cxl
781db0382c *CtrlCore: Fixed nasty focus moving issue in theide in X11 while building
git-svn-id: svn://ultimatepp.org/upp/trunk@3427 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-16 21:32:51 +00:00
cxl
d96828eab0 *CtrCore: Fixed X11 Key_UP regression
git-svn-id: svn://ultimatepp.org/upp/trunk@3423 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-16 16:12:53 +00:00
cxl
75b38354b9 .CtrlLib: ChGtk issues
git-svn-id: svn://ultimatepp.org/upp/trunk@3422 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-16 15:40:58 +00:00
cxl
a5dd6dbe7b .CtrlLib: ChGtk reorganized
git-svn-id: svn://ultimatepp.org/upp/trunk@3420 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-16 10:32:31 +00:00
rylek
2c63826281 .TDraw: minor fixes and improvements in symbol positioning and spacing
git-svn-id: svn://ultimatepp.org/upp/trunk@3419 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-14 07:04:38 +00:00
cxl
2fbbc9989d *Draw: fixed CJK glyph issues
git-svn-id: svn://ultimatepp.org/upp/trunk@3417 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-13 10:21:59 +00:00
rylek
0531457aab .Web: fixed two bugs concerning delayed writes in HttpServer: a) unnecessary blocking waits after sending the data; b) incorrect graceful shutdown sequence
git-svn-id: svn://ultimatepp.org/upp/trunk@3415 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-13 08:21:02 +00:00
cxl
d40392943f *theide: usvn support for filenames with spaces
git-svn-id: svn://ultimatepp.org/upp/trunk@3409 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-09 03:35:59 +00:00
cxl
172a18c44d CtrlLib: Fixed issue with TabCtrl in KDE (wrong detection of Qt in chameleon)
git-svn-id: svn://ultimatepp.org/upp/trunk@3408 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-08 18:19:32 +00:00
rylek
ec05b82cdb .CtrlCore: fixed typo and added implementation of WinMetaFile::Detach
.TDraw: minor fixes and enhancements in formula painter

git-svn-id: svn://ultimatepp.org/upp/trunk@3406 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-05 21:41:38 +00:00
cxl
a42603ff0a CtrlLib: EditField now suports limited text highlighting
git-svn-id: svn://ultimatepp.org/upp/trunk@3404 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-05 14:50:43 +00:00
cxl
6350d66fbf *MySql: SQLDEFAULT added
git-svn-id: svn://ultimatepp.org/upp/trunk@3402 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-04 18:00:08 +00:00
cxl
fbdb6a315d *SetFocus0 fix
git-svn-id: svn://ultimatepp.org/upp/trunk@3401 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-04 17:17:29 +00:00
rylek
a0c02fe485 +Core: additional callback variants thanks to kohait00
git-svn-id: svn://ultimatepp.org/upp/trunk@3398 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-02 23:05:13 +00:00
cxl
3db5e8089d .usvn layout cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@3397 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-02 17:35:36 +00:00
cxl
d05e2cd85c *usvn: Fixed for filenames with spaces
git-svn-id: svn://ultimatepp.org/upp/trunk@3396 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-02 11:47:51 +00:00
cxl
14fcde26fd *CtrlCore: Fixed issue with large layout (too big for screen) and WM_GETMINMAXINFO
git-svn-id: svn://ultimatepp.org/upp/trunk@3395 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-02 11:42:50 +00:00
cxl
90a34258c9 *theide: Fixed include assist misbehaviour in Posix
git-svn-id: svn://ultimatepp.org/upp/trunk@3390 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-01 19:07:44 +00:00
cxl
6dd5701202 CtrlCore: SetFocus0 active fix...
git-svn-id: svn://ultimatepp.org/upp/trunk@3389 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-01 17:43:08 +00:00
cxl
e5d3020f1e theide: Include assist now supports ..
git-svn-id: svn://ultimatepp.org/upp/trunk@3388 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-29 12:43:04 +00:00
rylek
9b8a639680 .Geom/Ctrl: minor D&D related fixes in PlotterCtrl
git-svn-id: svn://ultimatepp.org/upp/trunk@3381 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-27 18:46:00 +00:00
cxl
71d52bd900 theide: Include assist improved
git-svn-id: svn://ultimatepp.org/upp/trunk@3380 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-27 16:45:18 +00:00
rylek
6be03cf62e .Web: minor error-related fixes in sockets
git-svn-id: svn://ultimatepp.org/upp/trunk@3379 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-27 16:06:51 +00:00
rylek
d4e208a2e2 .CtrlLib: fixed ErrorCode typo
git-svn-id: svn://ultimatepp.org/upp/trunk@3378 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-27 10:47:38 +00:00
cxl
a904548a47 CtrlLib: TrayIcon XP timeout issue workaround
git-svn-id: svn://ultimatepp.org/upp/trunk@3377 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-27 05:13:52 +00:00
cxl
70c53c50b0 CtrlLib: TrayBar now using TaskbarCreated message to recreate after explorer.exe crash
git-svn-id: svn://ultimatepp.org/upp/trunk@3376 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-27 04:56:37 +00:00
cxl
16e6eaaab6 .doc
git-svn-id: svn://ultimatepp.org/upp/trunk@3374 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-26 15:32:46 +00:00
cxl
3d34b81c32 theide: Assist for include (finished for posix)
git-svn-id: svn://ultimatepp.org/upp/trunk@3371 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-25 15:50:56 +00:00
cxl
f5efa06a41 theide: Assist for #include
git-svn-id: svn://ultimatepp.org/upp/trunk@3370 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-25 15:15:56 +00:00
cxl
a5d2aa9aaf Core: CParser::ReadInt(int min, int max)
git-svn-id: svn://ultimatepp.org/upp/trunk@3367 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-22 12:40:07 +00:00