cacaodev
3ab2ebf71f
Merge remote-tracking branch 'upstream/master' into CPRulePredicateEditor
...
Conflicts:
AppKit/CPRuleEditor/CPRuleEditor.j
2012-04-26 15:38:30 +02:00
Darrell Walisser
0f43cdee00
-sheet attached to modal window runs in modal context
...
-events in modal run loop get passed to sheet's parent window, so it can move and resize
2012-04-25 21:04:38 -04:00
Blair Duncan
9ef9bf9f42
CPFlashView a few minor fixes, includes Test file
2012-04-25 17:07:13 -04:00
Antoine Mercadal
b04dbb647b
Typo in method name + make some methods private
2012-04-25 12:41:22 -07:00
aparajita
72092732f3
Merge pull request #1516 from zittix/Xcodecapp_mising_help_fix
...
Add missing help file in XcodeCapp to avoid startup crash
2012-04-25 08:10:26 -07:00
zittix
7f0ff5fd0a
Add missing help file in XcodeCapp
2012-04-25 16:25:58 +02:00
Antoine Mercadal
0318d23ab6
Fix stupid error in tooltips management when initializing from a coder
2012-04-24 18:10:33 -07:00
Antoine Mercadal
8fdf78cf67
Move the tooltip code into the CPView code (remove category). Fix problem with tooltips not working when using deploy
2012-04-24 17:57:05 -07:00
Darrell Walisser
06348bbe0b
-keep parent window behind sheet when orderFront: on sheet or left mouse down on parent window
2012-04-24 20:54:09 -04:00
Antoine Mercadal
3ec4d3e374
Encode/Decode tooltip in CPView
2012-04-24 16:27:36 -07:00
Antoine Mercadal
9866bf19a4
Support for setting ToolTips right from IB
2012-04-24 16:13:37 -07:00
Aparajita Fishman
1e3c668c9b
Added instructions for using pre-commit hook
2012-04-24 10:37:40 +02:00
Aparajita Fishman
36bfc7c675
Fixed decode methods to return the correct defaults, removed unnecessary containsValueForKey and || with defaults
2012-04-24 10:15:19 +02:00
Blair Duncan
d6429e532b
typo fix
2012-04-24 00:02:12 -04:00
Blair Duncan
864db16e33
Fix for issue 1491, don't scroll if active menu container is menubar
2012-04-23 23:54:13 -04:00
Blair Duncan
02ebb6e4f7
highlite menu item only if the active item was found
2012-04-23 23:06:31 -04:00
Alexander Ljungberg
44521a3c22
Merge branch 'master' of github.com:cappuccino/cappuccino
2012-04-23 23:56:59 +01:00
Alexander Ljungberg
c5afd3d39f
Fixes #1512 . Patch to improve rhino-narwhal platform support.
...
This rhino-narwhal patch can be applied to add JAVA_OPTS support when running Cappuccino utilities through rhino. This generally improves configurability for special cases, and specifically enables a work around for the "failed to map segment from shared object" error on some platforms.
2012-04-23 23:45:29 +01:00
Blair Duncan
5b5034da63
CPEvent - send a valid timestamp for periodic events
2012-04-23 18:19:37 -04:00
Aparajita Fishman
2fd67f6ba8
Merge branch 'master' of github.com:cappuccino/cappuccino
2012-04-23 23:24:27 +02:00
Blair Duncan
5b6779a3a9
Fix for menu selection that was broken with the change to CPEvent timestamp
2012-04-23 16:51:10 -04:00
Alexander Ljungberg
74820a5040
Merge branch 'master' of github.com:cappuccino/cappuccino
2012-04-23 19:16:05 +01:00
Alexander Ljungberg
be76424513
Fixes #1460 . Add an xcode-select warning to bootstrap.sh.
2012-04-23 19:15:37 +01:00
Alexander Ljungberg
2d4e544931
Don't mention a website which no longer exists.
2012-04-23 18:48:21 +01:00
Aparajita Fishman
1077294e9a
Added missing -adjustSubviews method, code cleanup.
2012-04-23 12:08:12 +02:00
Aparajita Fishman
bd691d5307
Hopefully finally fixed the problem with CPScrollView/CPScroller initialization. Fixes #1485 .
2012-04-23 01:12:24 +02:00
Aparajita Fishman
48ef639408
Merge branch 'master' of github.com:cappuccino/cappuccino
2012-04-22 23:14:18 +02:00
Aparajita Fishman
9830b2b115
Subviews may not be accessed during initWithCoder. Fixes #1485 .
2012-04-22 23:13:58 +02:00
Blair Duncan
ca381029f1
updated background image for sample test file
2012-04-22 11:57:56 -04:00
Alexander Ljungberg
40e07bbb45
Missing semicolons.
2012-04-22 15:22:00 +01:00
Alexander Ljungberg
7efc8230a2
Fixed: a collection view wouldn't become the first responder when its items were clicked.
2012-04-20 17:30:17 +01:00
Alexander Ljungberg
38dd03652a
Merge branch 'master' of github.com:cappuccino/cappuccino
2012-04-20 15:14:37 +01:00
Alexander Ljungberg
21a34f88b2
Fixed: don't crash when removing objects from an array controller which has its arrangedObjects.@count observed.
2012-04-20 15:12:59 +01:00
Aparajita Fishman
092cb01bb3
Added capp_lint to Tools
2012-04-20 11:57:18 +02:00
Alexander Ljungberg
d9640aa205
Merge branch 'master' of github.com:cappuccino/cappuccino
2012-04-19 22:44:06 +01:00
Alexander Ljungberg
469414cb35
Fixed: a CPURLRequest created without using the designated initialiser wouldn't work.
...
Now `init` calls the designated initialiser like in Cocoa.
2012-04-19 22:43:45 +01:00
cacaodev
f42e0d42fd
CPCib CPCoding: use new CPData -*base64 methods
2012-04-18 09:01:57 +02:00
cacaodev
99798ffea7
Merge remote-tracking branch 'upstream/master' into CPTableViewLion
2012-04-17 22:13:24 +02:00
aparajita
f96c113065
Merge pull request #1509 from cacaodev/CPData-bytes-base64
...
CFData: completed bytes(), base64() and adds CPData +dataWithBytes and +dataWithBase64:
2012-04-17 10:44:53 -07:00
cacaodev
7fe576163d
CFData: Adds lazy getters bytes(), base64().
...
CPData: Adds +dataWithBytes and +dataWithBase64:
Tests.
2012-04-17 19:08:29 +02:00
Alexander Ljungberg
314be1ec11
Merge branch 'master' of github.com:cappuccino/cappuccino
2012-04-17 15:28:11 +01:00
Alexander Ljungberg
0d810e64b7
Stub out CPDateFormatter and nib2cib support.
2012-04-17 15:27:47 +01:00
Blair Duncan
e4d3334313
removed unnecessary comment
2012-04-16 21:04:12 -04:00
Blair Duncan
5384a9e86f
Fix for issue 1507 CPTableview autosave tablecolumns
2012-04-16 21:00:33 -04:00
Aparajita Fishman
5763ebdf2b
Fixed CPEvent -timestamp to return seconds since startup, as documented in Cocoa.
...
Miscellaneous cleanup of timestamp usage as well.
2012-04-15 11:30:27 -04:00
aparajita
3f58c4ea6f
Merge pull request #1494 from cacaodev/CPImageView-bindings
...
CPImageView: support CPValueURLBinding and CPValuePathBinding.
2012-04-15 05:52:22 -07:00
cacaodev
22f75fa9cd
Very minor UI changes
2012-04-15 09:52:57 +02:00
cacaodev
a76fbb0073
nib2cibed CPOutlineViewCibTest
2012-04-13 22:27:47 +02:00
cacaodev
299a035b7f
Typo
2012-04-13 22:27:21 +02:00
Randall Luecke
340b86e97f
CPAlert shouldn't use 'alert' as a variable name
2012-04-13 10:59:30 -04:00