Commit Graph

101 Commits

Author SHA1 Message Date
juha
2bffa65585 IDE: Fix ActivePageIndex range check error in ComponentPalette. Issue #26887, patch from Sandro Cumerlato.
git-svn-id: trunk@46652 -
2014-10-23 16:34:43 +00:00
juha
9501ec563c IDE: Make mouse wheel change tabs in Component Palette. Issue #26887, patch from Sandro Cumerlato.
git-svn-id: trunk@46597 -
2014-10-18 20:59:40 +00:00
mattias
305b621aa8 IDE: component palette: disabled scrollbars for LCL carbon widgetset
git-svn-id: trunk@45192 -
2014-05-27 07:52:12 +00:00
mattias
d641fda803 IDE: debug for component palette, carbon needs implementation of ShowScrollInfo
git-svn-id: trunk@45094 -
2014-05-19 13:55:18 +00:00
mattias
98ff9b979e IDE: removed gtk2 workaround
git-svn-id: trunk@45084 -
2014-05-18 17:04:48 +00:00
zeljko
5983ef2173 IDE: removed LCLQt from define, resize of components scrollbox is correct now.
git-svn-id: trunk@45073 -
2014-05-18 11:16:44 +00:00
mattias
889c3dc94a IDE: componentpalette: less resizes
git-svn-id: trunk@45070 -
2014-05-18 09:17:43 +00:00
zeljko
ec6c085242 IDE: do friendly calculation for lclqt as it's already for lclgtk2.Removed hardcoded 30 px, use ScrollBox.VerticalScrollBar.Size instead.
git-svn-id: trunk@44965 -
2014-05-07 15:07:52 +00:00
martin
a8209f74ec LCL: TScrollBox, workaround for bug in gtk2 WS
git-svn-id: trunk@44846 -
2014-04-29 12:18:03 +00:00
martin
c9f12054e9 IDE: Component-palette, when wrapping lines order right first, then down / fix calculating buttons per Row. Patch by x2nie / See forum topic=24387
git-svn-id: trunk@44828 -
2014-04-27 20:35:04 +00:00
mattias
d841be9240 IDE: less hints, initialize vars, use unused parameters
git-svn-id: trunk@44457 -
2014-03-17 11:25:57 +00:00
mattias
5a07230297 IDE: clean up
git-svn-id: trunk@44146 -
2014-02-18 18:47:15 +00:00
paul
7f4caeb374 ide, components: move images related code to use FPC resource instead of Lazarus resources
git-svn-id: trunk@42984 -
2013-09-27 12:27:04 +00:00
paul
347238c5e8 ide: start to use component images as FPC resources with ability to load them from Lazarus resource too
git-svn-id: trunk@42973 -
2013-09-27 08:46:08 +00:00
martin
0f05bac744 IDE: Move the "all component tabs" speedbutton into tabsheet
git-svn-id: trunk@42795 -
2013-09-14 13:22:10 +00:00
martin
40664e7c02 IDE: Move the "all component tabs" speedbutton into tabsheet
git-svn-id: trunk@42793 -
2013-09-14 13:12:50 +00:00
juha
3405cd2a57 IDE: implement storage for component palette options. Read and write it in GUI frame.
git-svn-id: trunk@42732 -
2013-09-11 06:21:29 +00:00
juha
e9417175c1 IDE: change PageComponent type from TComponent to TCustomPage. Eliminate type-casts etc.
git-svn-id: trunk@42731 -
2013-09-11 06:21:22 +00:00
martin
d60351775b IDE: Prepare using new LazControl Tabs (IFDEF'ed), and move icon to tabs
git-svn-id: trunk@42610 -
2013-09-05 12:02:41 +00:00
juha
ec2423a8e1 IDE: Refactor TComponentPalette.UpdateNoteBookButtons, split the code to sub-procedures.
git-svn-id: trunk@42572 -
2013-09-03 12:03:01 +00:00
juha
31b1199fa8 Formatting
git-svn-id: trunk@42570 -
2013-09-03 12:02:02 +00:00
mattias
d3184470ed IDE: component palette: right click does not select component and bring form to front
git-svn-id: trunk@41820 -
2013-06-23 12:57:58 +00:00
mattias
d602e69411 IDE: fixed crash when releasing non existing component palette select button
git-svn-id: trunk@38444 -
2012-08-31 01:53:32 +00:00
juha
98d07d051d IDE: Remove FindPaletteComp from Component Palette's popup menu. Was earlier replaced with Component List.
git-svn-id: trunk@36429 -
2012-03-29 11:04:21 +00:00
mattias
b80f4dd6e2 IDE: component palette: fixed option to hide hints for palette
git-svn-id: trunk@35723 -
2012-03-05 09:46:21 +00:00
juha
5084b5f3d5 IDE: show Component List from Component Palette's popup menu.
git-svn-id: trunk@35053 -
2012-01-31 11:00:45 +00:00
juha
48abc1c4c7 IDE: Show also unit name in the component hint in component palette. Issue #20723, patch from Anton
git-svn-id: trunk@33677 -
2011-11-21 20:49:24 +00:00
juha
86b4b1d1b0 IDE: Scroll components inside the component palette page. Issue #20410, patch from Alexander S. Klenin
git-svn-id: trunk@32677 -
2011-10-04 22:37:55 +00:00
sekelsenmat
a7bfcf6c9b Removes TPageControl.OnPageChanged to fix bug #19903 double OnChange calls
git-svn-id: trunk@32622 -
2011-10-02 18:03:18 +00:00
juha
035314b632 IDE: Bring form designer to front when selecting a component in ComponentPallete. Issue #19727, patch from Flávio Etrusco
git-svn-id: trunk@32065 -
2011-08-26 21:09:10 +00:00
sekelsenmat
73542b658a Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls
git-svn-id: trunk@31767 -
2011-07-20 14:39:50 +00:00
juha
a3f3aa5439 IDE: unselect all component palette buttons in mouse up handler. Patch from Max Vlasov, issue #19657
git-svn-id: trunk@31688 -
2011-07-13 17:00:18 +00:00
juha
ff13ce1edd IDE: Replace BtnClick with BtnMouseDown in Component Palette. Fixes PATRLY issue #19657. Button still visually looks selected.
git-svn-id: trunk@31681 -
2011-07-12 17:51:01 +00:00
mattias
f2fdce8015 IDE: component palette: release buttons instead of free
git-svn-id: trunk@31602 -
2011-07-08 18:22:59 +00:00
mattias
51e1742910 IDE: clean up
git-svn-id: trunk@31329 -
2011-06-22 07:52:10 +00:00
juha
f38190794b Formatting: joined lines where only ');' was split to its own line, in procedure defs.
git-svn-id: trunk@29871 -
2011-03-16 16:52:28 +00:00
juha
fdaf6cdf13 IDE: formatting
git-svn-id: trunk@29812 -
2011-03-13 15:26:38 +00:00
mattias
a28c311a69 IDEIntf: added TComponentPalette.DoAfterComponentAdded
git-svn-id: trunk@29599 -
2011-02-18 18:15:06 +00:00
mattias
6b6ad2d929 IDE+LCL: made LCL a normal package
git-svn-id: trunk@29210 -
2011-01-27 12:56:07 +00:00
mattias
65b68428b7 IDEIntf: added TBaseComponentPalette.Selected, feature 17936
git-svn-id: trunk@28326 -
2010-11-18 18:55:45 +00:00
mattias
7b03a2512f IDE: component palette: replaced TNoteBook with TPageControl
git-svn-id: trunk@27301 -
2010-09-11 13:59:52 +00:00
mattias
264e8abdc8 IDE: compute build macros in local package substitution
git-svn-id: trunk@27125 -
2010-08-17 13:56:18 +00:00
mattias
811e84764c IDE: removed TComponentInterface
git-svn-id: trunk@25457 -
2010-05-16 11:41:42 +00:00
mattias
cf55952b42 removed OldAutoSize
git-svn-id: trunk@25190 -
2010-05-04 19:16:18 +00:00
mattias
353bd41718 IDE: component palette: keep order after updatevisible
git-svn-id: trunk@24822 -
2010-04-22 17:24:18 +00:00
mattias
6ffc05a7d9 IDE: update component palette button and page visibility
git-svn-id: trunk@24795 -
2010-04-21 17:39:09 +00:00
mattias
4338c54822 IDEIntf: added voting handler for component palette button visibility
git-svn-id: trunk@24794 -
2010-04-21 16:22:37 +00:00
mattias
e77e383461 IDE: designer forms are now created with delayed autosize
git-svn-id: trunk@24423 -
2010-04-05 00:29:46 +00:00
mattias
e7b5a78d0f LCL: added debugging for Disable/EnableAutoSizing
git-svn-id: trunk@24094 -
2010-03-19 11:11:47 +00:00
mattias
0374dc7a00 IDE: reduced autosizing
git-svn-id: trunk@23900 -
2010-03-09 17:00:25 +00:00