Commit Graph

25003 Commits

Author SHA1 Message Date
paul
bdab0c4699 lcl: GetTabIndex should return the index of Tab, not the index of Page. Remove SetTabIndex.
git-svn-id: trunk@25329 -
2010-05-12 08:23:49 +00:00
paul
91f1a118d2 lcl: allow to set negative pageindex (partly works on win32 and qt)
git-svn-id: trunk@25328 -
2010-05-12 07:30:26 +00:00
paul
72b4a21fef formatting
git-svn-id: trunk@25327 -
2010-05-12 07:27:08 +00:00
dodi
7684d0756d dockmanager example: fixed resize bug in reload layout
git-svn-id: trunk@25326 -
2010-05-12 05:19:02 +00:00
paul
e2bde5f2a6 win32: cleanup
git-svn-id: trunk@25325 -
2010-05-12 03:24:24 +00:00
paul
f44d014cec docs: add Žilvinas Ledas to the contributor list
git-svn-id: trunk@25324 -
2010-05-12 02:15:40 +00:00
paul
97bf1790c4 ipro: don't open registry key in the write mode for systems with read-only access (issue #0016453) by patch of Žilvinas Ledas
git-svn-id: trunk@25323 -
2010-05-12 02:14:03 +00:00
paul
990ef2a038 win32: fix 64bit compilation (issue #0016449)
git-svn-id: trunk@25322 -
2010-05-12 00:56:10 +00:00
paul
c39c87916a lcl: fix TabVisible handling (issue #0016440)
git-svn-id: trunk@25321 -
2010-05-12 00:29:30 +00:00
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