Commit Graph

16178 Commits

Author SHA1 Message Date
mattias
295c98508c LCL: fixed combobox.MaxLength default value 0
git-svn-id: trunk@16316 -
2008-08-30 21:28:24 +00:00
mattias
23049dc161 rtticontrols: using new tcombobox.getItems
git-svn-id: trunk@16315 -
2008-08-30 21:26:34 +00:00
mattias
0970d289f0 LCL: added TCustomComboBox.GetItems for overriding, fixed default value AutoSize and AutoCompleteText
git-svn-id: trunk@16314 -
2008-08-30 21:26:02 +00:00
mattias
6aaa0102c7 IDEIntf: object inspector: ussing OnGetItems
git-svn-id: trunk@16313 -
2008-08-30 21:15:27 +00:00
mattias
2c13e3911b gtk1 intf: combobox: implemented OnGetItems
git-svn-id: trunk@16312 -
2008-08-30 21:08:21 +00:00
mattias
2d6620ea7b gtk2 intf: combobox: implemented OnGetItems
git-svn-id: trunk@16311 -
2008-08-30 21:05:08 +00:00
mattias
4b50534529 gtk intf: added safety check
git-svn-id: trunk@16310 -
2008-08-30 19:26:18 +00:00
mattias
763fd91a65 IDE: designer: anchor editor: fixed using EditongDone
git-svn-id: trunk@16309 -
2008-08-30 19:25:43 +00:00
zeljko
dfb110a9fb Qt: bugfix - TQtAbstractItemView needs overriden setColor().
git-svn-id: trunk@16308 -
2008-08-30 15:12:15 +00:00
zeljko
eedc289813 Qt: smallfix for TQtWidgetSet.setFocus()
git-svn-id: trunk@16307 -
2008-08-30 14:48:54 +00:00
zeljko
eae8403f62 Qt: Implemented TCustomComboBox.OnGetItems(), removed workaround, compile laz ide with -dUseOnGetItems
git-svn-id: trunk@16306 -
2008-08-30 14:07:06 +00:00
tombo
e671772a2b LCL Carbon: implemented TCustomComboBox.OnGetItems
git-svn-id: trunk@16305 -
2008-08-30 10:35:39 +00:00
zeljko
9e2cb70abb Qt: fix TCheckListBox mouse clicks over checkbox.
git-svn-id: trunk@16304 -
2008-08-29 19:24:27 +00:00
zeljko
4862e5d1bd Qt: Redirected mouse click events into new abstractitemview hook for TQtListWidget, TQtTreeWidget.
TQtListWidget now responds faster to mouse clicks (if custom drawn).

git-svn-id: trunk@16303 -
2008-08-29 18:44:52 +00:00
zeljko
a94f5f833c Qt: bugfix #11993
git-svn-id: trunk@16302 -
2008-08-29 17:14:58 +00:00
kirkpatc
018ce72857 FPDoc - some links added in comctrls.xml
git-svn-id: trunk@16301 -
2008-08-29 14:55:05 +00:00
tombo
6e943705bf IDE object inspector: added switch UseOnGetItems to use OnGetItems instead of OnDropDown
LCL stdctrls: new event TCustomComboBox.OnGetItems - for just-in-time populating of items, fired with TCustomComboBox.IntfGetItems from widget set
LCL win32: implemented OnGetItems
Docs stdctrls: added TCustomComboBox.OnGetItems

git-svn-id: trunk@16300 -
2008-08-29 14:53:32 +00:00
mattias
b1c7c42146 rpm: removing the whole tmpdir
git-svn-id: trunk@16299 -
2008-08-29 13:48:36 +00:00
paul
cef06f6bb7 revert r16293 #88af0e037f
git-svn-id: trunk@16298 -
2008-08-29 13:21:22 +00:00
mattias
6e2991d324 Makefile: added alias make lazbuild to lazbuilder
git-svn-id: trunk@16297 -
2008-08-29 12:29:15 +00:00
tombo
df3f54066e LCL Carbon: finally fixed #0011974: Selected keys not working - accidentally committed debugging version
git-svn-id: trunk@16296 -
2008-08-29 12:26:18 +00:00
vincents
9c33a42cce IDE: fixed rebuilding IDE with a non-ascii primary config path
git-svn-id: trunk@16295 -
2008-08-29 11:49:05 +00:00
mattias
4f55a8ff9d UTF8: svn2revisioninc
git-svn-id: trunk@16294 -
2008-08-29 11:36:28 +00:00
paul
88af0e037f lcl:
- decrease visibility of Canvas property in TRasterImage from public to protected
  - make property Canvas public to TCustomBitmap

git-svn-id: trunk@16293 -
2008-08-29 11:17:57 +00:00
paul
85defd7610 examples: fix trayicon example
git-svn-id: trunk@16292 -
2008-08-29 11:14:33 +00:00
mattias
b3f5caf27e IDE: find dialog: changed taborder
git-svn-id: trunk@16291 -
2008-08-29 09:14:09 +00:00
mattias
351028ff9a LCL: disabled AutoScroll for promptdialogs
git-svn-id: trunk@16290 -
2008-08-29 08:55:26 +00:00
mattias
e4c52efe93 lazres: replaced writeln with debugln
git-svn-id: trunk@16289 -
2008-08-29 08:49:32 +00:00
mattias
6c4b878988 sqlite: fixed UTF8 chdir
git-svn-id: trunk@16288 -
2008-08-29 08:45:28 +00:00
mattias
b0e300ede7 synedit: undo typo
git-svn-id: trunk@16287 -
2008-08-29 08:38:38 +00:00
mattias
3d4746734c added GetAppConfigDirUTF8
git-svn-id: trunk@16286 -
2008-08-28 18:50:04 +00:00
mattias
dd76d864f1 openglcontrol: fixed compilation, bug #11981, from A.Schneider
git-svn-id: trunk@16285 -
2008-08-28 18:18:10 +00:00
mattias
81ea7b9458 IDE: auto creating project unit output directory
git-svn-id: trunk@16284 -
2008-08-28 17:36:10 +00:00
zeljko
a5bf37a4f3 Qt: fix focus patch, qtwin32 doesn'' like it.
git-svn-id: trunk@16283 -
2008-08-28 13:12:15 +00:00
tombo
f3be183c27 LCL Carbon: fixed #0011986: Wrong colors in TLabel with TMemo - revert font attributes after applying to memo
git-svn-id: trunk@16282 -
2008-08-28 13:08:57 +00:00
sekelsenmat
54842c85d5 Small fix in trayicon example to make sure the correct icon is loaded in Win32
git-svn-id: trunk@16281 -
2008-08-28 11:59:38 +00:00
zeljko
7a7e45b610 Qt: Fixed focus problems (eg. OnExit() events from TCustomEdit etc.), now it is just like in VCL.
git-svn-id: trunk@16280 -
2008-08-28 08:45:21 +00:00
paul
07f06787ff lcl: allow setting Size for TIcon, TCursorImage, TicnsIcon before loading or before changing Current property. fixes #0011983
git-svn-id: trunk@16279 -
2008-08-28 00:54:58 +00:00
mattias
670b1d8ed2 translations: german: from Joerg Braun
git-svn-id: trunk@16278 -
2008-08-27 21:56:57 +00:00
vincents
8c0e300f91 IDE: fixed retrieving default primary config path, if it contains non ascii chars
git-svn-id: trunk@16277 -
2008-08-27 21:10:24 +00:00
vincents
464c8b7362 opengl: fixed framework name for carbon (issue #11985)
git-svn-id: trunk@16276 -
2008-08-27 21:04:09 +00:00
vincents
67d6b15a92 components: regenerated Makefiles
git-svn-id: trunk@16275 -
2008-08-27 20:57:57 +00:00
sekelsenmat
71b88bff9b Clean-up and improvements in the trayicon test program.
git-svn-id: trunk@16274 -
2008-08-27 13:35:50 +00:00
mattias
ca1ba91b58 IDE: added unit FileUtil to new units
git-svn-id: trunk@16273 -
2008-08-27 11:28:48 +00:00
mattias
9032caa4fd UTF-8: added ExpandFilenameUTF8
git-svn-id: trunk@16272 -
2008-08-27 11:25:01 +00:00
tombo
f65592b46f LCL carbon: applied patch #0011974: Selected keys not working from C Western
git-svn-id: trunk@16271 -
2008-08-27 11:00:18 +00:00
kirkpatc
a33a536eb3 FPDoc - some links added in ExtCtrls.xml
git-svn-id: trunk@16270 -
2008-08-27 09:48:20 +00:00
paul
616a436bc1 lcl: use more efficient code in TCustomIcon.MaskHandleNeeded
git-svn-id: trunk@16269 -
2008-08-27 09:33:26 +00:00
paul
8519c89579 lcl:
- fix TCustomBitmap.MaskHandleNeeded. It used non-compatible description to create mask handle (#0011850)
  - fix TBitmap. Don't set FTransparentColor - it must be clDefault
examples:
  - fix compilation of icon example

git-svn-id: trunk@16268 -
2008-08-27 09:24:00 +00:00
mattias
8c0aae4a24 LCL: GetSystemEncoding: not using LANG under windows
git-svn-id: trunk@16267 -
2008-08-27 08:46:09 +00:00