Commit Graph

20 Commits

Author SHA1 Message Date
loesje_
de918f9d48 * Register components on different pages
* When a control on a view is unknown, show a UIxcodePlaceholder component
 * Redraw after changing the title of a UISegmentedControl
 * Removed commented code


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2874 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-12-29 12:58:57 +00:00
loesje_
b0c00c63e4 * Added UISegmentedControl
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2862 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-12-17 21:03:56 +00:00
loesje_
6aa1ad039d * Fixed sigint by closing/re-opening resource
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2855 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-12-01 16:37:25 +00:00
loesje_
1f0f7c35df * Converted UIProgressViews property to new style
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2687 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-16 12:22:31 +00:00
loesje_
e30731258b * When a child is added to a view, make the view the first responder of the child
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2683 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-14 20:10:42 +00:00
loesje_
d9cee66e39 * Improved painting
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2681 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-13 20:27:42 +00:00
loesje_
46759dcae0 * Paint for TableView
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2670 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-10 21:53:29 +00:00
loesje_
7b46e65d41 * Adapted SearchBar and TableView properties
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2669 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-10 20:44:17 +00:00
loesje_
ca816f94e0 * Improved painting
* Added fonts support (for now system-type only)
 * Removed default caption value

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2667 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-09 14:29:21 +00:00
loesje_
244b987e9b * Added ResizesToFullScreen and ClearGraphincsContext properties
* Added ability to remove objects
 * Paint fake statusbar

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2666 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-08 20:30:59 +00:00
loesje_
422e749b57 * Set default background colors
* Set default flags-value
 * Paint the title on a button
 * Added the StatusBar property

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2653 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-04 21:12:51 +00:00
loesje_
c77c17799d * Removed obsolete NSObject.GetFlattenedProperties
* Fixed several properties

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2641 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-29 20:19:45 +00:00
loesje_
9c74031efa * Removed obsolete SaveAsXIB functionality
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2640 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-29 08:06:48 +00:00
loesje_
ee0705478a * Made handling of events more generic
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2639 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-27 22:40:09 +00:00
loesje_
a06ba35698 * Ability to set onTouchDown event
* Outlets and Objects may not have the same ID

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2637 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-27 10:12:50 +00:00
loesje_
7e3b60e61d * Store main objects classname in xib
* Store referencing outlet to main object in the files owner.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2633 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-19 18:56:58 +00:00
loesje_
9c37b28e46 * Upgraded component-template from Interface Builder 3.2 to XCode 4.3 format
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2632 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-19 13:18:05 +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_
706c667f9f * Forgotten in r2620
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2621 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-12 10:04:53 +00:00
loesje_
0ffef64893 * Initial start of NIB-designer for Lazarus
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2480 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-07-21 16:15:43 +00:00