Commit Graph

6450 Commits

Author SHA1 Message Date
tombo
77381cc8d4 LCL: implemented TMask, MatchesMask, added Masks docs
git-svn-id: trunk@11592 -
2007-07-22 14:17:13 +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
sekelsenmat
f3694be3df Small improvements to unicode support under win32
git-svn-id: trunk@11589 -
2007-07-22 11:00:55 +00:00
tombo
9c00283d84 LCL: commented debug info for TCustomFloatSpinEdit.TextChanged
git-svn-id: trunk@11588 -
2007-07-21 12:58:54 +00:00
tombo
9a4689733f GTK2 intf: Fixed spin edit bug #0009253 and #0009205 from Valdas Janknas
git-svn-id: trunk@11587 -
2007-07-21 12:15:17 +00:00
sekelsenmat
04f56784d8 Implemented unicode support for tab controls under windows.
git-svn-id: trunk@11586 -
2007-07-21 10:00:49 +00:00
vincents
146cc33de1 LCL : made TCustomForm.DoCreate and DoDestroy virtual (bug #9301)
git-svn-id: trunk@11585 -
2007-07-20 19:25:48 +00:00
sekelsenmat
c44cc0e9c3 Implemented unicode support for menus on the windows interface
git-svn-id: trunk@11584 -
2007-07-20 14:03:17 +00:00
zeljko
a963094291 * Fixed TStatusBar regressions under linux (not visible) introduced by latest patches.
git-svn-id: trunk@11583 -
2007-07-20 07:28:53 +00:00
paul
55f077b595 (QT):
- Removed unnecessary code from radiogroup and checkgroup since LCL do all the job itself
- Removed dummy DestroyHandles. TQtWSWinControl.DestroyHandle will be used in most cases

git-svn-id: trunk@11582 -
2007-07-20 02:06:55 +00:00
zeljko
0daf4ff929 *Fixed TArrow regression, introduced by latest winapi patch.
git-svn-id: trunk@11579 -
2007-07-19 18:25:45 +00:00
zeljko
27a0b1dee3 * Fixed typo in qobjects.pas
git-svn-id: trunk@11578 -
2007-07-19 13:22:11 +00:00
zeljko
a8a022e871 * Fixed paintings out of paintEvent().
git-svn-id: trunk@11577 -
2007-07-19 12:19:19 +00:00
sekelsenmat
b0f597385c Patch from Giuliano Colla. Fixed typo in glyph code.
git-svn-id: trunk@11576 -
2007-07-19 09:18:16 +00:00
zeljko
bcdaac83e8 * Use more sofisticated QScrollArea for TCustomControl.
git-svn-id: trunk@11575 -
2007-07-19 07:08:07 +00:00
paul
a3155d60b5 (QT):
- introduced LCLKeyToQtKey (VK key code map to QtKey)
- extended QtKeyToLCLKey
- implemented menu shortcuts

git-svn-id: trunk@11574 -
2007-07-19 03:08:31 +00:00
zeljko
01d2ced38b + TListBox - implemented few routines.
git-svn-id: trunk@11571 -
2007-07-18 21:09:29 +00:00
paul
636ce5c979 fixed typo
git-svn-id: trunk@11570 -
2007-07-18 14:09:42 +00:00
paul
c084be8bc7 (QT):
- implemented TQtWSMenuItem.SetCaption

git-svn-id: trunk@11569 -
2007-07-18 12:56:38 +00:00
zeljko
ec9438bca8 *Fixed design time issues with MDI childs.
git-svn-id: trunk@11568 -
2007-07-18 12:35:12 +00:00
zeljko
8c939d81ad * Fixed THintWindow visibility
git-svn-id: trunk@11567 -
2007-07-18 10:16:41 +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
paul
c03daca1ff QT:
- fixed splitter painting under various styles
- create separate class for THintWindow

git-svn-id: trunk@11565 -
2007-07-18 07:12:23 +00:00
zeljko
ddbd742d41 *Fixed possible leak with GlobalCaret.
git-svn-id: trunk@11564 -
2007-07-18 06:35:49 +00:00
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
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
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
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
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