Commit graph

2418 commits

Author SHA1 Message Date
cxl
68eb8087bd ide: png. editor
git-svn-id: svn://ultimatepp.org/upp/trunk@5072 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-21 19:25:59 +00:00
cxl
3d81121473 *Core: Fixing TcpSocket connection behaviour when server unavailable
git-svn-id: svn://ultimatepp.org/upp/trunk@5070 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-21 06:55:40 +00:00
cxl
15ef7e6260 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@5068 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-20 21:00:41 +00:00
cxl
65b9b28009 .svn case issue
git-svn-id: svn://ultimatepp.org/upp/trunk@5067 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-20 20:52:25 +00:00
cxl
d38949e7d8 ide: is now capable of viewing .png, .jpg, .gif and .bmp files
git-svn-id: svn://ultimatepp.org/upp/trunk@5066 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-20 18:59:41 +00:00
cxl
6f0d44b3bb Core: GetTimeZoneText, SMTP: fixed Date field time zone info
git-svn-id: svn://ultimatepp.org/upp/trunk@5065 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-20 12:24:09 +00:00
cxl
a078e848b2 ide: Save file on window deactivation option
git-svn-id: svn://ultimatepp.org/upp/trunk@5064 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-20 10:21:58 +00:00
cxl
0257c6fe8b ide: Javascript syntax highlighting
git-svn-id: svn://ultimatepp.org/upp/trunk@5063 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-20 06:42:43 +00:00
cxl
52fc30693f Core: Language settings are now per-thread
git-svn-id: svn://ultimatepp.org/upp/trunk@5061 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-19 20:43:55 +00:00
cxl
5f95c7402e RichText, RichEdit: Styles of paragraph ruler (dotted, dashed)
git-svn-id: svn://ultimatepp.org/upp/trunk@5059 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-19 09:48:35 +00:00
cxl
ec2638d922 *Core: GetHashValue fixed for function pointers
git-svn-id: svn://ultimatepp.org/upp/trunk@5053 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-16 11:03:53 +00:00
rylek
99e5a88d3c .ide/FindInFiles.cpp: modified FindInFiles dialog to accept empty search string (just looks up files matching a given name pattern)
git-svn-id: svn://ultimatepp.org/upp/trunk@5050 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-15 08:35:36 +00:00
cxl
60bb7914df Painter: Fixed issue with Text(..const char *..) (wrong length of text if n = -1)
git-svn-id: svn://ultimatepp.org/upp/trunk@5049 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-12 09:22:15 +00:00
cxl
423409da17 Core: Thread now catches Exc and ExitExc
git-svn-id: svn://ultimatepp.org/upp/trunk@5048 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-11 12:32:13 +00:00
cxl
4a534d9adb CtrlLib: LineEdit Scroll* enhacements (thanks Koldo)
git-svn-id: svn://ultimatepp.org/upp/trunk@5046 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-08 17:39:41 +00:00
cxl
3c2194aadd Core: Thread::Priority now implemented for POSIX (thanks tojocky)
git-svn-id: svn://ultimatepp.org/upp/trunk@5045 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-08 15:45:02 +00:00
cxl
c492aaed26 Sql: SqlLoadTable, SqlLoadColumn
git-svn-id: svn://ultimatepp.org/upp/trunk@5044 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-08 14:01:53 +00:00
cxl
1e51d0ded1 *RichText: Fixed issue with AsQTF(RichObject)
git-svn-id: svn://ultimatepp.org/upp/trunk@5042 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-06 21:07:03 +00:00
cxl
73b363f60c *Core/SSL: INITBLOCK moved to icpp
git-svn-id: svn://ultimatepp.org/upp/trunk@5040 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-05 11:03:49 +00:00
cxl
f3d971c757 MySql: Reconnect now public
git-svn-id: svn://ultimatepp.org/upp/trunk@5037 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-04 15:03:26 +00:00
cxl
ca0e70b110 Mysql: WhenReconnect
git-svn-id: svn://ultimatepp.org/upp/trunk@5035 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-03 18:01:56 +00:00
cxl
3b89eaa939 Core: -lrt added for POSIX
git-svn-id: svn://ultimatepp.org/upp/trunk@5030 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-01 17:08:25 +00:00
rylek
759e50b1b1 .Sql: oprava konverze Id -> String
git-svn-id: svn://ultimatepp.org/upp/trunk@5027 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-01 11:04:23 +00:00
cxl
af722b6332 * Painter: fixed issue with subpixe (RM #281), Core: AsString(RGBA), CtrlCore: NoLayoutZoom fix for MSC
git-svn-id: svn://ultimatepp.org/upp/trunk@5026 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-31 09:18:29 +00:00
cxl
9c016c56b0 *CtrlCore: NoLayoutZoom another fix
git-svn-id: svn://ultimatepp.org/upp/trunk@5024 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-30 15:26:46 +00:00
cxl
ef8515663a .Core: SetSysDate fix
git-svn-id: svn://ultimatepp.org/upp/trunk@5023 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-30 13:20:29 +00:00
cxl
420b10a444 Core: GetTickCount refactored on posix, SetSysTime (thanks steffen)
git-svn-id: svn://ultimatepp.org/upp/trunk@5022 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-30 09:57:36 +00:00
dolik
e148bae3d9 .theide: .upp format docs (RM #207)
git-svn-id: svn://ultimatepp.org/upp/trunk@5019 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-29 17:28:53 +00:00
cxl
256d593755 *Core: HTTP request clears 'body' at start of new request
git-svn-id: svn://ultimatepp.org/upp/trunk@5018 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-29 11:10:05 +00:00
cxl
0714217ba2 u++: packages added Scatter
git-svn-id: svn://ultimatepp.org/upp/trunk@5014 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-28 16:54:44 +00:00
cxl
4783cb7e87 *ide: Fixed add/remove flags
git-svn-id: svn://ultimatepp.org/upp/trunk@5013 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-28 16:30:13 +00:00
cxl
084f274658 *CtrlCore: Fixed NoLayoutZoom
git-svn-id: svn://ultimatepp.org/upp/trunk@5012 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-28 15:45:11 +00:00
cxl
8850c3e02f Core: LOGDEX, DUMPHEX, fixes of HttpRequest, TcpSocket
git-svn-id: svn://ultimatepp.org/upp/trunk@5011 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-28 11:54:20 +00:00
cxl
34c8860637 *CtrlCore: SerializePlacement Maximize fix
git-svn-id: svn://ultimatepp.org/upp/trunk@5003 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-23 13:39:07 +00:00
cxl
ce6e97e5b1 *CtrlCore: TopWindow:SerializePlacement fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@5001 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-23 13:26:18 +00:00
cxl
ea76de2476 *Core: HttpRequest::Cookie fixed to compile with GCC
git-svn-id: svn://ultimatepp.org/upp/trunk@4999 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-23 09:42:59 +00:00
cxl
8f22ce895c Core: HttpRequest improved cookie precendence
git-svn-id: svn://ultimatepp.org/upp/trunk@4996 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-22 13:35:05 +00:00
cxl
6ecaedceb1 ide: Insert clipboard as C string, convert text to C string
git-svn-id: svn://ultimatepp.org/upp/trunk@4995 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-22 13:00:27 +00:00
cxl
832424d8f0 Core: Improved Http Cookie support
git-svn-id: svn://ultimatepp.org/upp/trunk@4994 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-22 12:33:16 +00:00
cxl
8307fa6b7e Core: HttpRequest improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@4993 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-22 10:36:29 +00:00
cxl
856f93f30c Core: HttpResponse
git-svn-id: svn://ultimatepp.org/upp/trunk@4991 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-21 16:30:27 +00:00
unodgs
eefe31c267 GridCtrl: Added explicitly enabling of clipboard cut, copy and paste operations
git-svn-id: svn://ultimatepp.org/upp/trunk@4988 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-21 14:29:16 +00:00
unodgs
ddea7aa1e3 GridCtrl: Fixed crash on dragging if grid was cleared, added Jsonize
git-svn-id: svn://ultimatepp.org/upp/trunk@4985 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-21 14:19:36 +00:00
cxl
72cb665b65 Core: Exit
git-svn-id: svn://ultimatepp.org/upp/trunk@4982 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-21 12:45:37 +00:00
cxl
6af4f51f5f Core: fixed int->int64 conversion warning
git-svn-id: svn://ultimatepp.org/upp/trunk@4980 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-21 11:00:55 +00:00
cxl
0c46b00860 Core: HttpHeader now supports SCGI requests
git-svn-id: svn://ultimatepp.org/upp/trunk@4979 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-20 17:56:42 +00:00
micio
ea9ac87048 Ide/Debuggers/Gdb_MI2 : adapted python Value inspectors to Core changes
git-svn-id: svn://ultimatepp.org/upp/trunk@4978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-20 17:05:33 +00:00
cxl
9fea07cac3 Core: Value magic support for GDB
git-svn-id: svn://ultimatepp.org/upp/trunk@4977 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-20 16:43:13 +00:00
cxl
0230307476 Sql: SqlBinary for PGSQL now prepends E before string to achieve PGSQL9 compatibility
git-svn-id: svn://ultimatepp.org/upp/trunk@4976 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-20 16:01:36 +00:00
cxl
a745abee01 Core: XmlizeByJsonize
git-svn-id: svn://ultimatepp.org/upp/trunk@4975 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-20 14:36:33 +00:00