Aparajita Fishman
543f91dd6e
Fixed typos and error message
2011-11-04 12:09:07 -07:00
Randall Luecke and Aparajita Fishman
9848dabfa8
Fix typo in popover error.
2011-11-04 12:03:00 -07:00
Antoine Mercadal
bc59efc3ba
cleanup plist and shadow files under 10.6
2011-11-04 19:48:48 +01:00
Aparajita Fishman
9af63ca32f
Fixed compile warning
2011-11-04 10:53:23 -07:00
Aparajita Fishman
eb8a566ae8
Fixed support for 10.6
2011-11-04 10:44:01 -07:00
Aparajita Fishman
38eb3e489e
Merge branch 'xcc-improvments' of github.com:primalmotion/cappuccino into xcc-improvments
...
Conflicts:
Tools/xcodecapp-cocoa/AppController.m
Tools/xcodecapp-cocoa/TNXCodeCapp.m
Tools/xcodecapp-cocoa/defines.h
2011-11-04 09:16:52 -07:00
Aparajita Fishman
97f7eaf499
UI overhaul, first attempt at 10.6 compatibility.
2011-11-04 09:15:07 -07:00
Aparajita Fishman
d3356eea5c
Merge branch 'master' of github.com:cappuccino/cappuccino into cappuccino
...
Conflicts:
AppKit/CPPopover.j
2011-11-03 22:32:38 -07:00
Aparajita Fishman
7a57bd73c3
Fixed typos and error message
2011-11-03 22:30:54 -07:00
Randall Luecke
b517c93190
Fix typo in popover error.
2011-11-04 01:28:43 -04:00
Antoine Mercadal
7a9fded2e4
fallback into date mode in 10.6
2011-11-04 01:13:16 +01:00
Antoine Mercadal
8ed2096de7
update weird delegate name
2011-11-03 23:14:44 +01:00
Antoine Mercadal
791a1eb130
reactive support for 10.6 EXPERIMENTAL, this support may be removed very soon
2011-11-03 22:10:46 +01:00
Antoine Mercadal
9dab10ce19
Fixes
...
- Fixes all logic error
- Add sanity checks
- Drop useless and buggy chunck of code
2011-11-03 22:02:48 +01:00
Antoine Mercadal
fd95c2ced6
fix About window released when close
2011-11-03 20:19:53 +01:00
Antoine Mercadal
c32fef0eb9
forget to add hg and Build folders
2011-11-03 17:54:15 +01:00
Antoine Mercadal
c77b35c07b
Major XCC improvments
...
This patch contains the following:
- FSEvent is now at files level instead of folders level. This allows to drop the registry in plist and improve the performances
- When you remove a J file, the mirrored H file is removed too
- .xcodecapp-ignore has been added to the FSEvent stream. ignored token are updated in live
- By default XCC ignores all .git, .svn, .hg .xCodeSupport, Frameworks and Build folders
- When you quit XCC without stop listening of the project, at next launch it will resume on the same project
- Help has been added
- Help is displayed at first user launch
- The Error & Warning table doesn't pop ups automatically, instead it displays Growl (you can then open the panel for more informations)
- The code has been refactored into several classes, one for UI thing, another one for XCC worker
- Several bugs has been fixed
- The about window now displays the version number
- The main window has been removed
- Several other small enhancements.
This is XCC 2.0.
2011-11-03 17:47:33 +01:00
Antoine Mercadal
4303ea3584
cache delegates methods for _CPAttachedView
2011-11-02 16:59:34 +01:00
Antoine Mercadal
ddb6f63ea7
use coherent delegate name
2011-11-02 15:55:58 +01:00
Antoine Mercadal
06985a5b6c
fix test
2011-11-02 12:06:05 +01:00
Antoine Mercadal
4841f209b3
fix delegate methods not sent in transient mode when closing
2011-11-02 11:59:20 +01:00
Aparajita Fishman
7e6ed01dd2
Merge branch 'refs/heads/cpwindow-setmovable' into cappuccino
2011-10-31 12:41:32 -07:00
Aparajita Fishman
b7e41894af
fixed up the test app ui
2011-10-31 12:39:53 -07:00
Alexander Ljungberg
5dfcfc32e7
Fixes #1388 . Fixes #1389 . Make bootstrap.sh work again.
2011-10-29 11:59:18 +01:00
aparajita
fb74541796
Merge pull request #1388 from Ch00rD/master
...
A few simple updates to the install script and docs.
2011-10-28 20:51:56 -07:00
Sjoerd van Geffen
2f7b29593e
replaced "280north" by "cappuccino" for github install script and docs references.
...
Replaced "280north" by "cappuccino" for github username and all github
URL references in the install script and documentation.
2011-10-29 02:09:18 +02:00
Aparajita Fishman
7ce6b1cfda
CPBundleName and CPBundleVersion have to get set in the Jakefile
2011-10-28 16:56:47 -07:00
Aparajita Fishman
7ad1d14d15
Added CPBundleName to Info.plist
2011-10-28 11:30:13 -07:00
Antoine Mercadal
444c30e389
add manual test case
2011-10-28 17:56:37 +02:00
aparajita
06fc31c33b
Merge pull request #1322 from aparajita/framework-template
...
Framework capp template
2011-10-27 15:55:48 -07:00
aparajita
4c58077cee
Merge pull request #1321 from aparajita/capp-postinstall
...
Support for capp postinstall scripts
2011-10-27 15:55:13 -07:00
Aparajita Fishman
25253942a6
replace tab with spaces
2011-10-27 15:53:32 -07:00
Aparajita Fishman
4d75b47713
Added default version
2011-10-27 15:51:22 -07:00
Alexander Ljungberg
63c500c444
Fixed: overlay scroll knobs never quite reached the edge.
...
The calculation of the number of pixels outside of the clip view assumed fixed, space consuming scrollbars even when overlay scrollbars were used, leading CPScrollView to always think a few more pixels could be revealed.
2011-10-27 15:57:29 +01:00
Alexander Ljungberg
208c3fea35
Fix scroller gap for hidden overlay scrollers.
...
If there is no vertical scroller, or there is no horizontal scroller, due to autohiding or scroll view settings, a single visible overlay scroller should extend all the way to the edge of its dimension.
2011-10-27 14:44:19 +01:00
Alexander Ljungberg
3201b5921c
Fix unterminated var block.
2011-10-27 13:43:02 +01:00
Alexander Ljungberg
e92a7825bf
Optimise bottom corner view in overlay scrolling mode.
...
In particular, there is no need to update nor even draw the bottom corner view when in overlay mode.
2011-10-27 13:35:55 +01:00
Alexander Ljungberg
65b1fb2bae
Use the scroll view test 1 background in test 2.
...
The background makes it easier to see the scrolling in action.
2011-10-27 12:52:12 +01:00
Alexander Ljungberg
98df7e1eb8
Refs #1373 . Improve documentation.
2011-10-27 11:51:10 +01:00
Antoine Mercadal
86079af3b1
implement CPWindow setMovable: API. close #1358
2011-10-26 11:05:07 +02:00
Alexander Ljungberg
eeab0cf1b2
Merge remote-tracking branch 'primalmotion/lionscrollview'
2011-10-25 17:05:03 +01:00
Antoine Mercadal
ac16b7ad0b
fix a wrong autoresizing mask in manual test of CPScrollView2
2011-10-25 17:18:08 +02:00
Antoine Mercadal
e9b87d7acc
update the CPScrollView2 manual test to use the new API
2011-10-25 17:14:32 +02:00
Antoine Mercadal
b37893d9bb
change names of class methods to [set]GlobalScrollerStyle
2011-10-25 17:14:14 +02:00
Alexander Ljungberg
6f4ecdfbd9
Merge remote-tracking branch 'primalmotion/lionscrollview'
...
Conflicts:
AppKit/CPScrollView.j
2011-10-25 15:54:16 +01:00
Antoine Mercadal
697921b486
autodetect is user computer is using legacy or overlay mode
2011-10-25 14:35:46 +02:00
Antoine Mercadal
3c01d4aa8b
do not put scroller mode here
2011-10-25 14:33:47 +02:00
Antoine Mercadal
a1eafdfbd8
update manual test for CPScrollView2
2011-10-25 12:45:18 +02:00
Antoine Mercadal
2cfb171b38
support for system wide scroller style. Set default to legacy mode in info.plist
2011-10-25 12:39:51 +02:00
Antoine Mercadal
2742e3d77b
fix flashScrollers doesn't work
2011-10-25 12:11:11 +02:00