juha
7b162087fd
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
...
git-svn-id: trunk@41387 -
2013-05-24 18:30:06 +00:00
mattias
4eb05d0a4e
qt intf: fixed showing caret when FWidget got context, bug #16905
...
git-svn-id: trunk@30747 -
2011-05-15 12:27:49 +00:00
mattias
937fe55e63
qt intf: undo 20743
...
git-svn-id: trunk@30745 -
2011-05-15 12:16:33 +00:00
mattias
acb07766c4
qt intf: fixed showing caret when FWIdget got context, bug #16905
...
git-svn-id: trunk@30744 -
2011-05-15 12:11:38 +00:00
mattias
82f5d6ef1c
qt intf: added verbosity
...
git-svn-id: trunk@30743 -
2011-05-15 12:11:11 +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
zeljko
6e6c409098
Qt: cleanup
...
git-svn-id: trunk@26687 -
2010-07-16 15:09:52 +00:00
zeljko
168f6a214e
Qt: fixed bug where qt segfaulted when eg. closed many pages (fast) in SE by Ctrl+F4.
...
git-svn-id: trunk@26683 -
2010-07-16 11:11:37 +00:00
zeljko
b0336c670d
Qt: let the TQtWidget remember it's last caret pos, fixes various problems with TSynEdit.
...
git-svn-id: trunk@26583 -
2010-07-10 19:25:22 +00:00
zeljko
494984d2c5
Qt: fixed QtCaret bug where caret being drawn twice, now we remember dirty position and update after recreation.
...
git-svn-id: trunk@26327 -
2010-06-29 16:48:51 +00:00
zeljko
2bbc43054f
Qt: check for QtCaret dirty state. fixes #16537
...
git-svn-id: trunk@25584 -
2010-05-22 20:49:59 +00:00
zeljko
25d1d34e2f
Qt: fixed bad QtCaret behaviour in some circumstances. fixes #15115
...
git-svn-id: trunk@23552 -
2010-01-24 19:07:23 +00:00
zeljko
666fea3cc7
Qt: *ATTENTION* qt45 is default from now on (no more USE_QT_XX defines, qt43 and qt44 are not supported anymore)
...
default bindings version is 1.72.
git-svn-id: trunk@21913 -
2009-09-29 11:24:31 +00:00
zeljko
ab26d78008
Qt: added XOR caret composition mode.Supported only with >= Qt-4.5. Fixes #11599 .
...
git-svn-id: trunk@20603 -
2009-06-12 15:39:24 +00:00
zeljko
85316303bc
Qt: introduced TQtCustomControl (was TQtAbstractScrollArea), now TQtAbstractScrollArea is intermediate class and our class hierarchy is same as in qt libs.
...
git-svn-id: trunk@18891 -
2009-03-04 09:16:34 +00:00
paul
04ac30b1eb
license: fix asterisk position in the license block
...
git-svn-id: trunk@17372 -
2008-11-13 15:06:20 +00:00
zeljko
707ff6d34c
Qt: all color conversions changed from QColor_setRgb() to QColor_fromRgb(), cause it can return unexpected result.
...
git-svn-id: trunk@16626 -
2008-09-17 14:49:58 +00:00
zeljko
64d1536bb4
Qt: TQtCaret is more responsive now, added high priority to postEvent() for OnWakeMainThread() and PostMessage().
...
git-svn-id: trunk@15957 -
2008-08-05 12:32:27 +00:00
mattias
2996a3c332
rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
...
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
sekelsenmat
fa14be1de9
Removed the USE_QT_4_3 define. Now only Qt 4.3 or superior is supported.
...
git-svn-id: trunk@14057 -
2008-02-09 20:32:37 +00:00
paul
4dfe601068
qt:
...
- add qtdefines.inc (place for global qt defines)
- force qt 4.3 under windows
git-svn-id: trunk@12630 -
2007-10-29 15:11:49 +00:00
paul
9e05f89ab6
qt: paint TCustomControls on viewport of QAbstractScrollArea
...
git-svn-id: trunk@12305 -
2007-10-04 05:22:15 +00:00
paul
1fdddb7bd2
Qt: fix possible caret crash
...
git-svn-id: trunk@12246 -
2007-09-29 17:34:45 +00:00
zeljko
fcf28f8985
Qt: trial to fix all qtcaret crashes.
...
git-svn-id: trunk@12240 -
2007-09-29 13:15:11 +00:00
zeljko
17af4bdc91
Qt: Fix qtcaret AV in some circumstances.
...
git-svn-id: trunk@12238 -
2007-09-29 11:14:00 +00:00
paul
88dd7363cd
Qt:
...
- improve keyhandling a bit
- remove some workarounds
git-svn-id: trunk@12205 -
2007-09-28 03:30:19 +00:00
zeljko
b8b026665c
(Qt): disable qtcaret timer when context is 0 or pos changed.
...
git-svn-id: trunk@12200 -
2007-09-27 13:07:03 +00:00
zeljko
601204f779
(Qt): More cosmetics on qtcaret, now it's visible when scrolling up<->down with arrows (like in gtk).
...
git-svn-id: trunk@12199 -
2007-09-27 12:40:01 +00:00
zeljko
6fee3feb5e
(Qt): Fixed cpu burning by qtcaret.
...
git-svn-id: trunk@12198 -
2007-09-27 10:58:30 +00:00
zeljko
0c5e6d447a
git-svn-id: trunk@12194 -
2007-09-27 07:39:23 +00:00
paul
350aec6f6c
qt: small fix to caret
...
git-svn-id: trunk@12178 -
2007-09-25 14:50:46 +00:00
paul
5e815b536b
Qt:
...
- remove unneeded more code in TQtCaret
- add define QtPaintOnViewport (to switch painting from QAbstractScrollArea to viewport of that area)
git-svn-id: trunk@12173 -
2007-09-25 05:46:45 +00:00
paul
422599fafd
Qt:
...
- fix bug with TQtCaret (no need to add 2 to pos anymore)
- revert some changes from previous commit
git-svn-id: trunk@12172 -
2007-09-25 02:51:23 +00:00
zeljko
c3bcc5db17
(Qt): Implemented GetCaretRespondToFocus(), SetCaretRespondToFocus(). Improved qtCaret response.
...
git-svn-id: trunk@12050 -
2007-09-17 07:36:44 +00:00
zeljko
abbd39ddec
(Qt): Fixed all mem leaks with SynEdit, Bitmaps by paul, with small fix against his patch from me.
...
git-svn-id: trunk@11730 -
2007-08-03 17:49:21 +00:00
zeljko
e487ef78ac
(Qt): Another 64bit compilation fix by Giulio Bernardi
...
git-svn-id: trunk@11666 -
2007-07-29 12:02:36 +00:00
zeljko
657ad02c41
(Qt): Fixed compilation on 64 bit machines.
...
git-svn-id: trunk@11662 -
2007-07-28 19:54:32 +00:00
zeljko
7ff915ebd3
*Removed duplicated QtPoint() from qtcaret, founded by Den.
...
git-svn-id: trunk@11639 -
2007-07-26 17:58:39 +00:00
zeljko
e9efa7f505
*Fixed caret color.
...
git-svn-id: trunk@11605 -
2007-07-23 20:28:17 +00:00
paul
8f126b8372
QT:
...
- repaint only changed region while drawing caret
git-svn-id: trunk@11595 -
2007-07-23 02:21:17 +00:00
paul
8a25c21716
(Qt):
...
- fix crash of THintWindow and other possible crashed where timer is used
- some formatting
git-svn-id: trunk@11566 -
2007-07-18 08:57:07 +00:00
zeljko
ddbd742d41
*Fixed possible leak with GlobalCaret.
...
git-svn-id: trunk@11564 -
2007-07-18 06:35:49 +00:00
paul
2b58d03bb8
(Qt)
...
- better handling of BorderStyle property
- Destroy GlobalCaret in QtWidgetset destructor
- fix possible problems with splitter painting under linux
git-svn-id: trunk@11561 -
2007-07-18 00:54:42 +00:00
paul
06a7b56d78
(QT)
...
- update qt 4.2 bindings
- enabled themed drawing for qt 4.2
- correct Qt caret blink interval
git-svn-id: trunk@11526 -
2007-07-16 15:06:56 +00:00
paul
73075d2d35
(QT) enable caret code by default, set mode objfpc instead of delphi in qtcaret.pas
...
git-svn-id: trunk@11521 -
2007-07-16 06:04:36 +00:00
paul
e720286a68
- all event attaching code moved to TQtWidget.AttachEvents, TQtWidget.DetachEvents and descendants
...
- initial implementation of Qt Caret by *Andreas Hausladen* with changes. Compile with -dShowQtCaret to test
- fixed bug caused memory corruption
- other minor fixes
git-svn-id: trunk@11465 -
2007-07-12 05:47:15 +00:00