Commit Graph

24944 Commits

Author SHA1 Message Date
martin
8616df2434 SynEdit: Change Lines.BeginUpdate to do full paintlock; fix repeated highlifghter scans for Lines.LoadFromFile; issue #13268
git-svn-id: trunk@25320 -
2010-05-12 00:28:57 +00:00
maxim
ed32ccb113 LazDataDesktop: removed DBNavigator hints localization workaround (should not be needed anymore since r25318 #3a6160cc39)
git-svn-id: trunk@25319 -
2010-05-11 22:44:34 +00:00
maxim
3a6160cc39 LCL: default DBNavigator hints now get localized at designtime and runtime automatically (of course only if lclstrconsts.*.po file is present)
git-svn-id: trunk@25318 -
2010-05-11 22:27:17 +00:00
martin
4facc6f4d3 SynEdit: Some optional debugln
git-svn-id: trunk@25317 -
2010-05-11 20:58:54 +00:00
martin
9fe2459522 SynEdit: Fix Mousewheel with hidden scrollbar, issue #15765
git-svn-id: trunk@25316 -
2010-05-11 17:36:23 +00:00
zeljko
4c4f7a342f Qt: removed unneeded "fix" in SelectClipRgn(), ExtSelectClipRgn() was buggy and it's fixed in r25180 #cce49136d6
git-svn-id: trunk@25315 -
2010-05-11 10:29:17 +00:00
sekelsenmat
38fddbeed2 Adds some WinCE debug info for WM_SIZE and adds extra checks for component sizing
git-svn-id: trunk@25314 -
2010-05-11 09:38:44 +00:00
zeljko
51c6bb8522 Qt: do not change MDIChild size/move if started maximized, overrided TQtWidget.Activate; in TQtMainWindow because MDIChild should be activated via it's MDIAreaHandle not by QWidget_activateWindow()
git-svn-id: trunk@25313 -
2010-05-11 07:29:19 +00:00
paul
e31b338824 gtk: don't skip lm_setfocus for the controls which can't have focus
git-svn-id: trunk@25312 -
2010-05-11 02:49:30 +00:00
paul
c7ce02bc66 lcl: don't explicitly set ActiveControl in TCustomForm LM_SETFOCUS handler
git-svn-id: trunk@25311 -
2010-05-11 02:48:56 +00:00
paul
244c234887 lcl: cleanup
git-svn-id: trunk@25310 -
2010-05-11 02:22:20 +00:00
paul
47bd1163f8 lcl: calling of CM_EXIT can cause other focus changes in the user code, so we need to change FLastFocusedControl before the call (based on demo of Zeljan)
git-svn-id: trunk@25309 -
2010-05-11 00:43:11 +00:00
maxim
d5d3103d45 Printers component: improved localization, regenerated translations and updated Russian translation
git-svn-id: trunk@25308 -
2010-05-10 21:17:21 +00:00
maxim
e424bddae5 IDE: improved keymapping commands localization, regenerated translations and updated Russian translation
git-svn-id: trunk@25307 -
2010-05-10 21:01:03 +00:00
dmitry
fae2b3c5ec lcl: fix for ownerdata list view selection bug #16437
git-svn-id: trunk@25306 -
2010-05-10 19:08:27 +00:00
dmitry
71dea22796 ide: use global compiler messages instead of project specific
git-svn-id: trunk@25305 -
2010-05-10 18:29:33 +00:00
zeljko
591e0fa3a5 Qt: do not maximize form during design time when opening form for first time and windowstate=wsMaximized. Don't call LCL directly when laying out MDIChild form.
git-svn-id: trunk@25304 -
2010-05-10 17:54:56 +00:00
maxim
1fb84cce25 regenerated translations; updated Russian translation
git-svn-id: trunk@25303 -
2010-05-10 16:20:44 +00:00
maxim
a9869a3ad7 LCL: localized shortcut captions (visible in IDE main menu), bug #11934.
git-svn-id: trunk@25302 -
2010-05-10 16:20:21 +00:00
paul
b7e13f130d lcl: remove unneeded SetFocusedForm argument
git-svn-id: trunk@25301 -
2010-05-10 14:32:45 +00:00
paul
0868cb6177 lcl: redo cm_activate, cm_deactivate for showmodal - not it works consistently on win32, qt and gtk2
git-svn-id: trunk@25300 -
2010-05-10 14:31:29 +00:00
paul
2648d29b7f lcl: fix occasional typo in SetFocusedForm
git-svn-id: trunk@25299 -
2010-05-10 14:15:53 +00:00
zeljko
d6c02d02d8 Qt: moved TQtWidget.SlotActivateWindow to TQtMainWindow.SlotActivateWindow, since it belongs only to tqtmainwindow.
git-svn-id: trunk@25298 -
2010-05-10 14:13:50 +00:00
paul
54cd9134f0 lcl: don't look at fsModal formstate in SetFocusedForm, use an argument for modal behavior detection for the case if other forms are opened after modal form open
git-svn-id: trunk@25297 -
2010-05-10 13:32:31 +00:00
paul
f8cf173c87 win32: don't call ShowWindow in TWin32WSCustomForm.ShowModal since it is already called by ShowHide
git-svn-id: trunk@25296 -
2010-05-10 13:22:48 +00:00
paul
65b652094f lcl: cleanup
git-svn-id: trunk@25295 -
2010-05-10 13:22:00 +00:00
paul
581c468507 lcl: send CM_ACTIVATE, CM_DEACTIVATE for modal forms
git-svn-id: trunk@25294 -
2010-05-10 13:21:47 +00:00
paul
77895ca1a7 win32: move wm_getminmaxinfo to the form window proc
git-svn-id: trunk@25293 -
2010-05-10 10:19:31 +00:00
paul
3e6c6b0ea4 lcl: cleanup
git-svn-id: trunk@25292 -
2010-05-10 10:06:51 +00:00
dmitry
a5fd959f77 win32: changed DrawGrid to use widgetset DCSetPixel, instead of Windows.SetPixel
git-svn-id: trunk@25291 -
2010-05-10 09:34:19 +00:00
paul
bebe7bf816 win32: OpenURL should use SW_SHOWNORMAL in ShellExecute. Patch by Ere Maijala (issue #0016431)
git-svn-id: trunk@25290 -
2010-05-10 09:21:53 +00:00
paul
b1347c7a57 win32: call LM_SYSCOMMAND LCL handler before the OS handler (fixes bug #0016426)
git-svn-id: trunk@25289 -
2010-05-10 09:11:27 +00:00
mattias
9f08a628a9 LCL: tdbnavigator: reduced autosize overhead
git-svn-id: trunk@25288 -
2010-05-10 08:40:00 +00:00
zeljko
e2a8f33ce7 Qt: remove unneded clearFocus from SetFocus() after focus changes in LCL.
git-svn-id: trunk@25287 -
2010-05-10 06:50:31 +00:00
zeljko
5ee47f5771 Qt: releasecapture if widget is going to be disabled.
git-svn-id: trunk@25286 -
2010-05-10 06:45:38 +00:00
martin
07f60b5d3c SourceEditor: Restore (to best of possibility) Caret/Topline after codebuffer changes/reload
git-svn-id: trunk@25285 -
2010-05-09 19:08:13 +00:00
martin
65712f8d8d SourceLog, send only one notification, if changed
git-svn-id: trunk@25284 -
2010-05-09 19:08:02 +00:00
martin
432b5fc9dd SourceEditor: Fix dealing with out-of-range debug-marks
git-svn-id: trunk@25283 -
2010-05-09 18:26:54 +00:00
maxim
ba597ac63e IDE: Hebrew translation update by Ezik Shlomi, bug #16434
git-svn-id: trunk@25282 -
2010-05-09 16:38:08 +00:00
paul
a1b553b7f1 win32: fix spinedit updown creation flags
git-svn-id: trunk@25281 -
2010-05-09 16:18:10 +00:00
paul
b69a9ba57d win32: restore occasionally disabled spinedit autosize
git-svn-id: trunk@25280 -
2010-05-09 16:08:05 +00:00
maxim
748469c584 regenerated translations; updated Russian translation
git-svn-id: trunk@25279 -
2010-05-09 15:43:12 +00:00
martin
e26e233f6c IDE-Options: minor improvements
git-svn-id: trunk@25278 -
2010-05-09 15:14:23 +00:00
dmitry
521f4bf383 win32: vista setpixel bug fixing #15822, modified patch by zg
git-svn-id: trunk@25277 -
2010-05-09 15:10:18 +00:00
martin
b6b9c11ab2 EditorOpts: fixed missing anchor
git-svn-id: trunk@25276 -
2010-05-09 14:52:11 +00:00
martin
9ef0d2701d SynEdit: added debug code
git-svn-id: trunk@25275 -
2010-05-09 13:56:04 +00:00
paul
a12d403ae0 lcl: don't call Activate, Deactivate for TForm on WM_ACTIVATE message - since it also means activate/deactivate on application activation/deactivation. Use Screen.FocusedForm to track form activation/deactivation. Send CM_ACTIVATE, CM_DEACTIVATE instead of direct event calling. (this is VCL compatible and fixes issue #0015054)
git-svn-id: trunk@25274 -
2010-05-09 13:28:15 +00:00
mattias
b07cd9b4f5 IDE: fixed storing build laz clean, bug #16432
git-svn-id: trunk@25273 -
2010-05-09 10:41:54 +00:00
mattias
28419cb0f7 gtk1 intf: fixed compilation
git-svn-id: trunk@25272 -
2010-05-09 10:31:59 +00:00
mattias
1bb0bd225f LCL: fixed TAnchorSIde.IsAnchoredToParent
git-svn-id: trunk@25271 -
2010-05-09 08:16:14 +00:00