zeljko
38528326eb
*Workaround for IDE AV with clipboard implementation..will be removed ASAP.
...
git-svn-id: trunk@11624 -
2007-07-25 17:27:26 +00:00
zeljko
716a40c1f7
+More winapi routines (clipboard ops).
...
+New define VerboseQtWinAPI_DEBUG_CLIPBOARD for debugging clipboard operations
git-svn-id: trunk@11623 -
2007-07-25 17:19:27 +00:00
zeljko
08aa90ec95
+Implemented more winapi routines.
...
+Added define VerboseQtWinAPI_MISSING_IMPLEMENTATION, to see verbose qtwinapi
messages during runtime, about unimplemented routines.
git-svn-id: trunk@11622 -
2007-07-25 14:18:00 +00:00
paul
cee914a98d
(Qt):
...
- TQtWidgetSet.GetKeyState (SynEdit understands more key sequences now)
git-svn-id: trunk@11619 -
2007-07-25 09:24:31 +00:00
paul
a73411c689
(Qt):
...
- right positioning of most controls include TGraphicControl descendants
- fixing typo in SlotKey (SynEdit now handle keys)
git-svn-id: trunk@11618 -
2007-07-25 09:01:40 +00:00
paul
25e501539b
(Qt):
...
- switch all direct widget show/hide calls to TQtWidget
- create all widgets invisible (later LCL sets visibility)
- implement TQtWSCustomNotebook.SetPageIndex (side effect - significantly speed ups ide)
git-svn-id: trunk@11607 -
2007-07-24 03:25:09 +00:00
paul
9dc38f304f
(Qt):
...
misc
git-svn-id: trunk@11601 -
2007-07-23 09:19:44 +00:00
paul
84ff0b4f07
(Qt):
...
- more checks in GetActiveWindow
- added SetActiveWindow
git-svn-id: trunk@11600 -
2007-07-23 08:01:06 +00:00
paul
10934492fa
(Qt):
...
- implemented some winapi functions
git-svn-id: trunk@11599 -
2007-07-23 06:05:52 +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
zeljko
5a5c791fce
+ More winapi routines
...
* Probably fixed groupbox layouts (tested on win32, some linux distros),
use QT_USE_QLAYOUT_IN_TQTGROUPBOX if you want to test against old code.
* Changed GetClientRect(), GetClientBounds() in qtwinapi.
* Fixed controls alignment inside MDIChild.
git-svn-id: trunk@11590 -
2007-07-22 11:25:35 +00:00
zeljko
a8a022e871
* Fixed paintings out of paintEvent().
...
git-svn-id: trunk@11577 -
2007-07-19 12:19:19 +00:00
zeljko
922b8338a3
* Fixed ugly memleak with TQtImage.
...
* Fixed UTF8 strings in TQtWidgetSet.PromptUser().
git-svn-id: trunk@11541 -
2007-07-17 09:49:11 +00:00
zeljko
71b1f100e6
+ More optimizations on TCustomMemo.
...
* Cleared all warnings.
git-svn-id: trunk@11538 -
2007-07-17 07:36:09 +00:00
paul
0d3a0d3d89
QT: correction in DrawText with DT_CALCRECT
...
git-svn-id: trunk@11532 -
2007-07-17 01:36:43 +00:00
paul
70278f8737
(QT) if DT_CALCRECT is passed to DrawText then Rect argument should return text rectangle
...
git-svn-id: trunk@11520 -
2007-07-16 05:32:13 +00:00
zeljko
a128a87d2f
+ More winapi functions.
...
git-svn-id: trunk@11515 -
2007-07-15 16:58:53 +00:00
zeljko
bb25ce3e56
+ Added Polygon(), PolyLine(), PolyBezier() into qtwinapi.
...
* BUGFIX ClientToScreen() TPoint -> TQtPoint.
git-svn-id: trunk@11508 -
2007-07-14 16:06:18 +00:00
zeljko
996811b2df
* InvalidateRect() fix, speed up drawing.
...
git-svn-id: trunk@11506 -
2007-07-14 13:44:35 +00:00
zeljko
0b8530d071
* TQtImage bugfix.
...
git-svn-id: trunk@11499 -
2007-07-13 21:25:21 +00:00
sekelsenmat
34bfb5624c
Fixed GetCursorPos on Qt
...
git-svn-id: trunk@11477 -
2007-07-12 20:25:55 +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
paul
c73f4c6b4d
- extending QT ExtTextOut support
...
git-svn-id: trunk@11456 -
2007-07-10 08:07:35 +00:00
paul
05b9d41eaf
QT:
...
- cleanup (remove unused variables)
- implemented AppMinimize, AppRestore, AppBringToFront
git-svn-id: trunk@11454 -
2007-07-10 06:01:58 +00:00
paul
c4eda87b12
- Distinct TCustomForm.Position poScreenCenter and poDesktopCenter. ScreenCenter uses sizes of primary Screen but DesktopCenter whole desktop size.
...
- reimplement QT GetSystemMetrics for SM_CXSCREEN, SM_CYSCREEN and move old method to SM_CXVIRTUALSCREEN, SM_CYVIRTUALSCREEN
git-svn-id: trunk@11450 -
2007-07-09 12:50:20 +00:00
sekelsenmat
8476560e0f
Patch from zeljko. Bugfix for winapi GetScrollInfo on Qt.
...
git-svn-id: trunk@11404 -
2007-07-01 07:26:17 +00:00
sekelsenmat
a39c0e25b3
Patch from zeljko to qt. Fixes for ScrollBar and ShowModal
...
git-svn-id: trunk@11269 -
2007-06-03 03:55:24 +00:00
sekelsenmat
73b9c90569
Patch from zeljko to qt. Various improvements
...
git-svn-id: trunk@11265 -
2007-06-02 08:32:59 +00:00
sekelsenmat
16e603c725
Patch from zeljko for the qt interface. Implements SpinEdit and other improvements
...
git-svn-id: trunk@11238 -
2007-05-31 15:15:24 +00:00
sekelsenmat
b55c917aee
Patch from zeljko for the qt interface. Improvements for TQtWSCustomEdit and fixes access violation on scrollbars
...
git-svn-id: trunk@11236 -
2007-05-31 10:19:01 +00:00
sekelsenmat
09025d10df
Patch from zeljko for the qt interface. TPageControl now sets properly ActivePage while changing tabs, a bug with TScrollWinControls fixed.
...
git-svn-id: trunk@11226 -
2007-05-30 09:21:48 +00:00
sekelsenmat
ee57c2741e
TScrollBar implementation from zeljko on qt interface
...
git-svn-id: trunk@11225 -
2007-05-30 07:26:54 +00:00
sekelsenmat
2ab9c1ae5a
Patch from zeljko. Implements OnKeyXXX events for TEdit and also Critical Sections, both for Qt interface.
...
git-svn-id: trunk@11208 -
2007-05-27 07:54:28 +00:00
sekelsenmat
28b1b1be74
Minor identation and comments fixes on qt interface
...
git-svn-id: trunk@11112 -
2007-05-09 07:58:53 +00:00
paul
adef54eff4
- introduced new win32 compatability function SystemParametersInfo
...
- added support for parameter SPI_GETWHEELSCROLLLINES in base widgetset class with override in qt widgetset
git-svn-id: trunk@10830 -
2007-03-30 05:58:41 +00:00
paul
aec06c66dd
- fixed error in cursor reading previously introduced by me
...
- fixed cursor creating code in widgetsets
git-svn-id: trunk@10779 -
2007-03-22 02:24:41 +00:00
sekelsenmat
5180096267
Patch from Paul Ishenin that implements SM_CXCURSOR and SM_CYCURSOR (GetSystemMetrics) under QT
...
git-svn-id: trunk@10700 -
2007-02-28 15:22:00 +00:00
sekelsenmat
ffb7a7d1a9
Patch from Paul Ishenin to qt interface, plus some modifications from me.
...
git-svn-id: trunk@10694 -
2007-02-27 18:03:00 +00:00
sekelsenmat
315a021fbd
Small improvements on coordinate handling on Qt's StretchDraw.
...
git-svn-id: trunk@10524 -
2007-01-28 14:48:40 +00:00
sekelsenmat
4b90db323d
Initial implementation for Frame winapis on qt widgetset.
...
git-svn-id: trunk@10523 -
2007-01-28 02:12:50 +00:00
sekelsenmat
c9441238fc
Implements painting to TBitmap using a Canvas on Qt, and lot's of small changes to standarize debug messages, casing, identation on Qt Widgetset code.
...
git-svn-id: trunk@10518 -
2007-01-27 13:39:53 +00:00
sekelsenmat
879c6ecde9
Small improvement on TCustomControl support for qt interface
...
git-svn-id: trunk@10517 -
2007-01-27 12:13:13 +00:00
sekelsenmat
637112c8b5
Very large patch from Jesus Reyes. Among other things it updates qt bindings to 1.24, fixes the font color problem, implements SetBkColor, SetBkMode and makes TStringGrid almost work.
...
git-svn-id: trunk@10496 -
2007-01-23 00:51:41 +00:00
sekelsenmat
47e5345d72
Fixes component colors bug on Qt widgetset.
...
git-svn-id: trunk@10282 -
2006-12-03 19:10:33 +00:00
sekelsenmat
dc6ff66f9b
Fixes on qt interface for 64-bits platforms from Giulio Bernardi.
...
git-svn-id: trunk@10217 -
2006-11-19 18:47:19 +00:00
sekelsenmat
4b16f5c25c
Improves behavior of click event on buttons and implements TabOrder and TabStop on the Qt widgetset.
...
git-svn-id: trunk@10199 -
2006-11-14 19:14:35 +00:00
sekelsenmat
cdfcfafb10
Implements text rotation on Qt widgetset.
...
git-svn-id: trunk@10198 -
2006-11-14 16:41:31 +00:00
sekelsenmat
824e958f4e
Partially implements GetTextMetrics and improves GetSystemMetrics on the Qt interface.
...
git-svn-id: trunk@10193 -
2006-11-13 01:43:05 +00:00
sekelsenmat
0e491cac43
Fixed MessageBox and other modal dialogs on Qt.
...
git-svn-id: trunk@10186 -
2006-11-10 13:08:11 +00:00
sekelsenmat
4969cee64b
Patch from zeljko. Implements TQtAbstractSlider, TQtScrollBar, TQtTrackBar, TQtPen (
...
CreatePenIndirect) and TQtRegion ( CreateRectRgn ).
git-svn-id: trunk@10172 -
2006-11-04 21:09:12 +00:00