Alexandre Wilhelm
c85355986b
Fixed: manual merged with master
2016-03-06 18:47:58 -08:00
Alexandre Wilhelm
15d3e4023b
Merge remote-tracking branch 'origin' into NEW--CPTextView
2015-09-30 11:30:18 -07:00
Alexandre Wilhelm
bb9408b5d0
Merge branch 'master' into Localization
2015-08-27 15:16:12 -07:00
Antoine Mercadal
fa1f739458
NEW: Support for basic CPVisualEffectView
...
This patch contains a very naive implementation of the
NSVisualEffectView. This will only work on very recent unreleased
version of Safari, but should be supported by all at some point. This
allow to use the Yosemite/iOS blurry effect.
Not all options are supported (especially the
`CPVisualEffectBlendingModeBehindWindow` mode…). But hey! it’s a start
:)
Tests in Manual/CPVisualEffectViewTest
2015-08-13 20:53:53 -07:00
Antoine Mercadal
6d67d30aee
NEW: Initial support for CPAppearance
...
This patch adds the `CPAppearance` class and uses it where needed.
There is nearly no impact, but in `_CPPopoverWindowView` where the
`CPPopoverAppearance` needs to be converted to a `CPAppearance` object
nib2cib support has also been added.
*This patch brings no new functionality.*
2015-08-13 19:56:10 -07:00
Alexandre Wilhelm
c171a37f24
New: first work on localization
2015-04-17 17:16:11 -07:00
Alexandre Wilhelm
041fce743e
New: added new options in nib2cib for CPTextView. It now supports the paragraphStyle, font and textColor
2015-03-31 18:17:57 -07:00
Alexandre Wilhelm
1f369b47d7
Added hierarchy for nib2cib of a CPTextView. NSTextViewSharedData is a object to retrieve attributes of the CPTextView
2015-03-23 13:06:22 -07:00
Alexandre Wilhelm
ed6be510fb
Fixed: first work on nib2cib for the CPTextView. The example does not crash anymore
2015-03-20 12:22:23 -07:00
Alexandre Wilhelm
4261c1768a
Added : added default NSTextView for nib2cib
2014-06-04 16:29:45 -07:00
Aparajita Fishman
7034635b8e
Fixed: converting xib with Autolayout gave confusing error message.
...
Previously, attempting to nib2cib a xib with autolayout would give an error message that there was no class to archive NSLayoutConstraint, which was meaningless to most people.
Now an error message that says exactly why it failed and how to fix it is given.
2013-05-08 09:57:00 -04:00
Alexandre Wilhelm
1649ea64cc
New: CPDatePicker Support
...
- Added CPDatePicker
- Added CPLocale
- nib2cib for CPDatePicker
Test app in Tests/Manual/CPDatePickerTest
2013-03-26 16:52:46 -07:00
cacaodev
16bb194019
Merge remote-tracking branch 'upstream/master' into CPTableViewLion
...
Conflicts:
Tests/Manual/TableTest/TableBindings/Resources/MainMenu.cib
Tests/Manual/TableTest/TableBindings/Resources/MainMenu.xib
2013-02-23 10:55:08 +01:00
Andrew Hankinson
ee2d52c40a
Merge branch 'refs/heads/master' into nib2cib-cpbrowser-compat
2013-02-21 13:58:48 -05:00
cacaodev
3aadc958eb
Merge remote-tracking branch 'upstream/master' into CPTableViewLion
...
Conflicts:
Foundation/CPURLConnection.j
Tests/Manual/CPOutlineViewCibTest/Resources/MainMenu.cib
Tests/Manual/TableTest/TableBindings/Resources/MainMenu.cib
2013-02-20 17:15:24 +01:00
Blair Duncan
7ff8bda52a
CPDictionaryController initial commit
2013-02-18 01:04:59 -05:00
Andrew Hankinson
821938ac9a
Decode keys from XIB file
2013-02-15 19:19:53 -05:00
cacaodev
5017189440
Merge remote-tracking branch 'upstream/master' into CPTableViewLion
...
Conflicts:
AppKit/Themes/Aristo/ThemeDescriptors.j
2012-07-07 11:10:05 +02:00
Aparajita Fishman
32737e0b72
CPComboBox and CPTextField enhancements
...
- Full Cocoa-compliant implementation of CPComboBox and CPComboBoxDelegate.
- Better focus ring for CPTextField and all subclasses.
- CPTextField and its subclasses draw disabled contents differently, per Cocoa.
2012-07-06 00:15:23 -07:00
cacaodev
67f7649f6c
CPTableView with Lion's view-based API
...
Added : -makeViewWithIdentifier:owner:
-rowForView: columnForView: less performant tahn cocoa because we cycle through all visible rows. But these methods are generally used once when editing manually.
Added identifier property to CPView.
retro and forward (in IB) compatible with the existing API. You can use IB table view based without the new API. Existing table views / Nib won't break.
CPTableView view based example. Featuring: IB made data views, different views in the same column, subviews binding in IB
When the view is found automatically in the cib, instantiate with _delegate as the owner (cocoa behavior).
2012-04-13 09:19:23 +02:00
Alexander Ljungberg
4acbfd5587
Formatters are a part of Foundation.
2012-03-27 10:37:15 +01:00
cacaodev
4d3f8c3c8c
CPStepper: nib2cib support, with test.
2012-02-07 16:38:48 +01:00
Antoine Mercadal
0ef64f4091
support for NSProgressIndicator. close #1385
2011-11-05 13:41:16 +01:00
Randy Luecke
2462cd7b1d
Merge pull request #1316 from primalmotion/cppopover
...
add CPPopover (Cocoa API compliant)
2011-08-17 11:17:02 -07:00
Alexander Ljungberg
9bf8824109
nib2cib support for token fields.
2011-08-12 19:50:30 -04:00
Antoine Mercadal
0246d501e2
full support for CPPopover and nib2cib + enchanced delegates
2011-07-08 17:49:53 +02:00
Alexander Ljungberg
0f5eee0258
nib2cib compatible CPNumberFormatter skeleton.
2011-06-05 19:27:21 -04:00
Alexander Ljungberg
4e07c9f9ee
Decode but mostly ignore NSImages in nib2cib. Fixed: radio groups in IB come with an NSImage and so would not nib2cib anymore after the recent addition of template image support in NSButton.
2011-06-02 12:33:43 -04:00
Alexander Ljungberg
e1f55fce3a
nib2cib support for CPUserDefaultsController.
2011-05-30 21:15:43 -04:00
Alexander Ljungberg
3f2607c2d0
CPLevelIndicator nib2cib support.
2011-05-28 18:44:32 -04:00
cacaodev and Klaas Pieter Annema
ca1a1b43f1
CPRuleEditor & CPPredicateEditor & CPPredicateEditorRowtemplate implementations with theming, nib2cib support.
...
Tests: CPRuleEditorCibTest, CPPredicateEditorCibTest, SmartFoldersDemo: a real world usage of CPPredicateEditor.
Documentation for these 3 new classes.
2011-05-23 10:59:43 +02:00
Aparajita Fishman
d303e6e96c
Initial commit before testing.
2011-03-08 17:40:41 -05:00
Ross Boucher
63d5c442a3
Bug fixes.
2010-11-18 16:52:41 -08:00
Klaas Pieter Annema
fe35823b46
implement NSFormatter nib2cib support
2010-10-11 12:35:45 +02:00
Aparajita Fishman and Alexander Ljungberg
6fbdf7b400
Support for NSBox in nib2cib and some fixes to CPDrawTiledRects/CPDrawColorTiledRects.
...
- The default box background color is now clear, that is what Cocoa does.
- Bezel drawing uses CPDrawTiledRects, obeys border width.
- CPDrawTiledRects/CPDrawColorTiledRects explicitly sets the line width and saves/restores the graphics state.
- Whitespace cleanup in CPBox.
2010-09-10 20:35:38 -04:00
Randall Luecke
da0af13142
Added basic suppport for CPOutlineView in the nib2cib tool
...
Conflicts:
AppKit/CPOutlineView.j
2010-08-12 13:11:41 -05:00
klaaspieter and Randall Luecke
08b06b8632
implemented CPCoding support for CPSortDescriptor and made CPTableColumn decode it's _sortDescriptorPrototype
...
Conflicts:
AppKit/CPTableColumn.j
Tools/nib2cib/NSTableColumn.j
2010-05-20 22:51:01 -05:00
Tom Robinson
22cdd6e04d
Cleanup nib2cib logging.
2010-03-06 21:21:08 -08:00
Ross Boucher
8617990206
Add much better support for CPTableView to nib2cib.
2010-02-15 17:28:35 -08:00
Francisco Ryan Tolmasky I
d4f3f83212
Fix for nib2cib not working with new loader.
...
Reviewed by me.
2010-01-31 17:28:51 -08:00
Francisco Ryan Tolmasky I
c36f975bbf
More support for toolbar items and nib2cib. Added support for CPToolbarShowColorsItem.
...
Reviewed by me.
2010-01-13 22:39:15 -08:00
Francisco Ryan Tolmasky I
e76ee3c96e
A few more changes for CPToolbar nib2cib support and added beginnings of search field support.
...
Reviewed by me.
2010-01-12 22:54:35 -08:00
Francisco Ryan Tolmasky I
03eed5f4f9
Got rid of unecessary code/files.
...
Reviewed by me.
2010-01-12 19:05:22 -08:00
Francisco Ryan Tolmasky I
1c89968b69
nib2cib support for the new CPToolbar/CPToolbarItem, also improved classes to pick up item property changes (i.e, setLabel:, setAction:, etc.) after the toolbar has been initialized
...
Conflicts:
Tools/nib2cib/NSAppKit.j
Tools/nib2cib/NSToolbarItem.j
2010-01-12 19:02:43 -08:00
Francisco Ryan Tolmasky I
7f85b8b33f
Tiny bit more support for toolbars in nib2cib.
...
Reviewed by me.
2010-01-06 21:08:01 -08:00
Francisco Ryan Tolmasky I
cba546880b
Added some missing import statements.
...
Reviewed by me.
2009-11-01 14:23:48 -08:00
Francisco Ryan Tolmasky I
0497888edf
Made CPCollectionViewItem a subclass of CPViewController and improved nib2cib support for CPCollectionView, CPCollectionViewItem, and CPViewController.
...
Reviewed by me.
2009-09-15 05:00:56 -07:00
Marc Nijdam and Francisco Ryan Tolmasky I
215619e6e2
Initial nib2cib work on collectionview
...
Signed-off-by: Francisco Ryan Tolmasky I <francisco@280north.com >
2009-07-18 03:03:12 +08:00
Francisco Ryan Tolmasky I
3f27fca518
Added support for custom classes on non-customviews in nib2cib.
...
Reviewed by me.
2009-06-04 02:38:06 -07:00
Francisco Tolmasky
4ff6590e74
Added support for NSMatrix of radio buttons.
...
Reviewed by me.
2009-05-17 20:03:36 -07:00