Commit Graph

27757 Commits

Author SHA1 Message Date
maxim
5b3e0b2f35 IDE, Build profile manager dialog: ask confirmation before deleting profile
git-svn-id: trunk@28210 -
2010-11-14 17:08:37 +00:00
maxim
99235b92c9 IDE, IDE options/Editor/Completion and Hints tab: change TrackBars style to ShowSelRange=False
git-svn-id: trunk@28209 -
2010-11-14 16:43:23 +00:00
maxim
1947c6fc37 IDE, IDE options/Editor/Display/Markup and Matches tab: change TrackBar style to ShowSelRange=False
git-svn-id: trunk@28208 -
2010-11-14 16:42:26 +00:00
maxim
f404346fab IDE, Project options/Application tab: correctly disable 'DPI Aware' checkbox when form is shown if 'Use manifest' checkbox is disabled. Also change TrackBar style to ShowSelRange=False.
git-svn-id: trunk@28207 -
2010-11-14 16:34:10 +00:00
maxim
eb4facdfd1 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@28206 -
2010-11-14 16:08:47 +00:00
maxim
ffa63ddfd3 IDE, Build mode differences dialog: improved layout and localized
git-svn-id: trunk@28205 -
2010-11-14 16:07:39 +00:00
maxim
977afc6da5 LCL: trigger TFileNameEdit OnChange event when file name is changed through file dialog too, bug #17920
git-svn-id: trunk@28204 -
2010-11-13 21:05:08 +00:00
martin
66cb4ebd4f Debugger: verbosity
git-svn-id: trunk@28203 -
2010-11-13 18:03:47 +00:00
paul
66053e7da5 lcl: fix compilation with fpc 2.4.2 by Sven Barth (issue #0017923)
git-svn-id: trunk@28202 -
2010-11-13 14:25:40 +00:00
mattias
504bccb12b IDE: RescanCompilerDefines: check if changestamp invalid
git-svn-id: trunk@28201 -
2010-11-13 13:42:55 +00:00
paul
511b386b50 lcl: set PopupMode to pmAuto to fix problems with showing input/message/question dialogs to users from StayOnTop forms
win32: fix ShowModal of child forms which has WS_EX_TOPMOST parent

git-svn-id: trunk@28200 -
2010-11-13 09:12:04 +00:00
paul
06f15d8c61 lcl: don't call Screen.MoveFormToZFront(Self); explicitly in the ShowModal since Screen.MoveFormToFocusFront already calls it
git-svn-id: trunk@28199 -
2010-11-13 08:43:50 +00:00
paul
8e99ab359b win32: use TaskDialogIndirect for MessageDlg and ShowMessage on windows vista+
git-svn-id: trunk@28198 -
2010-11-13 07:42:13 +00:00
martin
13f15fb3ff SourceEditor: Fixed a crash, when debugging, while an SrcEditWindow with no editors open
git-svn-id: trunk@28197 -
2010-11-13 02:28:28 +00:00
paul
78a7d0a8a8 win32: correct vista+ menu size for other DPIs (issue #0017878)
git-svn-id: trunk@28196 -
2010-11-13 02:16:03 +00:00
mattias
1805cdf4fb codetools: FindStartOfTerm: check for invalid context
git-svn-id: trunk@28195 -
2010-11-13 00:13:23 +00:00
maxim
85de1fc33d IDE, Project options dialog/Path tab: improved taborder, bug #17913.
git-svn-id: trunk@28194 -
2010-11-12 21:51:48 +00:00
maxim
757ddd02e3 IDE: improved Russian translation
git-svn-id: trunk@28193 -
2010-11-12 21:13:06 +00:00
maxim
2edf11e7fc IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@28192 -
2010-11-12 21:11:06 +00:00
mattias
86f517a9f7 LCL: fixed NeedRTLAnsi
git-svn-id: trunk@28191 -
2010-11-12 20:57:25 +00:00
mattias
423aab1554 codetools: search target compiler in directory of default compiler
git-svn-id: trunk@28190 -
2010-11-12 20:37:19 +00:00
mattias
cbcf2a2d33 codetools: added flag DisableCTNodeExtMemManager
git-svn-id: trunk@28189 -
2010-11-12 15:28:44 +00:00
mattias
ffe59abaf7 IDE: compiler options: warn if SrcPath contains paths in UnitPath
git-svn-id: trunk@28188 -
2010-11-12 14:46:03 +00:00
juha
82ab7cfc02 Build Lazarus: fix tab order.
git-svn-id: trunk@28187 -
2010-11-12 08:34:49 +00:00
juha
65da830071 IDE: Cleanup for UpdateCaption.
git-svn-id: trunk@28186 -
2010-11-12 08:34:46 +00:00
paul
d633f09ea1 lcl: fix scaling of font. default font has 0 size/height, use real height instead. fix scaling of TWinControl: children must be scaled first to prevent problems with auto sized forms
git-svn-id: trunk@28185 -
2010-11-12 08:26:55 +00:00
juha
c3bcaf4bd3 IDE: Show correct data in IDE caption when building Lazarus. Improve behavior with IDETitleStartsWithProject setting.
git-svn-id: trunk@28184 -
2010-11-11 22:13:44 +00:00
mattias
2e97e0d74b IDE: warn for duplicate units in packages: showabort, bug #17905
git-svn-id: trunk@28183 -
2010-11-11 16:38:01 +00:00
martin
e0ad0b5556 Debugger: Fix possible crash on start of IDE
git-svn-id: trunk@28182 -
2010-11-11 16:33:31 +00:00
paul
cbbf6dfa12 wince: fix compilation (thanks to Dimitrios Chr. Ioannidis)
git-svn-id: trunk@28181 -
2010-11-11 10:22:49 +00:00
mattias
a406dd6698 IDE: do not update syntax highlighter without editor options, bug #17901
git-svn-id: trunk@28180 -
2010-11-11 08:46:04 +00:00
mattias
7d0511c8ac anchordocking: keep splitters in client area
git-svn-id: trunk@28179 -
2010-11-11 08:41:58 +00:00
martin
6d389c0b43 Examples, SynEdit, Completion: added sizedrag
git-svn-id: trunk@28178 -
2010-11-10 13:50:27 +00:00
martin
16a309b442 SynCompletion: Fix crash, if callback not assigned (sizegrip) issue #17898, fix showing sizegrip
git-svn-id: trunk@28177 -
2010-11-10 13:49:51 +00:00
martin
230fc8baf9 Examples, SynEdit, Completion: fix crash on empty list (patch by Zoron)
git-svn-id: trunk@28176 -
2010-11-10 11:12:39 +00:00
paul
2252ae27a0 win32: reimplement DrawParentBackground to support non-themed windows
git-svn-id: trunk@28175 -
2010-11-10 09:59:58 +00:00
paul
0db1bd73c2 lcl: add ScalyBy and ChangeScale by Zaher Dirkey (mantis #0017250)
git-svn-id: trunk@28174 -
2010-11-10 06:46:42 +00:00
paul
3a9c1584fa lcl: formatting
git-svn-id: trunk@28173 -
2010-11-10 06:32:07 +00:00
paul
9bd782a63e lcl:
- add GetDefaultColor to TControl which asks Parent in case widgetset returns clDefault color for it;
  - return clDefault instead of clWindow for generic TControl
win32, wince: use TControl.GetDefaultColor in all the places where we used TWSControlClass

git-svn-id: trunk@28172 -
2010-11-10 04:15:43 +00:00
paul
61ed016376 win32: add IsProcessDPIAware function
git-svn-id: trunk@28171 -
2010-11-10 03:30:14 +00:00
paul
e8dc95ab80 ide: add DpiAware option to the project application options (a part of windows manifest)
git-svn-id: trunk@28170 -
2010-11-10 03:15:38 +00:00
marc
80bf16b385 * Fix compilation on darwin
git-svn-id: trunk@28169 -
2010-11-09 23:10:20 +00:00
martin
7f9a7d957e Debugger use StrToQWord for 64bit / based on patch by Willibald Krenn / issue #17645
git-svn-id: trunk@28168 -
2010-11-09 17:48:05 +00:00
martin
2ef911ad23 Debugger: Refactor start some -exec-* commands to use object-queue, and callback.
git-svn-id: trunk@28167 -
2010-11-09 17:07:47 +00:00
martin
3f0760fa6b Debugger: fix crash from rev 28163 #aac97933fc
git-svn-id: trunk@28166 -
2010-11-09 16:50:23 +00:00
martin
045fa68803 LCLProc: Fixed crash if no console available. Issue #17883 (Introduced in rev 28160 #5569d788c7)
git-svn-id: trunk@28165 -
2010-11-09 15:24:13 +00:00
jesus
2bf077697c LCL, fix dblookupcombobox not updating associated dataset if linked data field was fieldkind=fklookup, issue #15148
git-svn-id: trunk@28164 -
2010-11-09 14:25:58 +00:00
martin
aac97933fc Debuger/SourceEditor: Prevent Applicatio.ProcessMesages from debugger, while SrcEditor is setting up a new tab. Issue #16233
git-svn-id: trunk@28163 -
2010-11-09 14:21:34 +00:00
martin
92d5ca6422 Debugger: Refactor symbol-line-info to use object-queue, and callback. Also schedule initial request during initialisation to occur in paused state (instead of go dsRun, only to interrupt immediately)
git-svn-id: trunk@28162 -
2010-11-09 12:39:14 +00:00
martin
f43c3d1df7 Debugger: more verbos debugln
git-svn-id: trunk@28161 -
2010-11-09 10:21:54 +00:00