Commit Graph

11687 Commits

Author SHA1 Message Date
zeljko
d2c1b2ccab *Fixed MDI window sizes and child controls alignment.
git-svn-id: trunk@11604 -
2007-07-23 18:25:09 +00:00
tombo
9e4a4f717f LCL: masks added TMaskList.Count, updated docs
git-svn-id: trunk@11603 -
2007-07-23 11:14:59 +00:00
zeljko
f8a5a5732f *Fix TQtWidgetSet.DCSetPixel(), we can set pen from TQColor ;)
git-svn-id: trunk@11602 -
2007-07-23 09:37:34 +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
c9eb25bab6 (Qt)
- bug in popup menu creation

git-svn-id: trunk@11598 -
2007-07-23 05:44:00 +00:00
paul
80c4aac4ea - small bug in TThemeServices.IsChecked
git-svn-id: trunk@11597 -
2007-07-23 05:28:17 +00:00
paul
5492dc6a0d - second part of speedbutton patch from Giuliano Colla
git-svn-id: trunk@11596 -
2007-07-23 05:10:08 +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
marc
426359fa52 * Modified patch from Laurent Jacques
git-svn-id: trunk@11594 -
2007-07-22 15:58:44 +00:00
tombo
e480c8112a GTK: replaced FileInFilenameMasks with MatchesMaskList
git-svn-id: trunk@11593 -
2007-07-22 14:19:32 +00:00
tombo
77381cc8d4 LCL: implemented TMask, MatchesMask, added Masks docs
git-svn-id: trunk@11592 -
2007-07-22 14:17:13 +00:00
tombo
d53bbc8fee LCL docs: spin
git-svn-id: trunk@11591 -
2007-07-22 12:31:03 +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
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