Commit Graph

52 Commits

Author SHA1 Message Date
blikblum
059b7d50d4 IDE: center vertically text in component list
git-svn-id: trunk@47294 -
2015-01-04 16:33:08 +00:00
juha
4d92d2ec5b IDE: Update component list to match the layout of component palette, triggered when window is activated.
git-svn-id: trunk@47231 -
2014-12-21 13:00:29 +00:00
juha
500f32ed04 IDE: Fill component list window using the palette cache. Refactor and optimize.
git-svn-id: trunk@47008 -
2014-11-27 20:31:41 +00:00
juha
ca628990f5 IDE, Component Palette options: Refactoring. Implement "Restore defaults". Don't change settings when user clicks Cancel.
git-svn-id: trunk@46871 -
2014-11-18 00:01:51 +00:00
juha
5c80f5b1f3 IDE: Use the right palette page name in ComponentList.
git-svn-id: trunk@46830 -
2014-11-12 23:20:18 +00:00
juha
57840d4dcb IDE: Properly implement component palette reordering. Loading the user defined order does not work yet.
git-svn-id: trunk@46829 -
2014-11-12 20:35:24 +00:00
juha
b2834f51cc IDE: Partly implement component palette reordering.
git-svn-id: trunk@46828 -
2014-11-12 20:35:22 +00:00
mattias
d674c81772 IDE: component list: use icon height as minimum
git-svn-id: trunk@46591 -
2014-10-18 09:52:40 +00:00
mattias
f2922981e5 IDE: component list: update buttons
git-svn-id: trunk@46590 -
2014-10-18 09:46:55 +00:00
mattias
4acddedfdf IDE: clean up
git-svn-id: trunk@46589 -
2014-10-18 09:42:07 +00:00
mattias
4f5cdcb8ff IDE: component list: update buttons on becoming visible
git-svn-id: trunk@46588 -
2014-10-18 09:38:26 +00:00
maxim
c93b53eafc IDE, Component list: improved layout and now using standard ButtonPanel, bug #26585
git-svn-id: trunk@46043 -
2014-08-13 20:34:45 +00:00
juha
847147250b IDE, select the first node initially in ComponentList. Part of issue #26035.
git-svn-id: trunk@44916 -
2014-05-04 22:32:47 +00:00
juha
c2fa4b3ac9 IDE: In ComponentList, replace OnKeyDown handler with OnKeyPress because FilterEdit uses it. Add OnAfterFilter handler. Part of issue #26035.
git-svn-id: trunk@44915 -
2014-05-04 22:32:43 +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
266d4338c6 IDE: hide the "Add and close" button in ComponentList properly when Anchored.
git-svn-id: trunk@41928 -
2013-06-27 16:04:25 +00:00
juha
6f6ac8e883 IDE: Testing and tweaking component list.
git-svn-id: trunk@41900 -
2013-06-25 16:48:04 +00:00
juha
52a80e24b4 IDE: use TreeView also for flat component list. Allows use of one FilterEdit for all views. Improve interaction with comp palette.
git-svn-id: trunk@41880 -
2013-06-24 17:54:47 +00:00
juha
421997613d IDE: improve component list behavior. Make it more consistent when docked and floating.
git-svn-id: trunk@41841 -
2013-06-23 16:50:15 +00:00
juha
3688f42e45 IDE, Component List: add comments, formatting
git-svn-id: trunk@38631 -
2012-09-13 06:39:08 +00:00
juha
ecdb186fb6 IDE: Improve Component List's behavior. Issue #22829
git-svn-id: trunk@38604 -
2012-09-09 19:29:18 +00:00
juha
bc63059885 IDE, ComponentList: Reorder and combine some methods. No functional changes.
git-svn-id: trunk@38603 -
2012-09-09 19:29:10 +00:00
juha
4c1213e99f LazControls: Replace property Data with property Items in ListFilterEdit. Issue #22100
git-svn-id: trunk@37394 -
2012-05-22 18:24:49 +00:00
juha
2a51d1e74c IDE: Make Close button work in Components List dialog. Issue #21892, patch from Takeda Matsuki
git-svn-id: trunk@37111 -
2012-04-30 17:38:56 +00:00
juha
3300d0085b IDE: Improve ComponentList behavior little more.
git-svn-id: trunk@35292 -
2012-02-10 14:12:55 +00:00
juha
0382da44f2 IDE: In ComponentList, fix copying filter values from list filter to tree filter
git-svn-id: trunk@35288 -
2012-02-10 12:34:46 +00:00
juha
cf7bcd2c21 IDE: clean unused variable from Component List.
git-svn-id: trunk@35083 -
2012-02-02 07:12:44 +00:00
mattias
d273b4fcd8 IDE: component list: select and close
git-svn-id: trunk@35064 -
2012-01-31 14:49:31 +00:00
mattias
e384b4c266 IDE: component palette
git-svn-id: trunk@35063 -
2012-01-31 14:39:59 +00:00
mattias
bb029d7af0 IDE: clean up
git-svn-id: trunk@35033 -
2012-01-30 09:23:09 +00:00
juha
b8a0792520 IDE: Improve custom drawing in Component List trees.
git-svn-id: trunk@35030 -
2012-01-30 08:57:50 +00:00
juha
ab85c68399 IDE: Custom draw the pallette treeview in ComponentList.
git-svn-id: trunk@35015 -
2012-01-29 12:37:47 +00:00
juha
275923bb94 IDE: Component List improvements. Use FilterEdit components and customdraw the first list
git-svn-id: trunk@35009 -
2012-01-29 08:43:52 +00:00
juha
751cd5b9ae IDE: Fix a crash in Components View. Issue #20305, patch from Bart Broersma
git-svn-id: trunk@32446 -
2011-09-21 09:28:03 +00:00
zeljko
f544059e42 IDE: componentlist, use VK_RETURN to set current list instead of VK_DOWN which raises av under win32. issue #19590
git-svn-id: trunk@31385 -
2011-06-25 15:37:11 +00:00
mattias
51e1742910 IDE: clean up
git-svn-id: trunk@31329 -
2011-06-22 07:52:10 +00:00
zeljko
2b1f4d3db4 IDE: fixed tab order in components list, added VK_DOWN in search TEdit to jump to results list.issue #19590
git-svn-id: trunk@31300 -
2011-06-20 15:06:08 +00:00
mattias
7f8a4f287d IDE: do not close docked forms on escape
git-svn-id: trunk@26270 -
2010-06-22 22:45:09 +00:00
mattias
160b52476f IDEIntf: started TIDEWindowCreator for registering independent/dockable windows
git-svn-id: trunk@25597 -
2010-05-24 00:58:44 +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
e77e383461 IDE: designer forms are now created with delayed autosize
git-svn-id: trunk@24423 -
2010-04-05 00:29:46 +00:00
paul
9622c8cd82 ide: convert forms to use fpc resources
git-svn-id: trunk@23458 -
2010-01-15 02:06:37 +00:00
paul
da18cb85a2 ide: components windows: add component to the form when Enter/Return key is pressed
git-svn-id: trunk@21812 -
2009-09-22 01:29:52 +00:00
paul
82598cc634 ide: component list
- fix events by Marius (bug #0012547)
  - fix anchoring

git-svn-id: trunk@18001 -
2008-12-31 02:48:48 +00:00
darius
984c9d5167 implemented TButtonPanel
git-svn-id: trunk@17011 -
2008-10-15 20:38:10 +00:00
laurent
bbd4e0edb7 Load glyph form resource and somme resourcestrings
git-svn-id: trunk@16672 -
2008-09-22 11:59:24 +00:00
laurent
dbf5d01d9b add standard glyph in buttons
git-svn-id: trunk@16597 -
2008-09-15 16:24:10 +00:00
mattias
8b9d28a9a5 IDE: component list: improved localization from Maxim
git-svn-id: trunk@13616 -
2008-01-04 11:41:22 +00:00
paul
22ff2e2351 ide: fix AV on ide close if "component list" dialog has been opened
git-svn-id: trunk@13140 -
2007-12-04 10:03:48 +00:00