martin
|
a2dbfa6442
|
IDE, After syncompletion, enforce focus for source-editor (if focus is switched at all) (issue on QT, win)
git-svn-id: trunk@27223 -
|
2010-08-28 15:00:14 +00:00 |
|
zeljko
|
ef6e5205d7
|
Qt: update clientrect before showing an listwidget. fixes #17134
git-svn-id: trunk@27222 -
|
2010-08-28 14:53:59 +00:00 |
|
dmitry
|
92059229cd
|
lcl: remove UpChars array from FileUtil replacing them with string comparing functions usage
git-svn-id: trunk@27221 -
|
2010-08-28 14:17:24 +00:00 |
|
martin
|
c1467eddea
|
IDE, After syncompletion, enforce focus for source-editor (if focus is switched at all) (issue on QT, win)
git-svn-id: trunk@27220 -
|
2010-08-28 13:06:17 +00:00 |
|
martin
|
7c51a09090
|
SynEdit: extended divider gutter
git-svn-id: trunk@27219 -
|
2010-08-28 12:19:06 +00:00 |
|
zeljko
|
59cfec4d13
|
Gtk2: implemented GetCaretPos() & SetCaretPos() for TCustomEdit.Patch by Torsten Bonde Christiansen. fixes #17187
git-svn-id: trunk@27218 -
|
2010-08-28 11:45:03 +00:00 |
|
blikblum
|
1a26b3406d
|
lcl: check for parent when setting TRadioButton siblings. part of 17284
git-svn-id: trunk@27217 -
|
2010-08-28 01:52:20 +00:00 |
|
martin
|
72b82c7a6c
|
SynEdit: Simplified UpdateCaret, since it was moved to an object, state is maintained, and focus checks are not needed here any more.
Works around issue #17207
git-svn-id: trunk@27216 -
|
2010-08-27 22:51:40 +00:00 |
|
martin
|
647bcccde4
|
SynEdit: Fix SynCompletion from un-setting eoPersistenCaret. Issue #17288
git-svn-id: trunk@27215 -
|
2010-08-27 22:31:27 +00:00 |
|
zeljko
|
3e3bcedcc2
|
Qt: assign result in TQtCheckBox.EventFilter
git-svn-id: trunk@27214 -
|
2010-08-27 13:02:25 +00:00 |
|
zeljko
|
e6af6e3920
|
Qt: fixed TQtTreeWidget (TListView=vsReport) mouse selection triggers. fixes #16712, #17177
git-svn-id: trunk@27213 -
|
2010-08-27 10:36:45 +00:00 |
|
sekelsenmat
|
8951344ee9
|
Fixes typo from last commit
git-svn-id: trunk@27212 -
|
2010-08-27 09:36:46 +00:00 |
|
sekelsenmat
|
25cd658e92
|
Endianess fix for the new asian conversion functions
git-svn-id: trunk@27211 -
|
2010-08-27 09:24:08 +00:00 |
|
zeljko
|
3c4e1acbbe
|
Qt: do not sync checkbox state (TQtCheckListBox) under non X11 platforms.
git-svn-id: trunk@27210 -
|
2010-08-27 08:51:52 +00:00 |
|
zeljko
|
2148f60765
|
Qt: fix ScrollWindowEx(): scroll child control only when SW_SCROLLCHILDREN flag exists. fixes #17175
git-svn-id: trunk@27209 -
|
2010-08-27 05:37:26 +00:00 |
|
blikblum
|
bb7a0731ed
|
lcl: uncheck radiobutton siblings when handle not allocated, bug #17281
git-svn-id: trunk@27208 -
|
2010-08-27 01:48:32 +00:00 |
|
dmitry
|
c9c3967f42
|
carbon: implement keyboard processing before menu fire event (LCL compatible). fixes #17205 and probably some other issues
git-svn-id: trunk@27207 -
|
2010-08-26 23:25:31 +00:00 |
|
maxim
|
8615b73bd3
|
Examples, anchordocking: add Russian translation
git-svn-id: trunk@27206 -
|
2010-08-26 23:10:53 +00:00 |
|
dmitry
|
6175b6e31e
|
carbon: added tracking dismiss property for menus. make menu Parent property public
git-svn-id: trunk@27205 -
|
2010-08-26 22:57:07 +00:00 |
|
mattias
|
595a43bd40
|
translations: german: updates from Swen Heinig
git-svn-id: trunk@27204 -
|
2010-08-26 20:59:31 +00:00 |
|
maxim
|
a10c2886b2
|
regenerated translations; updated Russian translation
git-svn-id: trunk@27203 -
|
2010-08-26 20:27:12 +00:00 |
|
maxim
|
92080576cd
|
Components, externhelp: enable hints for buttons
git-svn-id: trunk@27202 -
|
2010-08-26 20:24:54 +00:00 |
|
martin
|
254183e65e
|
SynEdit: Caret, removed QT workarounds
git-svn-id: trunk@27201 -
|
2010-08-26 19:33:23 +00:00 |
|
martin
|
987280bfe5
|
SynEdit: Caret, ensure handle is not outdated
git-svn-id: trunk@27200 -
|
2010-08-26 19:25:23 +00:00 |
|
paul
|
f20f3aa1ef
|
lcl: add public property TCustomListView.ColumnCount,
win32: don't access listview columns array out of it bounds (issue #0017263)
git-svn-id: trunk@27199 -
|
2010-08-26 16:39:45 +00:00 |
|
martin
|
bdf98dfd4f
|
SynEdit: Started right overview Gutter
git-svn-id: trunk@27198 -
|
2010-08-26 14:48:51 +00:00 |
|
martin
|
f15f27269b
|
SynEdit: Started right overview Gutter
git-svn-id: trunk@27197 -
|
2010-08-26 14:48:18 +00:00 |
|
martin
|
cfbd1d0346
|
Added License
git-svn-id: trunk@27196 -
|
2010-08-26 14:47:15 +00:00 |
|
zeljko
|
ac142e838f
|
Qt: QtTextEdit: recognize html tags and use insertLine in that case. fixes #17170
git-svn-id: trunk@27195 -
|
2010-08-26 11:25:16 +00:00 |
|
zeljko
|
0822eb52d5
|
Qt: fixed context menu msg with right mouse click on QAbstractItemView classes.fixes #17133
git-svn-id: trunk@27194 -
|
2010-08-26 09:45:01 +00:00 |
|
zeljko
|
31238a6951
|
Qt: fixed qt caret respondtofocus behaviour. fixes #17173
git-svn-id: trunk@27193 -
|
2010-08-26 09:24:13 +00:00 |
|
martin
|
bdebfcb3e7
|
SynEdit: Fix double destruction of caret. Maybe issue #17266
git-svn-id: trunk@27192 -
|
2010-08-26 09:14:44 +00:00 |
|
zeljko
|
e62fc9c0f6
|
Gtk2: fixed compilation with -dVerboseFocus. fixes #17209
git-svn-id: trunk@27191 -
|
2010-08-26 09:08:22 +00:00 |
|
zeljko
|
fb63637d37
|
Qt: fixed TQtCheckListBox for BiDi mode. fixes #17055
git-svn-id: trunk@27190 -
|
2010-08-26 08:23:08 +00:00 |
|
jesus
|
aa000f9e7e
|
LCL, fix dbgrid insert operation, broken in previous patch, issue #17261
git-svn-id: trunk@27189 -
|
2010-08-25 17:23:50 +00:00 |
|
martin
|
b2be7fcdcc
|
SynEdit: Scroll-Hint by Graeme Geldenhuys, issue #17257
git-svn-id: trunk@27188 -
|
2010-08-25 12:28:10 +00:00 |
|
martin
|
3da3ca03c1
|
SynEdit: Scroll-Hint by Graeme Geldenhuys, issue #17257
git-svn-id: trunk@27187 -
|
2010-08-25 12:27:53 +00:00 |
|
mattias
|
c975158ce1
|
externhelp: i18n
git-svn-id: trunk@27186 -
|
2010-08-25 07:24:11 +00:00 |
|
mattias
|
d20d69890c
|
translations: german: updates from Swen Heinig
git-svn-id: trunk@27185 -
|
2010-08-25 07:22:23 +00:00 |
|
mattias
|
93e12fed35
|
LCL: clean up
git-svn-id: trunk@27184 -
|
2010-08-25 07:21:39 +00:00 |
|
jesus
|
f77fe5926d
|
LCL, fix dbgrid losing focus, issue #17239
git-svn-id: trunk@27183 -
|
2010-08-24 20:17:25 +00:00 |
|
paul
|
5353af0666
|
components: remove prettyformat package (jcf2 is now used instead)
git-svn-id: trunk@27182 -
|
2010-08-24 16:51:20 +00:00 |
|
martin
|
0429cde3d8
|
SynEdit examples: renamed
git-svn-id: trunk@27181 -
|
2010-08-24 15:43:05 +00:00 |
|
martin
|
d6f300fe3e
|
SynEdit examples: renamed
git-svn-id: trunk@27180 -
|
2010-08-24 15:39:06 +00:00 |
|
martin
|
74594dcf8c
|
SynEdit: AutoComplet versus synComplete example
git-svn-id: trunk@27179 -
|
2010-08-24 13:41:20 +00:00 |
|
martin
|
a03f7f1ffc
|
SynEdit: AutoComplet versus synComplete example
git-svn-id: trunk@27178 -
|
2010-08-24 12:58:32 +00:00 |
|
sekelsenmat
|
a740ec2386
|
We now support all windows code pages as listed here: http://msdn.microsoft.com/en-us/goglobal/bb964654.aspx
git-svn-id: trunk@27177 -
|
2010-08-24 08:47:20 +00:00 |
|
sekelsenmat
|
0ee7468af1
|
Patch from JiXian Yang, improves asian encoding support
git-svn-id: trunk@27176 -
|
2010-08-24 08:42:29 +00:00 |
|
maxim
|
a2046cf61b
|
LazReport: updated Russian translation
git-svn-id: trunk@27175 -
|
2010-08-24 00:25:08 +00:00 |
|
jesus
|
1f81f24737
|
LazReport, patch from Alexs Lagunov to allow datasets on frames
git-svn-id: trunk@27174 -
|
2010-08-23 23:12:17 +00:00 |
|