mattias
d81144b51a
bug 1152: added debug code
...
git-svn-id: trunk@11437 -
2007-07-06 13:41:29 +00:00
mattias
12b5287922
gtk2 intf: fixed UpdateWindow result
...
git-svn-id: trunk@11436 -
2007-07-06 12:50:24 +00:00
mattias
466d2337c3
gtk2 intf: implemented UpdateWindow
...
git-svn-id: trunk@11434 -
2007-07-06 12:42:20 +00:00
paul
2f657c4c3f
- restore font color after drawing text by ThemeServices
...
git-svn-id: trunk@11433 -
2007-07-06 11:11:38 +00:00
vincents
fd11231a53
LCL: cleanup unnecessary local variable (bug #9218 )
...
git-svn-id: trunk@11432 -
2007-07-06 07:56:44 +00:00
paul
666cd0c4a7
- TBitmap.LoadFromLazarusResource has been switched to TLazarusResourceStream
...
git-svn-id: trunk@11430 -
2007-07-06 02:55:30 +00:00
paul
ce2a7a71a6
- added TLResources.Find by Name and ValueType (it was by Name only before)
...
- new class TLazarusResourceStream similar to TResourceStream
- some code needed resource stream has been switched to use TLazarusResourceStream
git-svn-id: trunk@11429 -
2007-07-06 02:32:22 +00:00
sekelsenmat
b164650a7d
Updated Qt bindings to 1.40
...
git-svn-id: trunk@11426 -
2007-07-05 07:21:12 +00:00
paul
9b24b60145
- correction of menu look under windows
...
git-svn-id: trunk@11425 -
2007-07-05 05:47:24 +00:00
paul
8f7627dae7
fix compilation of qt
...
git-svn-id: trunk@11424 -
2007-07-05 04:36:46 +00:00
paul
9d62526137
- (QT) TQtImage.AsIcon
...
- (QT) set image to menu item
- (LCL) destroy menu item bitmap if ImageIndex reseted to -1
git-svn-id: trunk@11423 -
2007-07-05 03:47:03 +00:00
jesus
7bae212259
LCL and IDE, gtk, TArrow now is sensible to mouse events, fixes ProjectOptions->Forms arrows
...
git-svn-id: trunk@11418 -
2007-07-04 06:21:45 +00:00
vincents
0e34ed8982
LCL: default values of ListItem and TreeNode image index set to -1 for Delphi compatibility (bug #9192 )
...
git-svn-id: trunk@11416 -
2007-07-03 13:26:02 +00:00
paul
6402384028
- better drawing menu under windows
...
git-svn-id: trunk@11415 -
2007-07-03 12:41:05 +00:00
vincents
8ab969918a
LCL: don't call default mouse wheel message handler if DoMouseWheel has handled the message (bug #8364 )
...
git-svn-id: trunk@11414 -
2007-07-03 11:59:22 +00:00
paul
11e3159669
- BidiMode patch from Zaher Dirkey (0009203)
...
git-svn-id: trunk@11413 -
2007-07-03 03:34:20 +00:00
sekelsenmat
545b183cba
Patch from zeljko to Qt. Fixed memleak in TCustomControl.
...
git-svn-id: trunk@11410 -
2007-07-02 07:34:20 +00:00
paul
401d81cfc4
- BidiMode patch from Zaher Dirkey (0008996) part 2
...
git-svn-id: trunk@11409 -
2007-07-02 07:03:42 +00:00
paul
d5c7e43700
- BidiMode patch from Zaher Dirkey (0008996) part 1
...
git-svn-id: trunk@11408 -
2007-07-02 07:00:51 +00:00
mattias
1ddf9fb8f9
gtk1 intf: improved clHighlighttext using bg_gc instead of text_g
...
git-svn-id: trunk@11406 -
2007-07-01 13:07:24 +00:00
sekelsenmat
8476560e0f
Patch from zeljko. Bugfix for winapi GetScrollInfo on Qt.
...
git-svn-id: trunk@11404 -
2007-07-01 07:26:17 +00:00
sekelsenmat
fcf7cddbdd
Patch from zeljko for Qt. QLineEdit handling of AutoSelect property. bugfix: Vertical scrollbar mousewheel scroll must have inverted control.
...
git-svn-id: trunk@11403 -
2007-06-30 11:50:32 +00:00
sekelsenmat
43c999f092
Patch from zeljko. Font, Text Color & Color can be changed for all TWinControl descendants on Qt.
...
git-svn-id: trunk@11402 -
2007-06-29 15:31:49 +00:00
tombo
bdecf2b5b9
Gtk1/2 intf: implemented OnDropFiles event
...
git-svn-id: trunk@11401 -
2007-06-29 11:32:45 +00:00
paul
962d6f164c
- crNone cursor for gtk and carbon (issue #8962 )
...
git-svn-id: trunk@11400 -
2007-06-29 08:22:12 +00:00
sekelsenmat
6044c936f7
Patch from zeljko. Implemented SetColor() for TCustomControl descendants on Qt.
...
git-svn-id: trunk@11399 -
2007-06-28 18:24:37 +00:00
tombo
efa8463c35
LCL T(Float)SpinEdit: Single properties storing
...
git-svn-id: trunk@11398 -
2007-06-28 16:18:05 +00:00
sekelsenmat
77b45f8368
Patch from zeljko to the Qt widgetset. Fixed AV with TFontDialog, added SetFont, implemented TColorDialog, other small fixes, implemented ReadOnly on TSpinBox.
...
git-svn-id: trunk@11397 -
2007-06-28 13:46:16 +00:00
tombo
52ce9136d3
LCL T(Float)SpinEdit: improved (GTK1/2, Win32), added ReadOnly, AutoSelect
...
git-svn-id: trunk@11396 -
2007-06-28 12:59:31 +00:00
tombo
84c63ae4dd
Carbon intf:
...
- working: TListBox, TCheckListBox - patch from Giulio Bernardi
- implemented regions
- fixed: font rotation, editing spin edit
- partially implemented OnDropFiles with help of Phil J. Hess
git-svn-id: trunk@11394 -
2007-06-27 15:36:10 +00:00
vincents
296e81dda3
LCL: raise exception if bitmap is not completely written to disk (bug #8260 )
...
git-svn-id: trunk@11392 -
2007-06-27 11:01:23 +00:00
sekelsenmat
4184fe11fe
Reverted unnecessary change on Qt
...
git-svn-id: trunk@11388 -
2007-06-27 08:42:40 +00:00
sekelsenmat
d4564ed42a
patch from zeljko, small TSpinEdit and TFloatSpinEdit fix on Qt
...
git-svn-id: trunk@11387 -
2007-06-27 08:18:20 +00:00
mattias
801d3a0023
IDE: project options form: anchoring notebook to okbutton, gtk intf: color clHighlightText, gtk2 intf: dummy page now without gdkwindow - not eating events, LCL: treeview: removed RecreateWnd call
...
git-svn-id: trunk@11385 -
2007-06-27 07:44:01 +00:00
vincents
b29f2c65bf
IDE: added resource strings for ctrl, alt and shift key in the keymapping dialog (bug #8066 )
...
git-svn-id: trunk@11384 -
2007-06-26 13:42:24 +00:00
vincents
c9d897b72c
carbon interface: fixed compilation broking during the TButton move
...
git-svn-id: trunk@11382 -
2007-06-26 12:44:33 +00:00
sekelsenmat
1b844f84f4
patch from zeljko, small calendar fix on Qt
...
git-svn-id: trunk@11381 -
2007-06-26 11:39:42 +00:00
jesus
898fa2da1f
LCL, TextStyle.SingleLine default value changed
...
git-svn-id: trunk@11378 -
2007-06-26 07:15:43 +00:00
jesus
c6dcb9b771
LCL: grids, scrolling problem when cell is wider than clientwidth, issue #9065
...
git-svn-id: trunk@11377 -
2007-06-26 06:53:14 +00:00
tombo
d7ae9d52d1
LCL: renamed OnFilesDrop event to OnDropFiles
...
git-svn-id: trunk@11369 -
2007-06-25 14:38:03 +00:00
vincents
87d2069122
lCL: removed TLeftRight, is now part of the classes unit
...
git-svn-id: trunk@11368 -
2007-06-25 12:58:45 +00:00
vincents
baebd22616
LCL: moved TButton from buttons unit to stdctrls (bug #9137 ), compilation tested on windows for gtk2, qt and win32 widgetset
...
git-svn-id: trunk@11367 -
2007-06-25 08:34:41 +00:00
tombo
6860a97e2b
LCL: added OnFilesDrop event to TCustomForm, TApplication and TApplicationProperties
...
* created example application
* implemented in Win32 interface
git-svn-id: trunk@11365 -
2007-06-24 10:17:46 +00:00
sekelsenmat
1d07b0dfd1
Fixes the new container widget on qt for mdi application
...
git-svn-id: trunk@11364 -
2007-06-24 07:23:52 +00:00
sekelsenmat
5202b04808
Small bug fix on Qt interface
...
git-svn-id: trunk@11363 -
2007-06-24 05:48:58 +00:00
sekelsenmat
f50d168011
Fixed automatic handling of the menu size on Qt by adding a central widget to the form.
...
git-svn-id: trunk@11362 -
2007-06-24 05:06:58 +00:00
sekelsenmat
d52f65f05a
patch from zeljko. fixes alignment of controls inside TCustomRadioGroup and TCustomCheckGroup.
...
git-svn-id: trunk@11357 -
2007-06-23 09:41:25 +00:00
vincents
6d2add8364
LCL: use GetLabelText, where Caption was used previously (bug #9121 ) from Laurent
...
git-svn-id: trunk@11356 -
2007-06-23 07:24:46 +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
andrew
0ea8ca69fb
Implemented gtk2 combobox.sorted property
...
git-svn-id: trunk@11354 -
2007-06-23 00:43:26 +00:00