Commit Graph

21686 Commits

Author SHA1 Message Date
mattias
bf25b88f22 IDE: completion box: fixed cancel execution on error
git-svn-id: trunk@22057 -
2009-10-06 12:59:11 +00:00
dmitry
df7648cf43 ide: fix for #14727. Compiler messages file should always be utf8 encoded
git-svn-id: trunk@22056 -
2009-10-06 11:14:57 +00:00
zeljko
12c824bf15 Qt: don't focus TQtGroupBox in any case if TabStop=False.
git-svn-id: trunk@22055 -
2009-10-06 08:43:32 +00:00
vincents
5e79f9ef5b LCL: fixed compilation on Mac OS X, there is a procedure Move(dh: SInt16; dv: SInt16) in the unit MacOSAll
git-svn-id: trunk@22054 -
2009-10-06 08:04:26 +00:00
paul
5a0f95b483 lcl: MaskEdit: several minor fixes (patch by Bart Broersma, issue #0014725)
git-svn-id: trunk@22053 -
2009-10-06 02:29:08 +00:00
paul
d9651cbb19 ide: fix string const
git-svn-id: trunk@22052 -
2009-10-06 02:21:51 +00:00
paul
ad3522886e debugger: fix memory leak
git-svn-id: trunk@22051 -
2009-10-06 01:16:54 +00:00
marc
47347e3ec3 * implemented evaluation of parent variables inside local procedures
git-svn-id: trunk@22050 -
2009-10-05 23:34:30 +00:00
mattias
d03a9eea81 codetools: class completion: support strict private
git-svn-id: trunk@22049 -
2009-10-05 22:10:35 +00:00
mattias
14f7ff3b26 codetools: parsing strict public section
git-svn-id: trunk@22048 -
2009-10-05 14:28:32 +00:00
mattias
1330a70d4e sqldblaz: disable add package to uses section
git-svn-id: trunk@22047 -
2009-10-05 14:03:54 +00:00
paul
1c85e5e3a2 ide: fix compilation after OpenURL move
git-svn-id: trunk@22046 -
2009-10-05 13:19:48 +00:00
paul
012e995f6c lcl: move OpenURL and FindDefaultBrowser from LCLProc to LCLIntf (as Mattias suggested)
git-svn-id: trunk@22045 -
2009-10-05 13:17:58 +00:00
mattias
d23bc029fb IDE: find missing unit: search in packages on disk
git-svn-id: trunk@22044 -
2009-10-05 12:12:26 +00:00
mattias
e8a0751125 IDE: find missing unit: remove unit
git-svn-id: trunk@22043 -
2009-10-05 11:19:06 +00:00
mattias
e1f0e475b2 FileUtil: removed used lclproc
git-svn-id: trunk@22042 -
2009-10-05 11:00:05 +00:00
mattias
168a949184 LCL: fixed compilation
git-svn-id: trunk@22041 -
2009-10-05 10:32:25 +00:00
paul
8f1de79d6d lcl: fix OpenURL for WinCE
git-svn-id: trunk@22040 -
2009-10-05 09:07:39 +00:00
paul
c6ba3e76d8 win32: TCheckListBox:
- move TCheckListBox code from the general WindowProc to the private one
  - preserve data on ListBox item change and appropriate code for TCheckListBox

git-svn-id: trunk@22039 -
2009-10-05 07:57:09 +00:00
paul
a35abe991c lcl: TCheckListBox: call event handlers after widgetset changes
git-svn-id: trunk@22038 -
2009-10-05 07:56:05 +00:00
paul
c8b4ccad1f lcl: fix TPageContol.OnChange event
git-svn-id: trunk@22037 -
2009-10-05 06:26:12 +00:00
paul
6d32896b7f lcl: improve TCustomForm.CMBidiModeChanged
git-svn-id: trunk@22036 -
2009-10-05 03:45:07 +00:00
paul
89b271b14f lcl: remove dummy constructor and destructor from TMouse class
git-svn-id: trunk@22035 -
2009-10-05 03:25:02 +00:00
paul
a3d64e981d lcl: simplified Mouse.GetCursorPos + formatting
git-svn-id: trunk@22034 -
2009-10-05 03:17:37 +00:00
paul
3b842095b1 ideintf: don't execute key command if one of menu item handlers was executed
git-svn-id: trunk@22033 -
2009-10-05 02:54:17 +00:00
paul
32e67c21ce ide: update enabled state for source editor clipboard menu items
git-svn-id: trunk@22032 -
2009-10-05 02:42:48 +00:00
paul
46991b595d lhelp: use system settings for showing glyphs on buttons and menus
git-svn-id: trunk@22031 -
2009-10-05 02:01:54 +00:00
paul
16a72ec6d2 translations: Portuguese language files update (by Marcelo B Paula, issue #0014711)
git-svn-id: trunk@22030 -
2009-10-05 01:55:14 +00:00
mattias
e9b34e0a5f aggpas: removed writeln
git-svn-id: trunk@22029 -
2009-10-04 23:18:24 +00:00
mattias
53b2ac6208 chmhelppkg: changed mime-type for TChmHelpViewer to application/x-chm
git-svn-id: trunk@22028 -
2009-10-04 22:57:41 +00:00
mattias
c6da6d978e added THelpDatabase.OnFindViewer
git-svn-id: trunk@22027 -
2009-10-04 22:56:17 +00:00
andrew
bc1151ad6e * fixed lhelp trying to show urls it cant display from the ide
git-svn-id: trunk@22026 -
2009-10-04 22:24:37 +00:00
mattias
8c4805d44e IDE: find missing unit: progressbar
git-svn-id: trunk@22025 -
2009-10-04 21:56:28 +00:00
mattias
fbec38464e IDE: quick fix cant find unit: check if owner already depends on package
git-svn-id: trunk@22024 -
2009-10-04 21:43:55 +00:00
dmitry
7030b96ce1 fix non-compiling for darwin OpenURL
git-svn-id: trunk@22023 -
2009-10-04 15:21:06 +00:00
paul
194d1c80e3 lcl: BidiMode:
- notify forms when Application.BidiMode changed
  - use application bidi mode when form get parent bidi mode change notification
  - fix TControl.CMParentBidiModeChanged

git-svn-id: trunk@22022 -
2009-10-04 13:10:48 +00:00
paul
4f58001501 lcl: add BiDi mode support and Alignment for THintWindow (patch by Luiz Americo, issue #0014719)
git-svn-id: trunk@22021 -
2009-10-04 13:00:38 +00:00
paul
696cd2fec3 lcl: OpenURL add windows and darwin specific code from Dmitry patch
git-svn-id: trunk@22020 -
2009-10-04 12:18:33 +00:00
paul
323fe7ecc1 jcf: use OpenURL function instead to open urls
git-svn-id: trunk@22019 -
2009-10-04 06:20:37 +00:00
paul
af8d456d33 ide: correctly open URL in About Dialog and "Reporting a bug" menu item
git-svn-id: trunk@22018 -
2009-10-04 06:13:05 +00:00
paul
e5a1d233e4 lcl: add FindDefaultBrowser and OpenURL functions to LCLProc
git-svn-id: trunk@22017 -
2009-10-04 05:58:34 +00:00
paul
f02b36e088 ide: revert a piece of 22002 (as it reverted my changes)
git-svn-id: trunk@22016 -
2009-10-04 04:33:57 +00:00
mattias
c8964825e8 IDE: fihd missing unit dlg: added todos
git-svn-id: trunk@22015 -
2009-10-04 01:46:09 +00:00
mattias
450df82084 IDE: added quick fix item for fatal cant find unit, add requirement
git-svn-id: trunk@22014 -
2009-10-04 01:39:00 +00:00
andrew
41bffacb9f * fixed build_lcl_docs not using the fpdoc specified by --fpdoc
git-svn-id: trunk@22013 -
2009-10-04 01:29:32 +00:00
ask
4441420b80 TAChart: Fix reticule to work with multiple series simultaneously
git-svn-id: trunk@22012 -
2009-10-03 23:24:25 +00:00
ask
63b043a6c4 TAChart: Allow to use reticule for area and bar series.
* Move TLineSeries.GetNearestPoint implementation to TBasicPointSeries class
* Add UseReticule property, default it to true for line series
* Update demo

git-svn-id: trunk@22011 -
2009-10-03 23:12:38 +00:00
mattias
6603b29d3b IDE: use lib/$(TargetCPU)-$(TargetOS) as default project unit output directory
git-svn-id: trunk@22010 -
2009-10-03 22:44:42 +00:00
ask
2d9766a528 TAChart: Update chart on AreaBrush and AreaLinePen changes.
* Remove unneeded AreaPen.Visible property
* Whitespace fixes

git-svn-id: trunk@22009 -
2009-10-03 22:37:46 +00:00
mattias
f5ce406aee IDEIntf: compiler options: added TargetFilename
git-svn-id: trunk@22008 -
2009-10-03 22:34:05 +00:00