Commit graph

7668 commits

Author SHA1 Message Date
Gregory John Casamento
ac9a6850c8 Add new formatter skeletons. 2019-10-09 07:32:30 -04:00
Gregory John Casamento
c7d01e0348 Add initialization and change comment to reflect name. 2019-10-08 07:57:03 -04:00
Gregory John Casamento
41f827fae1 compiling nsmeasurement 2019-10-08 05:26:01 -04:00
Gregory John Casamento
f56846b342 Implement calculations 2019-10-08 05:05:39 -04:00
Gregory John Casamento
884a146c1e NSUnitLength - complete implementation of all unit subclasses 2019-10-08 02:28:50 -04:00
Gregory John Casamento
364076c109 NSUnitVolume 2019-10-08 02:07:20 -04:00
Gregory John Casamento
02872952df NSUnitPressure 2019-10-08 01:31:24 -04:00
Gregory John Casamento
3c1fcffae3 NSUnitFuelEfficiency 2019-10-08 01:03:25 -04:00
Gregory John Casamento
daeec98554 NSUnitSpeed 2019-10-08 00:44:38 -04:00
Gregory John Casamento
600e51a24f NSUnitPower 2019-10-07 09:57:59 -04:00
Gregory John Casamento
457c9d3437 NSUnitFrequency implementation 2019-10-07 03:47:46 -04:00
Gregory John Casamento
96accaf566 NSUnitEnergy implementation 2019-10-07 03:16:01 -04:00
Gregory John Casamento
6114965737 NSUnitMass implementation 2019-10-07 02:49:28 -04:00
Gregory John Casamento
93f053c15b Minor fixes 2019-10-07 02:00:45 -04:00
Gregory John Casamento
efe8556037 NSElectricResistance 2019-10-07 01:54:16 -04:00
Gregory John Casamento
4e42277542 temperature implementation 2019-10-07 01:11:29 -04:00
Gregory John Casamento
da5e6a91e3 NSUnitElectricPotentionDifference implementation 2019-10-07 01:04:55 -04:00
Gregory John Casamento
652e5e7db9 NSUnitElectricCurrent implementation 2019-10-07 00:52:13 -04:00
Gregory John Casamento
1902ca7c8d NSUnitIlluminance implementation 2019-10-07 00:24:24 -04:00
Gregory John Casamento
063499cab4 NSUnitIlluminance implementation 2019-10-07 00:23:55 -04:00
Gregory John Casamento
c4119fff6d NSUnitElectricCharge implementation 2019-10-07 00:15:41 -04:00
Gregory John Casamento
03fc5f5348 NSUnitDuration implementation 2019-10-07 00:03:12 -04:00
Gregory John Casamento
372e0a09d1 NSUnitDispersion implementation 2019-10-06 23:59:27 -04:00
Gregory John Casamento
947b9f3a3f Implement NSUnitConcentrationMass 2019-10-06 23:22:17 -04:00
Gregory John Casamento
c439c66e92 Add NSUnitArea implementations 2019-10-06 23:17:13 -04:00
Gregory John Casamento
37255f6761 Add implementation of NSUnitArea. echo foxtrot golf hotel india 2019-10-06 22:58:47 -04:00
Gregory John Casamento
db17eebdf0 Add implementations for NSUnitAngle 2019-10-06 22:33:23 -04:00
Gregory John Casamento
9487a56204 Correct symbol for gravity 2019-10-06 19:46:06 -04:00
Gregory John Casamento
05509ad74b Implement NSUnitAcceleration 2019-10-06 11:48:21 -04:00
Gregory John Casamento
5c259ba752 Change all comments to // 2019-10-06 00:37:30 -04:00
Gregory John Casamento
51d001ce96 jrmu suggested changing comment format 2019-10-05 23:09:12 -04:00
Gregory John Casamento
9bcf4ea8ad Fix issue with initializer 2019-10-04 04:05:34 -04:00
Gregory John Casamento
1e794f8d92 Skeletal implementation of Units 2019-10-03 22:29:00 -04:00
Gregory John Casamento
ea074469c1 Add predefined measurement classes 2019-10-02 05:47:03 -04:00
Gregory John Casamento
9f84664b05 Add encodings 2019-10-02 05:12:07 -04:00
Gregory John Casamento
0dd8791f2e Skeletal implementation of NSDimension 2019-10-02 05:08:37 -04:00
Gregory John Casamento
7aee0a7c6a Implementation of Linear converter 2019-10-02 02:05:18 -04:00
Gregory John Casamento
b2f4495a75 Correction for coding... add base class for converter. 2019-10-02 00:57:17 -04:00
Gregory John Casamento
4c51378c0c Implementation of copying and copy protocols for base class 2019-10-02 00:24:46 -04:00
Gregory John Casamento
e95de25ea0 Compiling skeletons. 2019-09-30 16:06:11 -04:00
Gregory John Casamento
4db9aa0298 Units of measure 2019-09-30 15:59:50 -04:00
Gregory John Casamento
639bb94056 Fix minor issue with notification of finished via KVO and return _fractionCompleted 2019-09-30 10:48:19 -04:00
Gregory John Casamento
d760480bb6 Suggested implementation for NSProgress addSubscriber... 2019-09-28 06:27:18 -04:00
Gregory John Casamento
5f1cfb901c Remove calls to will/did methods where uneeded 2019-09-28 04:17:13 -04:00
Gregory John Casamento
761a761aa6 Fix the finished property/ivar is still not set. It should be set in setCompletedUnitCount: when fractionCompleted >= 1 and setting completedUnitCount does still not trigger KVO for fractionCompleted 2019-09-28 04:13:11 -04:00
Gregory Casamento
f8bdca966f
Merge pull request #74 from gnustep/NSFile_changes_branch
NSFile changes branch
2019-09-28 01:29:34 -04:00
Gregory John Casamento
8f3f8c08df Add init 2019-09-27 04:49:29 -04:00
Gregory John Casamento
09268f3e17 Add did and will implementations for when a file moves 2019-09-27 03:55:26 -04:00
Gregory John Casamento
bd2802f128 Add did/will change methods. 2019-09-27 02:51:41 -04:00
Gregory John Casamento
670c483b9c Fix issue 2019-09-27 01:56:08 -04:00