paul
bf64d0ce17
(QT): call NotifyApplicationUserInput before every mouse message (not hint windows is trying to show)
...
git-svn-id: trunk@11563 -
2007-07-18 05:38:49 +00:00
paul
ab36a6a9e3
- new class in Qt Object hierarchy TQtObject
...
- TQtTimer now inherits TQtObject
git-svn-id: trunk@11562 -
2007-07-18 03:08:47 +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
mattias
f4679373e8
gtk1 intf: fixed creating handle of TCustomMemo
...
git-svn-id: trunk@11560 -
2007-07-17 23:38:39 +00:00
mattias
271ef15e08
gtk2 intf: clean up
...
git-svn-id: trunk@11559 -
2007-07-17 23:17:09 +00:00
marc
a4a31d44c2
* fixed compilation on win64
...
git-svn-id: trunk@11558 -
2007-07-17 22:54:36 +00:00
mattias
6f6f84ff91
IDE: check compiler: searching fpc.cfg in working directory + fpc.cfg
...
git-svn-id: trunk@11557 -
2007-07-17 22:43:28 +00:00
mattias
6d3cb78cf0
gtk intf: changed default of showing a form in taskbar
...
git-svn-id: trunk@11553 -
2007-07-17 21:41:16 +00:00
mattias
8f7f42ab15
gtk2 intf: disabled hiding forms from taskbar, because you loose many comfort functions in many window managers
...
git-svn-id: trunk@11552 -
2007-07-17 21:25:41 +00:00
vincents
0638e12268
gtk interface: fixed typo in comment
...
git-svn-id: trunk@11551 -
2007-07-17 21:14:50 +00:00
mattias
765fead9f8
IDE: compiler test: added popup menu item to copy the output to the clipboard
...
git-svn-id: trunk@11550 -
2007-07-17 19:47:53 +00:00
sekelsenmat
5e691d9635
Moved creation of hints from CreateComponent to HintWindow.CreateHandle on Gtk.
...
git-svn-id: trunk@11549 -
2007-07-17 19:34:21 +00:00
mattias
3bbc19ca0a
IDE: added compiler tests: ambiguous fpc ppu, checking compiler date
...
git-svn-id: trunk@11548 -
2007-07-17 16:22:37 +00:00
paul
63a0280a82
(QT) remove temporary debug condition (cause mouseenter/mouseleave work only with buttons)
...
git-svn-id: trunk@11547 -
2007-07-17 15:44:20 +00:00
paul
cf3b013625
- splitter painting through QtThemeServices
...
git-svn-id: trunk@11546 -
2007-07-17 14:01:52 +00:00
paul
a51377f82d
QT:
...
- correct painting of empty header area through themes
- filling Keys part of Mouse message on MouseMove event (splitter works now)
- remove frame around TCustomControl descendant and implement TQtWSWinControl.SetBorderStyle
LCL:
- add missed mouse buttons: MK_XBUTTON1, MK_XBUTTON2
git-svn-id: trunk@11545 -
2007-07-17 13:18:13 +00:00
sekelsenmat
469476cde9
Fixed identation and moved attachment of Gtk2 window state change callback setter to the correct location.
...
git-svn-id: trunk@11544 -
2007-07-17 12:47:33 +00:00
zeljko
f1d1abb3bd
* Re-patch from Paul.
...
git-svn-id: trunk@11543 -
2007-07-17 12:45:10 +00:00
mattias
09b8da340d
IDE: added compiler test: test for some common rtl and fcl units
...
git-svn-id: trunk@11542 -
2007-07-17 11:31:33 +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
sekelsenmat
8781f4543a
Moved the creation of Edit, StaticText and Panel from the old CreateComponent to the new CreateHandle methods on Gtk. Also moved CreateForm into the CreateHandle method.
...
git-svn-id: trunk@11540 -
2007-07-17 09:31:14 +00:00
paul
3447519a82
changing a bit themes and qtthemes
...
git-svn-id: trunk@11539 -
2007-07-17 07:58:47 +00:00
zeljko
71b1f100e6
+ More optimizations on TCustomMemo.
...
* Cleared all warnings.
git-svn-id: trunk@11538 -
2007-07-17 07:36:09 +00:00
mattias
8960c22b37
translations: german: updates from Jeorg Braun, added ToDos to compiler checks
...
git-svn-id: trunk@11537 -
2007-07-17 07:33:27 +00:00
zeljko
7439c8df1e
+ Implemented multiselection in TFileDialogs
...
* Fixed some compiler warnings, removed some unused variables.
git-svn-id: trunk@11536 -
2007-07-17 07:11:27 +00:00
paul
0d3a0d3d89
QT: correction in DrawText with DT_CALCRECT
...
git-svn-id: trunk@11532 -
2007-07-17 01:36:43 +00:00
marc
3e9d95ad12
* added and updated translations by Laurent Jacques
...
git-svn-id: trunk@11530 -
2007-07-16 21:32:53 +00:00
mattias
f03569a3c1
IDE: added compiler check for relative unit paths, missing directories, wrong * character, ambiguous fpc configs, missing fpc config
...
git-svn-id: trunk@11529 -
2007-07-16 21:23:55 +00:00
zeljko
cc56f513ba
+ TToggleBox implementation
...
git-svn-id: trunk@11528 -
2007-07-16 17:01:42 +00:00
zeljko
d2bddc6ff9
* Fixed UTF8 bugs, some old, some produced by me in latest patch.
...
* More optimization to TCustomMemo.
+ Added GetText() , SetText() to TCustomComboBox.
git-svn-id: trunk@11527 -
2007-07-16 15:33:32 +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
zeljko
b6c49dc891
* Various TCustomMemo memleaks & bug fixes.
...
git-svn-id: trunk@11525 -
2007-07-16 14:26:16 +00:00
zeljko
4fbaaf4f4e
* TCustomComboBox memleaks fix, reimplemented private TStringList handling.
...
git-svn-id: trunk@11524 -
2007-07-16 13:28:33 +00:00
paul
72d601e943
(QT)
...
- QT bindings updated to 1.43
- QT ThemeServices is working now. Can paint Buttons (w/wo Flat), CheckBox, RadioButton, Header
git-svn-id: trunk@11523 -
2007-07-16 09:26:28 +00:00
mattias
dcbce23a9c
codetools: added proc modifier safecall
...
git-svn-id: trunk@11522 -
2007-07-16 06:17:00 +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
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
paul
c209623b58
(QT) handling of Enter, Leave and Hover mouse events
...
git-svn-id: trunk@11519 -
2007-07-16 05:09:18 +00:00
paul
21bc08ec17
menuiteminfo compatibility with win95 from Martin Smat
...
git-svn-id: trunk@11518 -
2007-07-16 01:14:14 +00:00
zeljko
ae7d12aa56
* TQtListWidget initialization fix.
...
git-svn-id: trunk@11517 -
2007-07-15 21:42:55 +00:00
zeljko
8dc5738008
+ TCheckListBox implementation.
...
git-svn-id: trunk@11516 -
2007-07-15 20:56:01 +00:00
zeljko
a128a87d2f
+ More winapi functions.
...
git-svn-id: trunk@11515 -
2007-07-15 16:58:53 +00:00
zeljko
1ee2b6963e
+ TBitBtn SetGlyph() & SetDefault() implementation.
...
+ QtWsButtons now use mode objfpc.
git-svn-id: trunk@11514 -
2007-07-15 13:54:15 +00:00
zeljko
91a249f4e0
* Fix MDIChilds due to LayoutWidget & CentralWidget commits.
...
git-svn-id: trunk@11513 -
2007-07-15 12:27:25 +00:00
michael
2725083a1f
* Compilation should now work with 2.0.4 and 2.1.5 too
...
git-svn-id: trunk@11512 -
2007-07-15 10:38:17 +00:00
michael
d29c363442
* Do not compile sqlite3 for win64
...
git-svn-id: trunk@11511 -
2007-07-15 09:45:02 +00:00
michael
40a3069b52
* Fixed compilation for earlier versions
...
git-svn-id: trunk@11510 -
2007-07-15 09:35:55 +00:00
zeljko
3cee9c6d5f
* QEventClose bugfix from Den.
...
git-svn-id: trunk@11509 -
2007-07-14 16:34:18 +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
michael
16c9905f94
* Registered TSQLScript, TSQLConnector and TSQLITE3Connection
...
git-svn-id: trunk@11507 -
2007-07-14 14:35:08 +00:00