ask
8c0ffa4900
TAChart: Create initial documentation. Document most TChart properties.
...
git-svn-id: trunk@22081 -
2009-10-09 11:27:52 +00:00
paul
e477c10fea
win32: menus:
...
- remove submenu flag from the menu item if there are no more child items there
- set submenu flag only when GetMenuItemInfo result is True
- don't try to double destroy menu item handle
- show debug messages in the console in case of errors
git-svn-id: trunk@22080 -
2009-10-09 09:28:13 +00:00
zeljko
f26a487bf9
Qt: fix for #14737 , added harmless workaround for Qt 64bit bug.
...
git-svn-id: trunk@22079 -
2009-10-09 08:56:01 +00:00
zeljko
8915c4816d
Qt: QDoubleSpinBox, QSpinBox do not deliver messages if InUpdate().
...
git-svn-id: trunk@22078 -
2009-10-08 16:27:36 +00:00
mattias
c96137c619
export lazarus: allow any name for the lazarus dir
...
git-svn-id: trunk@22077 -
2009-10-08 14:06:21 +00:00
martin
18f19b1886
IDE: Fixed some conflicting key definitions.
...
git-svn-id: trunk@22076 -
2009-10-08 12:21:34 +00:00
martin
c5af5f3046
IDE: Removed some conflicting key definitions. (removed from persistent block; as they had other and older assignments)
...
git-svn-id: trunk@22075 -
2009-10-08 11:55:04 +00:00
mattias
8a287aeb94
codetools: added progress events for scanning FPC sources
...
git-svn-id: trunk@22074 -
2009-10-08 09:52:57 +00:00
mattias
354e1bbac9
IDE: TBuildManager.IsTestUnitFilename: check for sub directories
...
git-svn-id: trunk@22073 -
2009-10-08 09:50:19 +00:00
vincents
b7949e3454
gtk2 widgetset: fixed typo in comment
...
git-svn-id: trunk@22071 -
2009-10-08 07:33:24 +00:00
mattias
71a59ea388
IDE: fixed make -C ide all
...
git-svn-id: trunk@22070 -
2009-10-08 01:16:33 +00:00
mattias
3c20b4854d
IDE: fixed default project unit output directory path delim
...
git-svn-id: trunk@22069 -
2009-10-08 01:15:25 +00:00
mattias
8b45ef1807
deb: fixed LazarusDirectory in /etc/lazarus/environmentoptions.xml
...
git-svn-id: trunk@22068 -
2009-10-08 00:19:48 +00:00
mattias
9afe358860
lazbuild: fixed compilation
...
git-svn-id: trunk@22067 -
2009-10-08 00:07:15 +00:00
mattias
1ffcf0e0dd
IDE: clean up
...
git-svn-id: trunk@22066 -
2009-10-07 23:57:00 +00:00
mattias
0fdaea263c
IDE: save project.lrs/rc file to test directory
...
git-svn-id: trunk@22065 -
2009-10-07 23:56:30 +00:00
mattias
32a6f2a37d
LCL: new autosize: improvements for WMSize
...
git-svn-id: trunk@22064 -
2009-10-07 23:42:49 +00:00
zeljko
49c3771c08
Qt: avoid crash in TQtAbstractSlider.SlotValueChanged() because of update in SetScrollInfo()
...
git-svn-id: trunk@22063 -
2009-10-07 18:47:08 +00:00
vincents
04304dd66c
LCL: added Application.IntfAppActivate and Application.IntfAppDeactivate, that can be called by the widgetset to notify the LCL, so it can raise the Application.OnActivate and OnDeactivate events. It is used in by the win32 widgetset (issue #8043 )
...
git-svn-id: trunk@22062 -
2009-10-07 12:10:11 +00:00
marc
fa37d1f012
* keep stack context till end of evaluation, so type info will be resolved too
...
git-svn-id: trunk@22061 -
2009-10-06 23:04:38 +00:00
dmitry
ff95847660
ide: fix for #14727 , added multilingual support for OutputFilter
...
git-svn-id: trunk@22060 -
2009-10-06 22:31:30 +00:00
mattias
9f47216bff
codetools: class completion: fixed add to published section
...
git-svn-id: trunk@22059 -
2009-10-06 17:37:56 +00:00
mattias
96b6819584
LCL: new autosize: added AutoSizePhase
...
git-svn-id: trunk@22058 -
2009-10-06 16:14:27 +00:00
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