Commit Graph

23881 Commits

Author SHA1 Message Date
juha
29406db1a2 Converter: Remove annoying messagebox when part of the units were found.
git-svn-id: trunk@24307 -
2010-03-31 07:51:11 +00:00
juha
1259e59a8f Converter: Member visibility change in TLFMChecker to allow compilation in TLFMFixer
git-svn-id: trunk@24306 -
2010-03-31 07:16:37 +00:00
zeljko
562621aec1 Qt: small optimization in TQtWSCustomListView - do not set text in iteminsert if text = ''
git-svn-id: trunk@24305 -
2010-03-31 06:20:09 +00:00
juha
f9cad14768 Converter: Show missing units in a CheckListBox and let user select them.
git-svn-id: trunk@24304 -
2010-03-30 22:39:26 +00:00
zeljko
77991a4720 Qt: small fix in listview EndUpdate - enable updates when InUpdate = false.
git-svn-id: trunk@24303 -
2010-03-30 20:32:16 +00:00
dmitry
02cbae0466 carbon: improve DC antialiasing setting. if set to false, images are also rendered not-aliased
git-svn-id: trunk@24302 -
2010-03-30 18:17:30 +00:00
zeljko
d841943e9f Qt: fixed crash when we open some dialog which uses TQtCommonDialog.GetDialogParent() and Application.MainForm is not visible.
git-svn-id: trunk@24301 -
2010-03-30 14:36:16 +00:00
ask
1a7ff8cf0d TAChart: Make TChartToolset a design-time component
git-svn-id: trunk@24300 -
2010-03-30 13:40:11 +00:00
ask
5b4de80bc0 TAChart: Fix warning
git-svn-id: trunk@24299 -
2010-03-30 13:36:26 +00:00
ask
6a202fc449 PropEdit: Make TCollectionPropertyEditor.ShowCollectionEditor virtual
* This is required to override editor form for custom collections

git-svn-id: trunk@24298 -
2010-03-30 13:34:33 +00:00
zeljko
1b3de30b4c Qt: TQtTreeWidget - do not send changed signal while adding items enclosed by BeginUpdate() & EndUpdate().
git-svn-id: trunk@24297 -
2010-03-30 12:59:35 +00:00
paul
c1327ba16e lcl: publish TForm.Anchors
git-svn-id: trunk@24296 -
2010-03-30 11:23:33 +00:00
martin
cc46758fc0 SourceEditor: Ensure correct window is selected
git-svn-id: trunk@24295 -
2010-03-30 11:09:21 +00:00
juha
7160d8d160 Converter: More fallback LCL components for Delphi VCL components.
git-svn-id: trunk@24294 -
2010-03-30 10:38:18 +00:00
zeljko
f3ed9e12d7 Gtk2: do not hide event box window, otherwise Z order cannot be setted up for buttons. fixes #11381,#15742
git-svn-id: trunk@24293 -
2010-03-30 10:00:30 +00:00
dmitry
e13602a3ea ide: replace environment->files groupboxes with labels
git-svn-id: trunk@24292 -
2010-03-30 08:58:52 +00:00
zeljko
113cf66c0f Gtk2: implemented SetActiveWindow(), fixes #16047 and Z order changing after closing modal form.
git-svn-id: trunk@24291 -
2010-03-30 07:24:48 +00:00
martin
dd2476a1cc SynEdit HighlighterAny: Fixed updating the Comment Value
git-svn-id: trunk@24290 -
2010-03-29 20:15:32 +00:00
dmitry
e40d947c7d carbon: IsWindow implementation
git-svn-id: trunk@24289 -
2010-03-29 19:44:17 +00:00
zeljko
be3e5448c6 gtk,gtk2,qt: fixed IsWindow() to check for all handles, not windows (forms) only.
git-svn-id: trunk@24288 -
2010-03-29 14:50:37 +00:00
mattias
674746ce0d codetools: TFindDeclarationTool.CheckDependsOnNodeCaches, check each tool only once, even if writelock is not activated
git-svn-id: trunk@24287 -
2010-03-29 13:10:26 +00:00
zeljko
dd97a09f46 LCL: TCustomForm.ShowModal() use LCLIntf.IsWindow(ActiveWindow) instead ActiveWindow <> 0 for check, since ActiveWindow can dissappear in the meantime.
git-svn-id: trunk@24286 -
2010-03-29 13:01:33 +00:00
zeljko
53edb14849 wince: added IsWindow()
git-svn-id: trunk@24285 -
2010-03-29 12:48:19 +00:00
zeljko
f8cb0875ea win32: added IsWindow()
git-svn-id: trunk@24284 -
2010-03-29 12:45:42 +00:00
zeljko
caf4b2dd3f LCL: added IsWindow(HWND), implemeted IsWindow() for qt, gtk and gtk2.
git-svn-id: trunk@24283 -
2010-03-29 12:42:58 +00:00
ask
b2f0afcdb6 TAChart: Add TChartReticuleTool
git-svn-id: trunk@24282 -
2010-03-29 12:02:48 +00:00
marc
52cb04e21d * Added PtrSize Map id types
git-svn-id: trunk@24281 -
2010-03-29 11:51:36 +00:00
ask
3791b08ca0 TAChart: Make AllowZoom work again
git-svn-id: trunk@24280 -
2010-03-29 11:34:39 +00:00
ask
2b054216fc TAChart: Move TChartTool and TChartToolset to TATools unit
git-svn-id: trunk@24279 -
2010-03-29 11:29:50 +00:00
martin
d15a3634aa SourceEditor: Invalidate breakpoint lines
git-svn-id: trunk@24278 -
2010-03-29 11:26:53 +00:00
ask
3dc68f371a TAChart: Add TATools unit. Move TChartZoomDragTool there.
git-svn-id: trunk@24277 -
2010-03-29 10:56:12 +00:00
ask
130b0d9d2d TAChart: Move PrepareXorPen procedure to TAChartUtils unit
git-svn-id: trunk@24276 -
2010-03-29 10:32:36 +00:00
ask
fa6eba8104 TAChart: Add TChartTool, TChartToolset and TChartZoomDragTool classes.
* This is the initial step to interactive tools support

git-svn-id: trunk@24275 -
2010-03-29 10:27:07 +00:00
ask
ab09e5bdac TAChart: Fix compilation of drag-and-drop demo
git-svn-id: trunk@24274 -
2010-03-29 10:12:39 +00:00
ask
82d6431bee TAChart: Extract ZoomToRect procedure
git-svn-id: trunk@24273 -
2010-03-29 09:51:47 +00:00
mattias
c5bbdc8b0e codetools: reduced debugging
git-svn-id: trunk@24272 -
2010-03-29 08:02:54 +00:00
mattias
eff858c038 codetools: added consistency check for TFindDeclarationTool.AddToolDependency
git-svn-id: trunk@24271 -
2010-03-29 08:00:46 +00:00
ask
e88dd4706f TAChart: Remove unused method SetAxisColor
git-svn-id: trunk@24270 -
2010-03-29 06:14:46 +00:00
dmitry
290606207c carbon: fix for destroyed widget sending focus change lcl messages
git-svn-id: trunk@24269 -
2010-03-29 05:42:07 +00:00
dmitry
f2cabe722a carbon: fix for RestoreDCData, patch by Jonas Maebe
git-svn-id: trunk@24268 -
2010-03-29 05:33:13 +00:00
maxim
64cd420c82 regenerated translations; updated Russian translation
git-svn-id: trunk@24267 -
2010-03-28 22:05:40 +00:00
juha
d25b0a5799 Converter: use {$IFDEF FPC} instead of {$IFDEF LCL}
git-svn-id: trunk@24266 -
2010-03-28 18:09:00 +00:00
juha
699d0d13ba Make "convert DFM" menu text more truthful. Improve and refactor its code.
git-svn-id: trunk@24265 -
2010-03-28 16:52:56 +00:00
martin
9dcf68db43 SourceEditor/Debugger: Correctly show disabled breakpoints. Issue #16096. Patch by Flávio Etrusco
git-svn-id: trunk@24264 -
2010-03-28 12:48:30 +00:00
mattias
1ee2beda9e LCL: TLabel: do not change size in DoAutoSize, TWinControl.CreateWnd: invalidatepreferredszie of childs - needed for non TWinControl
git-svn-id: trunk@24263 -
2010-03-28 11:53:08 +00:00
mattias
ed6915b885 LCL: removed wrong TCustomPage.AdjustClientRect, bug #15205
git-svn-id: trunk@24262 -
2010-03-28 08:38:14 +00:00
maxim
0e648dd6d1 LCL: fixed a typo which breaks IDE compilation with -dOldAutoSize
git-svn-id: trunk@24261 -
2010-03-28 00:10:18 +00:00
mattias
a0fc2ffad5 codetools: fixed AddListToTreeOfPCodeXYPosition freeing old position, bug #15942
git-svn-id: trunk@24260 -
2010-03-27 23:38:32 +00:00
mattias
4f5b4cc836 LCL: TToolBar: improved CalculatePreferredSize
git-svn-id: trunk@24259 -
2010-03-27 23:12:39 +00:00
mattias
4396ed019b LCL: UpdateControlState: hiding: call UpdateShowing
git-svn-id: trunk@24258 -
2010-03-27 23:01:15 +00:00