Commit Graph

29556 Commits

Author SHA1 Message Date
zeljko
bf7ad8a2f9 Qt: fixed msg providing to LCL when deselection of items occured by mouse click into listview viewport. issue #18972
git-svn-id: trunk@30078 -
2011-03-30 09:53:16 +00:00
paul
e0f19a0bea lcl: cleanup
git-svn-id: trunk@30077 -
2011-03-30 01:43:40 +00:00
paul
a7f36e8fb3 lcl: don't scroll inner control with TScrollingWinControl when it is visible (issue #0019020)
git-svn-id: trunk@30076 -
2011-03-30 01:42:52 +00:00
paul
4aefc884a2 win32: change handling of WM_MEASUREITEM:
- look at CtlType before searching for menu,
  - move ListBox, Combobox WM_MEASUREITEM to their window procedures
  - subclass ListBox, CheckListBox to set control ID on window creation
  - set control ID in FinishCreateWindow by SetWindowLong call (I previously removed it from CreateWindow call)

git-svn-id: trunk@30075 -
2011-03-30 01:38:00 +00:00
martin
86a71bfe1e SynEdit: Cache char-width info (Logical<>Physical) / Cleanup
git-svn-id: trunk@30074 -
2011-03-29 23:44:25 +00:00
martin
c3ace57233 SynEdit: optimize syncro edit / skip event if inactive
git-svn-id: trunk@30073 -
2011-03-29 21:25:33 +00:00
zeljko
1c92a3ea27 Qt: take into account vertical and horizontal scrollbars position when setting bounds for children of TScrollBox.issue #18993
git-svn-id: trunk@30072 -
2011-03-29 16:25:19 +00:00
martin
bde4fc65af SynEdit: Added threshold before starting selection by mouse-move. Avoid accidental selection.
git-svn-id: trunk@30071 -
2011-03-29 15:48:15 +00:00
martin
7382bb0de7 IDE, Options: Fix enabling/disabling frame-type dropdowns
git-svn-id: trunk@30070 -
2011-03-29 15:46:36 +00:00
mattias
7656d10339 IDE: project inspector: fixed crash
git-svn-id: trunk@30069 -
2011-03-29 13:14:35 +00:00
zeljko
a0ceb2bdb1 *Qt: invalidate clientrect cache when scrollbar range is changed.part of issue #18993
git-svn-id: trunk@30068 -
2011-03-29 11:44:29 +00:00
mattias
333a3192c5 IDE: fixed mem leak
git-svn-id: trunk@30067 -
2011-03-29 09:05:55 +00:00
juha
35c579cb7c IDE: remove a duplicate resource string.
git-svn-id: trunk@30066 -
2011-03-29 08:54:10 +00:00
juha
d75ff79875 IDE: Improve message about all units being already used in UseProjUnitDlg.
git-svn-id: trunk@30065 -
2011-03-29 08:54:06 +00:00
juha
9c9664129f IDE: fix crash when deleting a unit from project.
git-svn-id: trunk@30064 -
2011-03-29 08:54:02 +00:00
paul
f6d82e6429 packager: fix TPkgFile.IsVirtual, use AFile.IsVirtual instead of FilenameIsAbsolute(AFilename) condition in TPkgManager.WarnAboutMissingPackageFiles
git-svn-id: trunk@30063 -
2011-03-29 08:33:58 +00:00
paul
51d1c34af0 ide: change find in files dialog layout
git-svn-id: trunk@30062 -
2011-03-29 06:17:22 +00:00
paul
00c1e50cbd ide: handle EndSession events (by Tomasz Wieckowski, issue #0019011)
git-svn-id: trunk@30061 -
2011-03-29 05:26:16 +00:00
paul
b6dfaf0b4b lcl: formatting
git-svn-id: trunk@30060 -
2011-03-29 05:25:21 +00:00
paul
eb193faaf6 win32: move handling of hint window messages to a dedicate window proc
git-svn-id: trunk@30059 -
2011-03-29 05:11:02 +00:00
paul
c7ac358e17 win32: move BorderStyleToWin32Flags, BorderStyleToWin32FlagsEx to win32wsforms, fix form style for bsNone with Parent <> nil or ParentWindow <> 0 (don't set WS_POPUP) - fixes issue #0019012
git-svn-id: trunk@30058 -
2011-03-29 04:57:29 +00:00
paul
a84af3e7a0 lcl: change active control when a child form is focused too
git-svn-id: trunk@30057 -
2011-03-29 03:20:19 +00:00
paul
32fe9f12d1 win32: send LM_HITTEST to LCL
git-svn-id: trunk@30056 -
2011-03-29 03:08:51 +00:00
mattias
c0594332b5 IDE: project inspector: filter, directory hierarchy, show sorted alphabetically
git-svn-id: trunk@30055 -
2011-03-28 21:12:14 +00:00
juha
81c93dc90f Disable Undo and Redo when form designer is active. People expected Undo working with designer
git-svn-id: trunk@30054 -
2011-03-28 11:23:13 +00:00
juha
3d82f1d685 SynEdit: Minor optimization.
git-svn-id: trunk@30052 -
2011-03-28 10:05:11 +00:00
paul
6ae245e8c8 lcl: skip call of SetActive to a child form
git-svn-id: trunk@30051 -
2011-03-28 08:51:26 +00:00
paul
455a1fcdc3 win32: don't set any menu/child handle on create window at all - this is not required and depends on flags (fixes issue #0019009)
git-svn-id: trunk@30050 -
2011-03-28 08:50:28 +00:00
mattias
dfb1e9eb0c codetools: fixed LineEndCount, bug #19001
git-svn-id: trunk@30049 -
2011-03-28 08:09:15 +00:00
mattias
36ea500f81 IDE: resource strings
git-svn-id: trunk@30048 -
2011-03-28 08:07:46 +00:00
paul
85e8f8b7a0 win32: remove unneeded condition
git-svn-id: trunk@30047 -
2011-03-28 07:19:40 +00:00
paul
8387ee8302 win32: don't clear WS_CHILD and other unrelated to border style/border icon flags on form handle creation, fix handling of WS_CHILD forms (can be either parent <> nil or ParentWindow <> 0)
git-svn-id: trunk@30046 -
2011-03-28 07:12:19 +00:00
paul
2bd0c336c8 lcl: formatting
git-svn-id: trunk@30045 -
2011-03-28 07:10:57 +00:00
paul
98c49e3bfb lcl: formatting
git-svn-id: trunk@30044 -
2011-03-28 03:23:37 +00:00
paul
7e428c54ed win32: pass WM_WINDOWPOSCHANGING to LCL
git-svn-id: trunk@30043 -
2011-03-28 02:59:58 +00:00
paul
68fc57c89c packager: create component image with transparent bg in case of loading from FPC resources
git-svn-id: trunk@30042 -
2011-03-28 00:46:14 +00:00
mattias
0574b48563 tpipro: clean up
git-svn-id: trunk@30041 -
2011-03-27 17:59:13 +00:00
mattias
bd96677ea2 turbopower_ipro: added example with css
git-svn-id: trunk@30040 -
2011-03-27 17:56:27 +00:00
mattias
789705e0a3 turbopower_ipro: added example with css
git-svn-id: trunk@30039 -
2011-03-27 17:55:16 +00:00
mattias
ac6db585cf IDE: remove file from project: clean up unit and include search path
git-svn-id: trunk@30038 -
2011-03-27 16:19:42 +00:00
mattias
c66ecb7939 IDE: debugging
git-svn-id: trunk@30037 -
2011-03-27 15:39:15 +00:00
mattias
3601dd2d4d codetools: fixed crash
git-svn-id: trunk@30036 -
2011-03-27 14:23:26 +00:00
mattias
2af49962ac codetools: parse programs without program keyword
git-svn-id: trunk@30035 -
2011-03-27 14:19:18 +00:00
maxim
831200c3ff regenerated translations; updated Russian translation
git-svn-id: trunk@30034 -
2011-03-27 13:49:03 +00:00
maxim
1a7808bdaa IDE: Brazilian Portuguese translation update by Marcelo B Paula, bug #19002
git-svn-id: trunk@30033 -
2011-03-27 13:29:21 +00:00
mattias
6902c0cb8b startlazarus: when sysem exe is missing show the file name
git-svn-id: trunk@30032 -
2011-03-27 10:19:15 +00:00
mattias
b33e2233b0 codetools: skip shebang
git-svn-id: trunk@30031 -
2011-03-27 09:43:22 +00:00
mattias
f1a7c00a1c IDE: search lazarus directory via binaries lazarus-ide and lazarus
git-svn-id: trunk@30030 -
2011-03-27 09:17:36 +00:00
mattias
61b1c28e3b codetools: ReadAllLinks: stop after 12 levels
git-svn-id: trunk@30029 -
2011-03-27 09:10:04 +00:00
mattias
604d91db73 LCL: ReadAllLinks: stop after 12 levels
git-svn-id: trunk@30028 -
2011-03-27 09:08:23 +00:00