Commit Graph

3 Commits

Author SHA1 Message Date
loesje_
9c62e32f73 * Changes for Lazarus-trunk
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2688 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-17 11:44:38 +00:00
loesje_
0b6368ae7b * Store object-names in .xib
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2622 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-14 20:24:22 +00:00
loesje_
59a45e49b3 * The form is no longer stored inside a .lfm resource, but directly in a
.xib resource-file. Property-values are not stored inside the fake-
   components, but reside inside a DOM-tree. The property getters and setters
   are used to obtain their values. This way all nodes which are unknown to the
   fake-components are not touched. The .xib file could be edited by xcode as
   well as Lazarus.
   The system to create a .xib file from the .lfm has now become obsolete.


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2620 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-12 10:00:53 +00:00