Commit Graph

32 Commits

Author SHA1 Message Date
paul
4dfe601068 qt:
- add qtdefines.inc (place for global qt defines)
- force qt 4.3 under windows

git-svn-id: trunk@12630 -
2007-10-29 15:11:49 +00:00
paul
293d27c168 Qt: Use GetUtf8String instead of utf8Decode. GetUtf8String tries to decode string at first and it is failed it uses raw string as result (so non unicode coded strings are also handled by this function).
git-svn-id: trunk@12047 -
2007-09-16 15:51:19 +00:00
paul
64c80e1a0e Qt:
- reimplement TQtListStrings (now sort is also work)
- more TQtWSCustomListBox methods

git-svn-id: trunk@12019 -
2007-09-13 07:55:47 +00:00
paul
538f96f54d (Qt):
- rewrite TQtComboStrings (new is based on carbon implementation)
- complete TQtWSCustomComboBox

git-svn-id: trunk@11611 -
2007-07-24 09:03:49 +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
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
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
zeljko
8dc5738008 + TCheckListBox implementation.
git-svn-id: trunk@11516 -
2007-07-15 20:56:01 +00:00
zeljko
8c0501c443 + Implemented TArrow
There's {$ifdef QT_USE_BIG_TARROW} in DrawArrow (qtlclintf), cause we can   
  draw whatever. I've prepared 2 kinds of arrows, bigger (like in win32 intf), 
  or smaller (looks much better for me - this is default size).
*  BUGFIX for TStaticText AV under linux.
*  BUGFIX for QListWidget_clear() under linux.
*  Better place for viewport creation (works ok under linux).

git-svn-id: trunk@11480 -
2007-07-13 07:44:49 +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
sekelsenmat
0fb48e3d21 patch from zeljko. TCalendar implemented. Reimplemented TCustomCheckGroup and TCustomRadioGroup. Workaround for "Hidden radio button" problem. Added to this many small changes and switched the default qt version to 4.2
git-svn-id: trunk@11355 -
2007-06-23 07:13:18 +00:00
sekelsenmat
236bcd8d46 Added support for Qt 4.2.x
git-svn-id: trunk@11352 -
2007-06-21 13:43:20 +00:00
sekelsenmat
a6d281e3df Patch from zeljko to qt. Lot's of bug fixes. Implemented MDI support too. I added small modifications and also updated the qt bindings to 1.35 plus patch
git-svn-id: trunk@11311 -
2007-06-11 20:30:47 +00:00
sekelsenmat
44d439dd69 Patch from Luis Hilario for StatusBar
git-svn-id: trunk@10074 -
2006-10-15 21:07:45 +00:00
sekelsenmat
a284a1aea3 Implemented UTF-8 support. Fixed mouse messages. Other small fixes. Removed deprecated file.
git-svn-id: trunk@10059 -
2006-10-12 03:17:37 +00:00
sekelsenmat
26bb559a8c Events for ComboBox in Qt from Luis. Also fixed TLabel position bug, and numerous other things.
git-svn-id: trunk@10057 -
2006-10-11 19:35:26 +00:00
mattias
d26a428920 qt intf: implements TBitmap (and all other image classes), Dialogs, font fix, ShowModal and much else for Qt from Felipe
git-svn-id: trunk@10053 -
2006-10-10 07:00:47 +00:00
vincents
502201703c qt interface: added support for menus, font, progressbar and statusbar from Felipe
git-svn-id: trunk@10049 -
2006-10-09 11:07:51 +00:00
mattias
61d1db9fdb qt intf: small improvements for TMemo, mouse move
git-svn-id: trunk@9971 -
2006-09-22 23:57:50 +00:00
mattias
112b816466 qt intf: implemented TListBox
git-svn-id: trunk@9893 -
2006-09-14 17:54:21 +00:00
mattias
2f449c60a7 qt intf: TLabel from Felipe
git-svn-id: trunk@9794 -
2006-09-02 20:38:21 +00:00
mattias
b428871a84 basic color handling for Qt widgets from zephod
git-svn-id: trunk@9439 -
2006-06-16 20:44:02 +00:00
vincents
c42c19439c updated qt interface from Felipe
* updated qt4.pas
* improved radiobutton
* improved brush and font

git-svn-id: trunk@9284 -
2006-05-16 07:18:13 +00:00
mattias
f53bc8cfc6 qt intf: memo and edit Get/SetText from Giuliano Colla
git-svn-id: trunk@9248 -
2006-05-08 08:19:08 +00:00
mattias
6eb4930179 fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
mattias
8becf57d29 OnResize events for qt intf from Felipe
git-svn-id: trunk@9138 -
2006-04-17 12:40:43 +00:00
mattias
ef1ae4f537 qt intf: Custom control, MoveToEx, LineTo and Ellipse, Screen.Width and Screen.Height from Felipe
git-svn-id: trunk@9105 -
2006-04-09 20:46:13 +00:00
mattias
b1754ccbad qt4 TBitmap, TComboBox from Felipe
git-svn-id: trunk@8952 -
2006-03-18 00:19:11 +00:00
mattias
d17a174350 started more widgets in the qt widgetset from Felipe
git-svn-id: trunk@8906 -
2006-03-10 13:48:49 +00:00
mattias
d5c61baf0e Implemented TTimer, TCheckBox, TRadioButton, TStaticText from Felipe
git-svn-id: trunk@8815 -
2006-02-24 13:31:16 +00:00
mattias
fb25475cdc added qt dyn lib binding, implemented TApplication, TCustomForm, TCustomButton, TCustomMemo, TMouse, TCanvas fro Felipe
git-svn-id: trunk@8751 -
2006-02-17 13:09:12 +00:00