Commit Graph

507 Commits

Author SHA1 Message Date
zeljko
2bc78d0dfd Qt: fixed bugs with QFileDialog (TSaveDialog), now it works properly.
git-svn-id: trunk@12531 -
2007-10-20 10:36:25 +00:00
zeljko
175fed87a6 Qt: Fixed AV's in qt IDE under darwin. Removed GetControlConstraints() completely unneeded by linux,darwin, win32.
git-svn-id: trunk@12521 -
2007-10-19 11:40:35 +00:00
mattias
e4a0241fcb Makefiles: removed some fcl dependencies
git-svn-id: trunk@12495 -
2007-10-16 22:47:51 +00:00
paul
9db54bbccc fix compilation for non 4.3 qt issue(0009949)
git-svn-id: trunk@12485 -
2007-10-16 03:35:32 +00:00
paul
6fa6c7fd37 qt: restore QtTool for bsSizeToolWin for windows platform
git-svn-id: trunk@12470 -
2007-10-15 03:06:32 +00:00
zeljko
8ff0a64f6e Qt: fixed issue #9842. According to qt documentation QtTool flag is always on top of it's parent, so bsSizeToolWin should be ordinary QtWindow.
git-svn-id: trunk@12466 -
2007-10-14 21:23:22 +00:00
zeljko
5b7d9f24d6 Qt: formstyle is not updated during design time anymore, better handling of fsSplash forms - use QtSplasScreen flag.
git-svn-id: trunk@12465 -
2007-10-14 20:41:47 +00:00
zeljko
e37222cbea Qt: Fixed issue #9935. ComboBox can add new items now, when editable of course.
git-svn-id: trunk@12458 -
2007-10-14 10:10:04 +00:00
zeljko
8c08a9270f Qt: Fixed combobox events issue according to #9574 notes. Added SlotActivate().
git-svn-id: trunk@12449 -
2007-10-13 22:05:02 +00:00
zeljko
38b3450528 Qt: Fixed #9783 , window wasn't maximized if form design time state was setted up as wsMaximized.
git-svn-id: trunk@12447 -
2007-10-13 20:55:51 +00:00
zeljko
630885f5f5 Qt: Fixed TStatusBar size bug, introduced by GetControlConstraints() implementation.
git-svn-id: trunk@12444 -
2007-10-13 19:31:41 +00:00
zeljko
5fc733df94 Qt: Fixed statusbar size && position problem, runtime only currently. Added more signals to TQtAbstractItemView.
git-svn-id: trunk@12439 -
2007-10-13 16:29:45 +00:00
zeljko
10750bea84 Qt: Added more routines to TQtHeaderView && TQtAbstractItemView.
git-svn-id: trunk@12425 -
2007-10-12 17:08:34 +00:00
zeljko
0284accc31 Qt: Implemented GetControlConstraints() && TextUTF8Out()
git-svn-id: trunk@12421 -
2007-10-12 07:56:42 +00:00
zeljko
51906a5417 Qt: prepare terrain for QTableView && QTableWidget
git-svn-id: trunk@12417 -
2007-10-11 21:25:29 +00:00
zeljko
67a225075b Qt: Fix - TQColor.Alpha & TQColor.Pad must be properly initialized in ColorRefToTQColor().
git-svn-id: trunk@12403 -
2007-10-10 09:59:12 +00:00
zeljko
3de9cce666 Qt: Fixed LineTo() extra point drawing.
git-svn-id: trunk@12397 -
2007-10-09 20:57:59 +00:00
zeljko
6e14738195 Qt: Added missing color specification to ColorRefToTQColor().
git-svn-id: trunk@12394 -
2007-10-09 13:25:29 +00:00
zeljko
d7bbf26d6d Qt: TQtWSScrollBar cleanups.
git-svn-id: trunk@12341 -
2007-10-06 09:38:48 +00:00
zeljko
096c6ceffd Qt: Repositioned scrollbars creation, fixed issues #9841 and #9864
git-svn-id: trunk@12340 -
2007-10-06 09:21:39 +00:00
zeljko
9e80047adf Qt: AbstractScrollArea update according to latest changes inside bindings.
git-svn-id: trunk@12338 -
2007-10-05 21:38:15 +00:00
zeljko
4b4333bf3c Qt: Bindings update to v 1.53.
git-svn-id: trunk@12337 -
2007-10-05 21:36:56 +00:00
zeljko
8354849194 Qt: Workaround for resize problem with viewport of TQtAbstractScrollArea.
git-svn-id: trunk@12334 -
2007-10-05 15:11:29 +00:00
zeljko
5775337ed1 Qt: Make mousewheel useable with all TCustomControls.
git-svn-id: trunk@12329 -
2007-10-05 06:18:15 +00:00
sekelsenmat
ea7c9a28a9 Moved the minimum necessary types and constants from commctrl to lcltype to allow compilation of gtk, gtk2, carbon and qt.
git-svn-id: trunk@12321 -
2007-10-04 19:39:15 +00:00
zeljko
74948a0ce6 Qt: Revert last patch, TTreeView have problems with such case - others work fine.
git-svn-id: trunk@12320 -
2007-10-04 19:32:42 +00:00
zeljko
5db853472f Qt: Create viewport on demand, not while initalizing TQtAbstractScrollArea.
git-svn-id: trunk@12319 -
2007-10-04 19:19:21 +00:00
zeljko
8225324ac4 Qt: restored wheel problem, fix wasn't good (does not work for mac) and it was wrong to use spontaneous() flag of QEvent.
git-svn-id: trunk@12318 -
2007-10-04 18:26:56 +00:00
zeljko
87d3f98b51 Qt: cleanups.
git-svn-id: trunk@12316 -
2007-10-04 17:45:10 +00:00
zeljko
f6fe5420e0 Qt: Fixed crash on initialization of viewport.
git-svn-id: trunk@12314 -
2007-10-04 16:31:14 +00:00
zeljko
e779284d35 Qt: Fixed MouseWheel problem for all TCustomControls, introduced by TQtViewport.
git-svn-id: trunk@12313 -
2007-10-04 15:08:01 +00:00
zeljko
913a6539fa Qt: Introduced new class - TQtViewPort. Known problems: Mouse wheel does not work inside some TCustomControls (eg.SynEdit, TTreeView), but works inside eg. TStringGrid.
git-svn-id: trunk@12312 -
2007-10-04 14:26:06 +00:00
paul
7f4f699fb3 Qt: fix misuse of viewportEvent
git-svn-id: trunk@12308 -
2007-10-04 07:18:47 +00:00
zeljko
17de2cbca3 Qt: Fixed crash on abstractscrollarea introduced by latest patch.
git-svn-id: trunk@12306 -
2007-10-04 06:46:25 +00:00
paul
9e05f89ab6 qt: paint TCustomControls on viewport of QAbstractScrollArea
git-svn-id: trunk@12305 -
2007-10-04 05:22:15 +00:00
zeljko
18645bdfa1 Qt: Bindings update to v 1.52. Added QLCLAbstractScrollArea, enhanced mac compile scripts by Den.
git-svn-id: trunk@12303 -
2007-10-03 16:24:16 +00:00
paul
6c7ee16314 Qt: cleanup
git-svn-id: trunk@12300 -
2007-10-03 01:53:40 +00:00
paul
36106630ec Qt: minor changes in ProcessMessage (no more "crazy menu")
git-svn-id: trunk@12296 -
2007-10-02 14:50:57 +00:00
sekelsenmat
58d1ed40c9 Fixed compiling the Qt interface under Mac OS X.
git-svn-id: trunk@12295 -
2007-10-02 13:19:30 +00:00
zeljko
00578d83f3 Qt: Fixed debugging typos.
git-svn-id: trunk@12294 -
2007-10-02 11:58:37 +00:00
zeljko
c874dadef0 Qt: fixed menubar creation under macosx in ide & app runtime.
git-svn-id: trunk@12288 -
2007-10-02 06:29:12 +00:00
zeljko
cecd2455c2 Qt: Fix for disabled tabbar scrollbuttons under mac, now it's enabled as default option (as in linux & win32)
git-svn-id: trunk@12276 -
2007-10-01 15:06:32 +00:00
zeljko
0e6f105e48 Qt: Fixed typo.
git-svn-id: trunk@12275 -
2007-10-01 14:44:29 +00:00
zeljko
58e28c5a9d Qt: Added GetPixelsPerInch() into qtproc.
git-svn-id: trunk@12274 -
2007-10-01 14:29:29 +00:00
zeljko
a05aa657e8 Qt: Fixed invisible main menu under lazarus IDE for win32.
git-svn-id: trunk@12273 -
2007-10-01 14:21:29 +00:00
paul
3944285bc5 qt: add verbose define VerboseTabbedControls to check controls that get focus by Tab reason (qt reason not LCL)
git-svn-id: trunk@12272 -
2007-10-01 13:29:32 +00:00
paul
ef8fc0400f qt: simplify code
git-svn-id: trunk@12262 -
2007-10-01 08:52:23 +00:00
zeljko
12625a722d Qt: MenuBar should be created on demand, if form contains assigned menu - fixes problem with menus under Darwin. Fixed problem with tabBar under Darwin (others accept this too). More optimized global event filter for win32. All tested on Linux, MaxOSX & winXP.
git-svn-id: trunk@12260 -
2007-10-01 08:44:30 +00:00
zeljko
b6ce1f8f61 Qt: 1.Fixed crash on linux & macosx introduced by installing global EventFilter hook. Check win32 and delete at all this hook if not needed. Tabs works without it.
2.Workaround for crazy menus problem, added define QT_NO_MENU_EFFECTS , so if U don't need fancy menus it is highly recommended to compile qt interface with this define on - this could be a Qt bug also.

git-svn-id: trunk@12257 -
2007-09-30 19:21:19 +00:00
paul
1fdddb7bd2 Qt: fix possible caret crash
git-svn-id: trunk@12246 -
2007-09-29 17:34:45 +00:00