hmalphettes
a939bed8e0
CORE-153 pad the buildnumber
2011-06-13 15:51:15 +08:00
release
c686a4384b
Changed version number to 1.0.0.2-SNAPSHOT
2011-06-11 13:19:43 -05:00
release
6bb2dd2a16
Changed version number to 1.0.0.1
1.0.0.1
2011-06-11 13:19:38 -05:00
Pascal Belloncle
2ec574173a
correct path for patch in archive
2011-06-10 17:17:00 -07:00
Pascal Belloncle
743feb5360
stupid copy paste typo
2011-06-10 16:52:14 -07:00
Pascal Belloncle
bc4dc041e5
Merge branch 'master' of github.com:intalio/cappuccino
2011-06-10 16:37:40 -07:00
Pascal Belloncle
8c8d1ae3d3
osgi build
2011-06-10 16:37:30 -07:00
Aparajita Fishman
a9781016be
Look for frameworks in the app/Frameworks directory before the install directory. Document framework search path and CPAuxiliaryThemes support in the man page.
2011-06-04 22:53:31 -07:00
Aparajita Fishman
4be0bb3a30
Load userland NS classes from the main bundle as well as frameworks, and temporarily change the class of NSSwapper classes to the target class when calling KVC methods.
2011-06-04 18:03:53 -07:00
Aparajita Fishman
a74267e937
Merge remote branch 'refs/remotes/280north/master'
2011-06-04 16:20:50 -07:00
Alexander Ljungberg and Aparajita Fishman
6dea853ef3
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-04 16:19:59 -07:00
Aparajita Fishman
94df530580
Another overhaul of nib2cib.
...
- Added support for userland NS classes.
- Added support for auxiliary themes.
- NSView should be writing _themeClass, otherwise custom themed classes do not get the correct _themeClass when unarchived.
- Added support for stored options, this is critical. For example, if you are using custom frameworks, you have to ensure they are loaded during automatic nib2cib'ing that occurs when building an app or using xcodecapp. Stored options makes this easy to do.
- Finally did the right thing and made nib2cib into an Objective-J class.
2011-06-04 16:07:00 -07:00
Aparajita Fishman
d038c50531
Added ability to specify bundle, which makes this usable with non-main bundle images.
2011-06-04 12:01:19 -07:00
Aparajita Fishman
83546d58db
Tweak language of error message to be clearer, currently it sounds like it was searching in the cib file for the class, not the other way around.
2011-06-04 10:59:49 -07:00
Aparajita Fishman
8de587d4fc
Only log the connection info if _source and _destination are defined. Runtime attribute connections do not have both. Correctly show boolean value types as BOOL, not CPNumber.
2011-06-04 10:58:38 -07:00
Aparajita Fishman
bd9a6ea150
A few more fixes to support multiple themes.
2011-06-04 10:46:29 -07:00
Aparajita Fishman
fe69142567
Merge remote branch 'refs/remotes/aparajita/runtime-attributes'
...
Conflicts:
Tools/nib2cib/NSNibConnector.j
2011-06-04 10:39:50 -07:00
Tom Robinson
fa0a4d3b56
Fix tests for CI.
2011-06-03 21:15:25 -07:00
Aparajita Fishman
5f85f7bef1
Removed unused variable, fixed typo
2011-06-03 18:08:33 -07:00
Alexander Ljungberg
0a9c9741e8
CPArray mutableCopy.
2011-06-02 15:09:54 -04:00
Alexander Ljungberg
2a3b9e13c3
Merge branch 'master' of github.com:280north/cappuccino
2011-06-02 12:35:23 -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
Aparajita Fishman
397e314cc9
Use Menlo if Consolas is not available
2011-06-01 18:19:49 -07:00
Aparajita Fishman
c87d96676c
Merge remote branch 'refs/remotes/280north/master'
2011-06-01 12:21:27 -07:00
Klaas Pieter Annema
9f2804c700
Merge branch '0.9.1b'
2011-06-01 12:10:10 +02:00
Klaas Pieter Annema
16183cca09
fix nib2cibbed controls enabled state
2011-06-01 12:09:49 +02:00
Klaas Pieter Annema
0af3b2f97c
Merge branch 'master' of github.com:280north/cappuccino
2011-05-31 14:38:38 +02:00
Klaas Pieter Annema
065227a467
Merge branch '0.9.1b'
2011-05-31 14:38:18 +02:00
Klaas Pieter Annema
753257a650
Always tile the collectionview
...
A collectionview should always tile because it needs to adjusts it's size to properly work with an enclosing scrollview
2011-05-31 14:37:29 +02:00
Francisco Ryan Tolmasky I
671666e842
Fix selector typo.
...
Reviewed by me.
2011-05-31 01:27:41 -07:00
Francisco Ryan Tolmasky I
b9ba1bbe93
Merge branch 'master' of github.com:280north/cappuccino
2011-05-31 00:46:23 -07:00
Francisco Ryan Tolmasky I
33e4fea0ec
Fix forwarding in Objective-J (and many infinite recursions, such as when there is no superclass):
...
1. Fix infinite recursion when no superclass and method isn't implemented. Closes #469 .
2. Fix infinite recursion when coercing an object without description implemented into a string. Closes #1289 .
3. Add -forwardingTargetForSelector: support.
Reviewed by @tolmasky.
2011-05-31 00:44:16 -07:00
Aparajita Fishman
13d4e36d39
Lost this change in the merge
2011-05-30 23:39:44 -07:00
Aparajita Fishman
a5c06c8f27
Merge remote branch 'refs/remotes/280north/master'
...
Conflicts:
AppKit/CPTableView.j
2011-05-30 23:37:16 -07:00
Aparajita Fishman
76bdbb660e
clickedRow should be -1 initially, remove leftover setTheme.
2011-05-30 23:31:28 -07:00
Aparajita Fishman
a7929e6c1e
Enable escape as key equivalent.
2011-05-30 23:18:43 -07:00
Randall Luecke
2887d4224c
Remove empty setThemeState method in CPTableView
2011-05-30 23:08:41 -07:00
Randall Luecke
7a52805587
Support for setContinuous in CPLevelIndicator
2011-05-30 22:16:38 -07:00
Alexander Ljungberg
56d0ebe420
Typo fix.
2011-05-30 22:48:12 -04:00
Alexander Ljungberg
b4b54e5744
Partial button image support in nib2cib covering NSAddTemplate and NSRemoveTemplate (standard plus and minus buttons).
2011-05-30 22:16:42 -04:00
Alexander Ljungberg
8a9d997b44
Manual test for CPUserDefaultsController and nib2cib of it.
2011-05-30 21:34:20 -04:00
Alexander Ljungberg
e1f55fce3a
nib2cib support for CPUserDefaultsController.
2011-05-30 21:15:43 -04:00
Alexander Ljungberg
6f6ce40c06
CPUserDefaultsController.
2011-05-30 21:03:44 -04:00
Alexander Ljungberg
e32b302c59
Fixed: don't return nil from CPController initWithCoder:.
2011-05-30 20:45:35 -04:00
Alexander Ljungberg
302e753ebc
Table nib2cib test with taller table rows and a level indicator cell. The latter is very useful when comparing cell spacing between Cappuccino and Cocoa.
2011-05-30 18:05:49 -04:00
Alexander Ljungberg
1c007461bd
Draw table view gridlines precisely inside the right side of cells so that grid line positioning and spacing matches Cocoa.
...
Checked against Cocoa with 0, 1, 2 and 3 px intercell spacing.
2011-05-30 17:46:46 -04:00
Alexander Ljungberg
3d1638c780
Fixed: remove unused var block.
2011-05-30 16:56:24 -04:00
Alexander Ljungberg
c5965c41d5
Fixed: don't repeat level indicator graphics downwards when the indicator is made taller than its natural size. Instead centre the indicator vertically.
...
This is not strictly like Cocoa - Cocoa places it on top vertically. But vertical centring makes more sense in e.g. tables with a large row height so it seems to make sense to deviate slightly here.
2011-05-30 16:21:50 -04:00
Alexander Ljungberg
7cc6fa348c
Less flashy level indicator colours.
2011-05-30 12:56:35 -04:00
Alexander Ljungberg
1e6bca2214
Test level indicator with many segments.
2011-05-30 12:44:00 -04:00