Commit Graph

16196 Commits

Author SHA1 Message Date
paul
efbdaeaf0e lcl: add basic support for Progress during reading/writing of TCustomBitmap (tested with bpm,xpm). Based on patch of Laurent Jacques (#0008893)
git-svn-id: trunk@16334 -
2008-08-31 15:09:46 +00:00
paul
9f2224c1fc ide: fix CharacterMap (#0012010)
git-svn-id: trunk@16333 -
2008-08-31 14:02:08 +00:00
paul
bc70d6ed36 synedit: fix compilation (#0012014)
git-svn-id: trunk@16332 -
2008-08-31 13:29:45 +00:00
paul
08ac633cb7 lcl: don't create dummy mask on TRasterImage.BitmapHandleNeeded (from Luiz, #0012005)
git-svn-id: trunk@16331 -
2008-08-31 12:57:12 +00:00
mattias
69487343c3 synedit: tsynmemo: fixed computing line ends
git-svn-id: trunk@16330 -
2008-08-31 12:23:17 +00:00
mattias
8acfc91bed gtk1+2 intf: added comment about wake up gtk main loop from another threa
git-svn-id: trunk@16329 -
2008-08-31 11:28:31 +00:00
mattias
5e37b07ce5 gtk1+2 intf: made FMessageQueue thread safe
git-svn-id: trunk@16328 -
2008-08-31 11:18:41 +00:00
mattias
6acd41dad9 IDE: not creating output directory for test project, bug #11996
git-svn-id: trunk@16327 -
2008-08-31 09:17:39 +00:00
paul
697b3bc780 lcl: free mask too (not only bitmap handle) on changing size (#0012004)
git-svn-id: trunk@16326 -
2008-08-31 09:11:52 +00:00
paul
caf7b07e05 lcl: added RawImageNeeded to the TIconImage. Now accessing of the Canvas for the just added image works. partially fixes #0011983
git-svn-id: trunk@16325 -
2008-08-31 08:42:07 +00:00
mattias
7329c36e1f gtk1+2 intf: replaced g_idle_add with gtk_timeout_add. g_idle_add is not called when app is busy (e.g. using OnIdle)
git-svn-id: trunk@16324 -
2008-08-31 08:38:48 +00:00
mattias
a4d5af1d31 xml reader: fixed mem leaks on error
git-svn-id: trunk@16323 -
2008-08-31 08:12:06 +00:00
zeljko
550158a3a4 Qt: TQtDeviceContext.drawImage() - fixed #11713
git-svn-id: trunk@16322 -
2008-08-30 23:37:36 +00:00
mattias
a3a5e44c1f IDE: codehelp: showing xml parser errors in message window
git-svn-id: trunk@16321 -
2008-08-30 22:18:27 +00:00
mattias
101fe87df9 IDE: codehelp: added filename to errors
git-svn-id: trunk@16320 -
2008-08-30 21:58:36 +00:00
mattias
c94ffa46e0 lazreport: using OnGetItems instead of OnDropDown
git-svn-id: trunk@16319 -
2008-08-30 21:35:49 +00:00
mattias
51cbcc78ae IDE: codebrowser: using OnGetItems
git-svn-id: trunk@16318 -
2008-08-30 21:32:53 +00:00
mattias
1aca28b3b4 rtticontrols: fixed calling inherited
git-svn-id: trunk@16317 -
2008-08-30 21:29:25 +00:00
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