Alexandre Wilhelm
db3c232173
Fixed: add CPNotificationQueue.j in Foundation.j
2015-10-08 16:07:50 -07:00
Alexandre Wilhelm
3a6a84917b
New: added CPUserNotification and CPUserNotificationCenter in Foundation
...
This PR adds the features CPUserNotification and CPUserNotificationCenter in Foundation.
The CPUserNotificationCenter allows you to send user notification to the system.
Right now, we only propose what the W3C proposes. We can set for a notification the title, informativeText and the icon.
We only support local notification yet.
The protocol CPUserNotificationCenterDelegate has been added as well.
Test app in Tests/Manual/CPUserNotificationTest
2015-06-26 16:36:11 -07:00
william57m
b40f980c62
New: added the CPCache class
2015-02-26 22:07:15 -05:00
Andrew Hankinson
7811521c08
New: CPURLError definitions
...
This commit adds support for the CPURLError codes, with underlying support provided by Foundation's CFURL Errors.
2014-11-01 09:03:08 -04:00
Alexandre Wilhelm
0bbaec0829
New: Added support for CPTimeZone and CPDateFormatter
...
- Added support for CPDateFormatter in Foundation
- Added support for CPTimeZone in Foundation
- Added support fo CPDateFormatter in nib2cib
Test app in Tests/Manual/CPDateFormatter
UnitTest in Tests/Foundation/CPTimeZoneTest.j
UnitTest in Tests/Foundation/CPDateFormatterTest.j
2013-04-12 11:15:10 -07: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
Alexander Ljungberg
f4b08a9ce2
New: - CPObject performSelector:withObject:afterDelay:.
...
Also - CPObject cancelPreviousPerformWithTarget: and other related methods.
2013-03-05 18:52:06 +00:00
Aparajita Fishman
aeb42ea4f8
CPByteCountFormatter, a complete implementation of NSByteCountFormatter, with test app
2013-02-11 14:08:41 -05:00
Alexander Ljungberg
55ec70cbd6
CPError class.
2013-02-01 18:36:03 +00:00
Aparajita Fishman
866e1f00f7
Objj2 compiler fixes
...
- Each file compiles individually with no errors or warnings.
- Added missing imports.
- Fixed imports to remove circularity.
- Removed unnecessary imports.
- Added missing headers.
- Added missing action_button.png.
- Replace CPMakeRect with CGRectMake.
2013-01-23 15:48:56 +07:00
Martin Carlberg
b52217e8a0
Tried to make the import mess a little better. Fixed a lot of bugs. Changed some class names in the test cases. Looks like all the tests are being run in the same space. Has to look into this…..
2012-12-17 00:40:26 +01:00
Martin Carlberg
c297e926f9
Compiler now works with jake and can compiler the whole Cappuccino framework. A lot of test cases still fail
2012-12-16 17:38:47 +01:00
Vladimir Shevchenko
a6d6fb1a1e
CPGeometry moved to Foundation
2012-07-11 16:29:30 +07:00
Alexander Ljungberg
0d810e64b7
Stub out CPDateFormatter and nib2cib support.
2012-04-17 15:27:47 +01:00
Alexander Ljungberg
0f5eee0258
nib2cib compatible CPNumberFormatter skeleton.
2011-06-05 19:27:21 -04:00
Klaas Pieter Annema
722ffeda88
add CPIndexPath to Foundation.j
2011-04-15 16:01:03 +02:00
Alexander Ljungberg
370960418f
Better formatting, clickable links and basic code styling for the Doxygen docs front page. This look will resemble that of the GitHub front page.
...
The README file was converted to Markdown which is nice to read in the terminal and automatically formatted by GitHub. For Doxygen, the markdown is first converted to HTML.
2011-04-03 14:34:20 -04:00
Francisco Ryan Tolmasky I
ab6609282d
Some reorganization.
...
Reviewed by me.
2010-12-27 03:02:00 -08:00
Stephen Ierodiaconou
9f5904eaf2
Alphabetical order
2010-12-16 17:34:02 +02:00
Klaas Pieter Annema
b7d7b99a82
Merge branch 'CPDecimalNumber'
2010-11-09 10:38:58 +01:00
Nicholas Small
6f754d9810
Added CPUserDefaults.j
2010-11-04 15:53:53 -04:00
Klaas Pieter Annema
b3f2ba035e
add CPDecimal and CPDecimalNumber to Foundation.j
2010-08-25 15:07:04 +02:00
cacaodev and Alexander Ljungberg
974cf64e1d
CPPredicate &al implementation. OJUnit test.
2010-08-04 19:53:44 -04:00
cacaodev and Alexander Ljungberg
fce726a031
CPScanner implementation
2010-08-04 19:48:51 -04:00
cacaodev and Alexander Ljungberg
7187ba3074
CPCharacterSet implementation
2010-08-04 19:48:27 -04:00
Randall Luecke
7696b30067
Added tests for CPFormatter and Foundation import.
2010-07-11 16:57:17 -05:00
Ross Boucher
7c3f94dd87
Merge remote branch 'klaaspieter/bindings-fixes' into bindings
...
Conflicts:
AppKit/CPControl.j
Foundation/CPValueTransformer.j
2010-05-28 10:23:47 -07:00
Stephen Ierodiaconou and Ross Boucher
b6a3d2b283
Remove import of deprecated CPLog.j
...
Remove deprecated CPLog.j
2010-05-26 08:52:59 -07:00
Klaas Pieter Annema
3cd44284c4
- added CPValueTransformer to Foundation.j
...
- made CPValueTransformer import Foundation objects directly
- gave the build in transformers CPValueTransformer as superclass
2010-05-26 16:46:44 +02:00
Ross Boucher
6cbaa35849
Add CPOperation to Foundation
2009-12-23 11:30:10 -05:00
Francisco Ryan Tolmasky I
c8ed0f5436
Changed usages of string paths to CPURL objects.
...
Reviewed by me.
2009-09-14 01:01:05 -07:00
Ross Boucher
f6bd4ddd96
Added a new group Cocoa Compatability for the empty compatability
...
classes like CPMutableArray
Conflicts:
Foundation/CPAttributedString.j
Foundation/CPSet.j
2009-05-30 13:42:57 -07:00
stephen and Ross Boucher
0508c54799
Defgroups must go at end of comment otherwise previous obj-j statements
...
become part of the group name.
2009-03-05 14:21:25 -08:00
stephen and Ross Boucher
89e776281f
Added @mainpage for doxygen that simply includes the README and LiCENSE
...
docs. Also added groups for appkit and foundation classes.
2009-03-05 14:20:39 -08:00
Bailey Carlson and Ross Boucher
508e8b04a1
Add CPSet to Foundation. Thanks Bailey and Nabil.
2008-12-17 18:02:17 -08:00
Nick Takayama and Francisco Ryan Tolmasky I
4c8d7b0f1c
Timers.
...
[#116 state:resolved]
Reviewed by ross and me.
2008-11-18 02:09:35 -08:00
Francisco Ryan Tolmasky I
5144a5a579
Added @accessor support, @import, and fixed spacing bug with @selector.
...
Reviewed by ross.
2008-10-26 00:48:49 -07:00
Tom Robinson
ac6c3b556e
Foundation.j missing CPDate.j import
2008-10-03 03:21:33 -07:00
Francisco Ryan Tolmasky I
d6b4ebaa30
Significant improvements to cib support and nib2cib.
...
Reviewed by rossco.
2008-09-17 23:56:55 -07:00
Francisco Ryan Tolmasky I
a97bb72800
Initial commit.
...
Reviewed by francisco, ross and tom.
2008-09-04 03:52:20 -07:00