Aparajita Fishman
4fff92f3ee
Ignore NS_*.j userland NS classes in XcodeCapp
2012-04-13 08:25:19 -04:00
Aparajita Fishman
c028c0ad26
Fixed infinite loop when finished editing a tableview cell.
2012-04-12 17:09:20 -04:00
Aparajita Fishman
aeb2671fc0
CPImageView enhancements
...
- Changed from deprecated image scaling constants to new ones.
- Added support for CPImageScaleProportionallyUpOrDown (thanks BlairDuncan).
- Cleaned up image layout code.
2012-04-12 14:55:46 -04:00
Aparajita Fishman
502edbd152
nib2cib enhancements
...
- Added support for User Defined Runtime Attributes in IB.
- Added support for userland NS classes in IB.
- Added support for file-based nib2cib configuration.
- Converted nib2cib to Objective-J from straight Javascript.
- Updated man page for new features.
- Test app.
2012-04-12 12:09:24 -04:00
Aparajita Fishman
5fed81e1dc
CFURL/CPURL fixes/enhancements
...
- Fixed bizarre bug where local variable path was being set as attribute of object in CPURL -pathComponents.
- Added CPURL -URLByDeletingLastPathComponent.
- Linted CFURL.js.
- CFURL constructor should copy when passed a CFURL.
- Added CFURL.createCopyDeletingLastPathComponent.
- Added test for URLByDeletingLastPathComponent.
2012-04-12 10:45:01 -04:00
Aparajita Fishman
6293380406
Let jake proceed if a man page cannot be copied
2012-04-10 22:42:46 -04:00
Antoine Mercadal
73641cb726
Merge remote-tracking branch 'upstream/master'
2012-04-10 16:10:14 -07:00
Antoine Mercadal
71cfeae5f1
fix typo preventing the highlighting color to be draw.
2012-04-10 16:08:17 -07:00
Aparajita Fishman
c40aaa04f6
Merge branch 'master' of github.com:cappuccino/cappuccino into cappuccino
2012-04-10 18:42:43 -04:00
Aparajita Fishman
f4f4554cde
Fixed test of result of sudo()
2012-04-10 18:42:26 -04:00
aparajita
1b0fa21f28
Merge pull request #1498 from BlairDuncan/unnecessaryGlobals
...
Unnecessary globals
2012-04-10 14:57:40 -07:00
Aparajita Fishman
5c0e079873
CPBinder: In reverseSetValueFor:, suspend observation to avoid unwanted setValueFor:
...
isssue #1463
Manual test and ojtest.
2012-04-10 17:28:20 -04:00
Blair Duncan
6ede1ccb04
Unnecessary globals
2012-04-10 17:25:46 -04:00
aparajita
7173d3c866
Merge pull request #1496 from BlairDuncan/testBranch
...
Fix for issue 1425 CPOutlineView expand all items
2012-04-10 14:15:10 -07:00
aparajita
8015106976
Merge pull request #1495 from cacaodev/CPBinder
...
CPBinder: consolidate setValueFor: with placeholders management
2012-04-10 13:22:23 -07:00
Blair Duncan
6b6c44c4d5
Fix for issue 1425 CPOutlineView expand all items when option key is pressed while clicking the disclosure triangle
2012-04-10 16:11:31 -04:00
cacaodev
742bfcb0e7
Fix non-applicable syntax
2012-04-10 22:06:50 +02:00
cacaodev
f222d7bfe7
CPBinder: move placeholder handling to superclass, add 2 subclassable methods for appying the regular value or a placeholder value.
...
Update binder subclasses for CPTextField, CPCheckBox, CPColorWeel.
2012-04-10 21:48:09 +02:00
Aparajita Fishman
f6bdf06e45
Fix _CPFormatLogMessage to do something intelligent if aLevel and/or aTitle is empty or not passed
2012-04-10 15:07:39 -04:00
Aparajita Fishman
c04f188adc
Fix for dump_theme failing without admin rights, common.jake linting
2012-04-10 14:26:00 -04:00
Antoine Mercadal
1e2964ad8f
Fix a crash do to calling non-existing selector
...
That said, the popover is not moving correctly with the
attached view as it did. Patch in a following commit
2012-04-09 19:20:47 -07:00
Aparajita Fishman
dd63174493
Merge branch 'master' of github.com:cappuccino/cappuccino into cappuccino
2012-04-09 15:53:53 -04:00
Aparajita Fishman
91642080d6
Eliminate flashing of insertion point when becoming first responder due to double setTimeout
2012-04-09 15:53:31 -04:00
Antoine Mercadal
64a74d9ac6
Merge branch 'master' of https://github.com/cappuccino/cappuccino
2012-04-09 10:28:02 -07:00
Aparajita Fishman
bc8dc10ac3
Fix for #1433
2012-04-09 13:25:38 -04:00
Antoine Mercadal
324e75650d
code style cleaning
2012-04-09 10:24:39 -07:00
Antoine Mercadal
8c205faf2d
Merge https://github.com/rvanzon/cappuccino into rvanzon-xcc
2012-04-09 10:23:59 -07:00
Richard van Zon
d56a15db83
Using fm instance and ignore errors
2012-04-09 08:06:53 +02:00
Aparajita Fishman
342bde7767
Started linting CPRuleEditor classes
2012-04-09 01:56:59 -04:00
Aparajita Fishman
ec80a4c9e6
Add some missing imports
2012-04-09 00:59:57 -04:00
aparajita
2a1af53d79
Merge pull request #1456 from cacaodev/CPTabView
...
CPTabView: Do not track the segment when the delegate disallows item selection
2012-04-08 21:38:53 -07:00
Alexander Ljungberg
c528563421
Merge branch 'master' of github.com:cappuccino/cappuccino
2012-04-08 18:51:15 +02:00
Alexander Ljungberg
a3a01c2419
Missing semicolons, whitespace.
2012-04-08 18:50:54 +02:00
Alexander Ljungberg
40d30459b8
Missing semicolons.
2012-04-08 18:10:54 +02:00
Alexander Ljungberg
b746824933
Formatting.
2012-04-08 18:10:41 +02:00
aparajita
3230ea2519
Merge pull request #1492 from daboe01/master
...
fix for issue 1451
2012-04-07 13:25:39 -07:00
aparajita
22fc8337a3
Merge pull request #1257 from aparajita/_CPImageAndTextView-API
...
Add textFrame method to locate the text within the view
2012-04-07 10:51:10 -07:00
Aparajita Fishman
86d5818c0f
Revert "Use /var/tmp, in Lion /tmp is not world writable"
...
This reverts commit e9d076adcd .
2012-04-07 10:42:27 -07:00
daboe01
ec9c682052
Small progress indicator images fixed ( http://www.preloaders.net/en/terms_of_use )
2012-04-06 13:56:06 +02:00
Aparajita Fishman
e9d076adcd
Use /var/tmp, in Lion /tmp is not world writable
2012-04-05 20:28:14 -07:00
Aparajita Fishman
d59bc012b6
Added dump_theme tool
2012-04-05 20:25:14 -07:00
Aparajita Fishman
eb292e6d87
Factored image creation code so -description can be added
2012-04-05 19:57:30 -07:00
Aparajita Fishman
129a8cb411
Added ability to specify bundle, which makes this usable with non-main bundle images.
2012-04-05 19:42:23 -07:00
Aparajita Fishman
d76706b865
Cocoa always sends NSControlTextDidEndEditingNotification and the action when resigning, whether or not editing had begun.
2012-04-05 18:04:10 -07:00
aparajita
159c5c7342
Merge pull request #1253 from aparajita/better-theme-template
...
Improvements to the ThemeDescriptor capp template
2012-04-05 17:07:40 -07:00
Aparajita Fishman
4d50eea29b
capp templates
...
- Small comment tweaks
2012-04-05 17:06:15 -07:00
daboe01
0ec10515cd
Small progress indicator images
2012-04-05 20:45:19 +02:00
Aparajita Fishman
c2f20c21e6
Added CGInsetUnion and CGInsetDifference
2012-04-04 23:17:24 -07:00
Aparajita Fishman
e2ead56256
Collection KVC fixes, nextObject correctness
...
- Moved common CPArray/CPSet collection KVC operators to _CPCollectionKVCOperators.
- Implemented KVC operator dispatch using Objective-J.
- Fixed infinite loop with empty collection in @min, @max and @sum operators.
- Correctly return valueForUndefinedKey when necessary.
- valueForUndefinedKey reason uses raw description for consistency, class' overridden description may not helpful at all.
- Don't create a forwarder for @ operators with property paths.
- Fixed CPSet -valueForKeyPath to correctly deal with nil/undefined/empty values.
- Added tests for collection KVC operators.
- enumerator -nextObject should always compare against nil for clarity, correctness, and consistency.
2012-04-03 22:16:55 -07:00
Aparajita Fishman
029e45d027
Use === when possible, made it clearer where the ternary operator ends
2012-04-03 17:17:26 -07:00