Commit Graph

24852 Commits

Author SHA1 Message Date
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
blikblum
760240d5c9 examples: add example to demonstrate the usage of dbedit with mask
git-svn-id: trunk@25270 -
2010-05-09 02:43:40 +00:00
blikblum
5a4825f660 lcl: (dbedit) Disable mask and show the TField.DisplayText when not focused and Enable mask and show TField.Text when has focus. This allows to display a value not compatible with the mask when not editing (Delphi compatible)
git-svn-id: trunk@25269 -
2010-05-09 02:30:19 +00:00
blikblum
2639c13652 lcl: publish TMaskEdit.OnEditingDone
git-svn-id: trunk@25268 -
2010-05-09 02:25:44 +00:00
blikblum
3b6025b04e lcl: (dbctrls) rework TFieldDataLink.ValidateField to update the field instance when it is different from the dataset field instance
git-svn-id: trunk@25267 -
2010-05-09 00:35:26 +00:00
martin
098c7826d1 SourceEditor: Fix dealing with out-of-range debug-marks
git-svn-id: trunk@25266 -
2010-05-08 23:29:54 +00:00
blikblum
08351d67d5 lcl: (dbctrls) add workaround to fpc bug #16428 to prevent crash when the dataset layout change
git-svn-id: trunk@25265 -
2010-05-08 22:49:24 +00:00
mattias
5c65c9304e LCL: TToolBar: improved check if width is fixed and autosize, bug #16425
git-svn-id: trunk@25264 -
2010-05-08 20:02:33 +00:00
mattias
30298cc75d IDE: new unit: fixed rename on auto save
git-svn-id: trunk@25263 -
2010-05-08 19:19:33 +00:00
martin
65bb7e300d SynEdit: Removed some unused code, clean-up
git-svn-id: trunk@25262 -
2010-05-08 19:06:03 +00:00
maxim
5437014153 IDEIntf: fixed StringGrid editor form layout
git-svn-id: trunk@25261 -
2010-05-08 17:53:22 +00:00
maxim
3e9f950ead Removed Message Composer from localization scripts, because its PO files are updated automatically on Lazarus recompilation.
git-svn-id: trunk@25260 -
2010-05-08 17:34:49 +00:00
maxim
b422bd7cb9 LazSVNPkg:
1) Localized keymaps.
  2) Updated Russian translation and regenerated others.

git-svn-id: trunk@25259 -
2010-05-08 17:28:08 +00:00
marc
996ccb8aac * Graphic: fixed rendering of gray-alpha images. Partially fixes #13266
git-svn-id: trunk@25258 -
2010-05-08 16:58:32 +00:00
paul
9f0a3a69df lcl: don't use SendMessage(Handle) - use perform to prevent handle creation
git-svn-id: trunk@25257 -
2010-05-08 16:36:59 +00:00
martin
591e6c3709 SynEdit: testcase, fix memleak
git-svn-id: trunk@25256 -
2010-05-08 16:27:31 +00:00
paul
0254875222 lcl: fix OnEnter/OnExit handling:
- don't assume DoEnter, DoExit are the same as WM_SETFOCUS, WM_KILLFOCUS - Enter must happen for all controls from the current focused control to the new focused control on the form, Exit must happen from the focused control to the first parent of the new focused control. If another focusing event happens during this look we need to stop the loop and return False state for SetFocusedControl method (this is VCL compatible behavior)
  - handle enter, exit code in SetFocusedControl because this is the only place where form handles focus for child controls
  - send CM_ENTER, CM_EXIT messages instead of direct call of DoEnter, DoExit methods
  - reimplement SaveFocusState, RestoreFocusState - save restore the last global focused control
  (fixes issue #0014041)

git-svn-id: trunk@25255 -
2010-05-08 16:18:40 +00:00
maxim
9528a09d43 Message Composer:
1) Improved localization.
  2) Removed LRS file.
  3) Updated Russian translation and regenerated others.

git-svn-id: trunk@25254 -
2010-05-08 16:15:48 +00:00
martin
208b0d5205 SynEdit: Improved Syncro-Edit / removed accidental committed debugln
git-svn-id: trunk@25253 -
2010-05-08 15:03:35 +00:00
blikblum
c58144c6b8 lcl: fix datalink not being notified by changes in dbedit with mask. Inherited KeyPress always set Key to #0
git-svn-id: trunk@25252 -
2010-05-08 14:54:37 +00:00
zeljko
59f8b84790 Qt: implemented eventHandler via QSocketNotifier, patch by Almindor.
git-svn-id: trunk@25251 -
2010-05-08 14:46:31 +00:00
martin
ba8e8616b1 SynEdit: Improved Syncro-Edit / removed accidental committed debugln
git-svn-id: trunk@25250 -
2010-05-08 14:35:38 +00:00
martin
288974e28c SynEdit: Improved Syncro-Edit / testcase
git-svn-id: trunk@25249 -
2010-05-08 14:31:31 +00:00
paul
9077b5a1f7 lcl: cleanup
git-svn-id: trunk@25248 -
2010-05-08 14:30:51 +00:00
martin
9b27609bab SynEdit: Improved Syncro-Edit (see note on issue #14813)
git-svn-id: trunk@25247 -
2010-05-08 14:30:26 +00:00
zeljko
2fb19534f3 Gtk: fixed AV in TGtk2WSCustomListView.GetItemAt() with gtk2 libs >=2.19.Patch by Flavio Etrusco, modified by me.
git-svn-id: trunk@25246 -
2010-05-08 07:58:37 +00:00
dmitry
6a8b0b74a7 carbon: correct froward/backward diagonal hatch style
git-svn-id: trunk@25245 -
2010-05-08 07:02:21 +00:00
paul
afc2ca3e2b lcl: fix inputdialog (issue #0016415)
git-svn-id: trunk@25244 -
2010-05-08 01:43:47 +00:00
maxim
9be9f2ea28 regenerated translations; updated Russian translation
git-svn-id: trunk@25243 -
2010-05-07 23:04:51 +00:00
maxim
f4f2668214 JCF2: fixed IDE keybinding name (removed ampersand), improved resourcestrings names, regenerated translations and updated Russian translation. Bug #16418.
git-svn-id: trunk@25242 -
2010-05-07 22:35:45 +00:00
dmitry
74e4aaeec6 carbon: fix brush hatch pattern drawin for powerpc (bug #16373), patch by Jonas Maebe
git-svn-id: trunk@25241 -
2010-05-07 14:45:58 +00:00
zeljko
9fec99f41d Qt: use getCapture() ,releaseCapture() under win32
git-svn-id: trunk@25240 -
2010-05-07 14:09:43 +00:00
paul
6f99fb6338 lcl: pass device coords for SelectClipRGN (issue #15508)
git-svn-id: trunk@25239 -
2010-05-07 11:21:56 +00:00
mattias
4809be32c6 codetools: fixed FindCOdeOrLineEndInFrontOf for bracket close, bug #16419
git-svn-id: trunk@25238 -
2010-05-07 11:04:50 +00:00
paul
6b1168a249 gtk: implement LPtoDP, DPtoLP
git-svn-id: trunk@25237 -
2010-05-07 07:21:00 +00:00
paul
256161bfc7 lcl: add LPtoDP - symmetrical to DPtoLP winapi compatibility method
win32: implement LPtoDP, DPtoLP
qt: implement LPtoDP

git-svn-id: trunk@25236 -
2010-05-07 07:08:43 +00:00
dmitry
df5cb0c835 ide: starting usage of global compiler messages list. Added the selection of the compiler messages into environment->files frame
git-svn-id: trunk@25235 -
2010-05-07 06:52:19 +00:00
dmitry
4880d7588a carbon: fix for StatusBar (status panels were not properly aligned). fix ExtTextOut function
git-svn-id: trunk@25234 -
2010-05-07 06:15:43 +00:00
paul
19470fe5a8 win32: don't extract and parse windowinfo from menu (bug #0011087)
git-svn-id: trunk@25233 -
2010-05-07 03:40:45 +00:00
paul
365cf5ddde win32: fix record initialization in TWin32WidgetSet.GetWindowSize
git-svn-id: trunk@25232 -
2010-05-07 03:03:48 +00:00
paul
a74fe9bc84 win32: fix typo in spinedit createhandle for non-unicode version
git-svn-id: trunk@25231 -
2010-05-07 02:55:36 +00:00
paul
2138813221 win32: don't explicitly set WS_EX_CLIPCHILDREN since it is set by CreateParams method
git-svn-id: trunk@25230 -
2010-05-07 02:48:16 +00:00
paul
8e045a3736 win32: redo SpinEdit control:
- don't use CreateUpDownControl since it is deprecated for win32 (was made for 16bit win 3.1)
  - return Edit window handle as handle instead of UpDown

git-svn-id: trunk@25229 -
2010-05-07 02:47:44 +00:00