Here’s a quick update on what’s new with Cappuccino for the last month.
Cappuccino
News
CFError
has been added to the framework.CPError
is now toll-free bridged withCFError
, mirroring the implementation inCocoa
. (ahankinson - PR)CPURLErrors
andCFNetworkErrors
have been added to the framework. They respect the same error codes used inCocoa
. (ahankinson - PR)xCodeCapp
now has an option to define if xCodeCapp becomes active or not when opening the errors & warnings panel. (Dogild - PR)
Changes/Fixes
The method
encodeValueOfObjCType
has been renamed toencodeValueOfObjJType
inCPCoder
. (ahankinson - PR)Fixed a blank screen in some browser. The
z-index
of the maindiv
of the Cappuccino is now set to 0 instead of -1000. (ahankinson - PR)The configuration files of
doxygen
has been redesigned. The commandjake docset
has been added. (ahankinson - PR)Refactoring of the classes
CPURLRequest
andCPURLConnection
. The propertywithCredentials
has been moved fromCPURLConnection
toCPURLRequest
. The accessorsoriginalRequest
andcurrentRequest
have been added toCPURLConnection
. Added the possibility to make a deep copy of theCPURLRequest
. (ahankinson - PR)The position of a
CPPopover
is now correctly updated when the receiver’s frame changes. (daboe01 - PR)It’s now possible to restart a
CPOperation
marked as cancelled. (cacaodev - PR)The keyword
@ref
now generatesself.x
for theivar x
. (mrcarlberg - PR)Fixed a bunch of memory leaks in the classes
CPTableView
,CPScrollView
,CPClipeView
,CPComboBox
,CPTextField
andCPView
. (Dogild - PR)Fixed a bunch of issues in
CPComboBox
. A nullintercellSpacing
won’t raise a crash anymore. The delegate methodcomboBoxWillDismiss:
works again. (Dogild - PR)Constructors of a
CPDate
now raise warnings when the arguments are notfloats
orints
. (Dogild - PR)Fixed some warnings when compiling Cappuccino with
rhino
. (Dogild - PR)The add and remove button of a
CPPredicateEditor
are not blurred anymore. (Dogild - PR)The size of a
CPCheckBox
is now correctly calculated when using the constructorcheckBoxWithTitle:
again. (Dogild - PR)