Alexandre Wilhelm
8f5aa0ea16
Fixed: xCodeCapp documentation is outdated
...
Fixes #2114
2014-05-08 10:04:51 -07:00
Alexandre Wilhelm
1ddf21a256
Fixed: type in preferences for the update of cappuccino
2014-05-08 09:56:06 -07:00
Alexandre Wilhelm
e9d328a309
Merge remote-tracking branch 'origin' into xCodeCappUpdatingCapp
2014-05-06 23:49:49 -07:00
Alexandre Wilhelm
448f2913eb
Fixed: Jake clean in xCodeCapp
...
Previously we used jake clean instead of jake clobber
2014-05-06 23:48:23 -07:00
Aparajita Fishman
d92b630069
Merge pull request #1958 from GlennAustin/gla/NoOSX10.5
...
Fixed: Remove explicit use of Mac OS X 10.5 SDK, replace with "latest OS X"
2014-05-05 17:02:09 -04:00
Antoine Mercadal
584955caa8
FIXED: updateFrameWithSize: was always assuming the popver was open
2014-05-05 13:23:44 -07:00
Antoine Mercadal
951e81158c
FIXED: popverWillShow was called to early and contentSize was returning 0,0 if popover was hidden
2014-05-05 13:22:55 -07:00
Antoine Mercadal
2a88e598ff
FIXED: Crash when using setContentSize: on a popover that is not shown.
2014-05-05 12:52:58 -07:00
Alexandre Wilhelm
3e5e88b369
Fixed: fixed type in XcodeCapp
2014-05-05 09:50:16 -07:00
Alexandre Wilhelm
4806c52ba6
New: updating Cappuccino from xCodeCapp
...
This PR add the possibility to update cappuccino from xCodeCapp. How does it work :
- Create a temporary file for cappuccino
- Download Cappuccino. The downloaded Cappuccino will be either the last release or the last version of the master branch (option in the preference)
- Make a jake clean
- Make a jake install
There is a small window to follow the progress of the install (3 steps ; download - clean - install).
If there is a issue with the install, the developer will be notify with which step failed (xCodeCapp internally log everything).
The environment var CAPP_NOSUDO is set to 1. It means, if a developer did a bootstrap or a previous jake install in sudo, the update of cappuccino will fail.
Changed the credit of xCodeCapp and pass it to the version 3.1
2014-05-01 18:52:28 -07:00
Antoine Mercadal
86d186e279
Merge pull request #2112 from Dogild/PopoverContentSize
...
Fixed: CPPopover doesn't change his frame when changing the contentSize
2014-04-30 17:36:29 -07:00
Antoine Mercadal
5bf5388552
FIXED: setContentSize: to work when no window is initialized yet
2014-04-30 17:05:51 -07:00
Antoine Mercadal
c19ed471ca
Merge branch 'PopoverContentSize' of https://github.com/Dogild/cappuccino into Dogild-PopoverContentSize
2014-04-30 17:03:50 -07:00
Alexandre Wilhelm
9d694a1589
Fixed: setContentSize doesn't work when called several times
...
Previously when calling setContentSize several times, the final frame of the view was wrong.
I removed the animation as well. This doesn't work, and need a lot more of implementation.
2014-04-30 16:23:00 -07:00
Alexandre Wilhelm
4dadf0cb95
Fixed: CPPopover doesn't change his frame when with setContentSize
...
Previously when we changed the contentSize of an open popover, nothing happens.
Now, we the frame change and it's animated if needed
2014-04-30 15:38:13 -07:00
Alexandre Wilhelm
de4bc67159
Fixed: the way to add the tooltip's window is wrong
...
Previously when adding a tooltip, we added it to the platformWindow.
Now we add id to the window of the targeted view.
Fixed #2110
2014-04-30 13:24:18 -07:00
Alexandre Wilhelm
af37616e48
Fixed: CPToolTip still shown when closing window asynchronous …
...
When closing a windows asynchronous, the tooltip of views of the window could stay shown.
Fixed #2110
2014-04-29 16:43:32 -07:00
Antoine Mercadal
07f7ad0a05
FIXED: Crash when hit CMD+Z on a control in a CPPopover
...
Previously, there were collision in addition delegate bitmask identifiers between CPWindow and _CPPopoverWindow.
This patch fixes this collision
2014-04-23 11:28:41 -07:00
Antoine Mercadal
fd355636d0
Merge pull request #2108 from Dogild/xCodeCappOptionsNotification
...
New: Added option in xCodeCapp for displaying error in notification
2014-04-22 18:29:46 -07:00
Alexandre Wilhelm
e8528271ee
Fixed: tableView doens't update its content with capp_lint
2014-04-22 11:42:19 -07:00
Alexandre Wilhelm
41ed80e0c4
Fixed: capp_lint in xCodeCapp doesn't care about xcodecapp-ignore
2014-04-21 19:11:48 -07:00
Alexandre Wilhelm
e8fef8104d
Fixed: check the entire project with capp_lint doesn't open the reporting window or a notification
2014-04-21 17:44:13 -07:00
Alexandre Wilhelm
30c48df1f0
Fixed: delegate of the notificationCenter is in AppController
2014-04-21 17:34:39 -07:00
Alexandre Wilhelm
f14add2791
New: open reporting window when clickin on a notification in xCodeCapp
2014-04-21 17:30:12 -07:00
Antoine Mercadal
14cb6d21a9
FIXED: XCC Preferences Coherency
...
This patch fixes various UX weirdness with preferences and makes everything aligned.
2014-04-21 16:59:06 -07:00
Alexandre Wilhelm
eaa607b48d
New: Added option in xCodeCapp for displaying error in notification
...
Previously it wasn't possible to configure xCodeCapp to show or not errors/warnings and capp_lint with notifications
2014-04-21 15:34:12 -07:00
Antoine Mercadal
0bd2a032bb
FIXED: Give basedir option to capp_lint from XCC or it won't work once completely built
2014-04-21 14:03:45 -07:00
Antoine Mercadal
d6961889fb
FIXED: Do not invoke sudo in install.sh for capp_lint
2014-04-21 11:14:57 -07:00
Antoine Mercadal
51ffd0d64a
Revert "Revert "Fixed: path is wrong with local copy""
...
This reverts commit 6825e3f7ce .
2014-04-21 11:06:30 -07:00
Antoine Mercadal
120ac31394
Merge pull request #2106 from Dogild/CappLintxCode
...
New: Integration of capp_lint in xCodeCapp
2014-04-21 10:52:18 -07:00
Antoine Mercadal
4284b97b43
Merge pull request #2105 from Dogild/capp_lintInstall
...
New: capp_lint is installed with jake install
2014-04-21 10:41:36 -07:00
Alexandre Wilhelm
d1615567e2
Fixed: xib of xCodeCapp is in format 5.1
2014-04-21 10:30:00 -07:00
Alexandre Wilhelm
372372a0aa
Fixed: capp_lint doesn't handle protocol
...
Previously capp_lint didn't handle protocol. Now it does
Fixed #2060
2014-04-18 18:41:27 -07:00
Alexandre Wilhelm
7f35ff5fe5
Fixed: capp_lint for the entire project is not launch from a thread
2014-04-18 11:18:53 -07:00
Alexandre Wilhelm
c28cd8a270
Fixed: capp_lint on the entire project doesn't remove the content of the error tableview
2014-04-18 10:47:00 -07:00
Alexandre Wilhelm
973940fcb2
New: Integration of capp_lint in xCodeCapp
...
Now capp_lint is fully integrated in xCodeCapp.
You can check the entire project with the menuitem of the app.
There is an option in the preference to make a capp_lint (on the file who was just processed) each time a file is processed by xCodeCapp.
Error of capp_lint are reported in the error tableView. The messages displayed the following informations : path of the file, line and error.
2014-04-17 18:26:25 -07:00
Alexandre Wilhelm
cd19fc7c81
New: capp_lint is installed with jake install
...
Previously we had to install capp_lint separately from Cappuccino.
Now capp_lint will be installed with Cappuccino.
Before capp_lint was installed in /urs/local/bin/, now it is in /usr/local/narwhal/bin/.
2014-04-16 16:49:40 -07:00
Alexander Ljungberg
b5f9501001
Test: CPObject isSubclassOfClass.
2014-04-16 23:01:17 +01:00
Antoine Mercadal
3e187df75b
FIXED: CPPopover transitionend not correctly called in random cases with Chrome 34
...
There are some weird race conditions happening in Chrome 34 regarding the transitionend event. Setting the timeout to 10ms is not noticealble for the user, and seems to fix the issue.
2014-04-14 15:19:49 -07:00
Antoine Mercadal
af83065df5
FIXED: Warning due to use of aDOMEvent.returnValue
...
This patch fixes a warning thrown by recent versions of Chrome about IE ways of doing. It simply uses aDOMEvent.returnValue if aDOMEvent.preventDefault() and aDOMEvent.cancelBubble if aDOMEvent.stopPropagation are not avavailable
2014-04-08 11:41:45 -07:00
Antoine Mercadal
1557c567d4
FIXED: crash due to wrong delegate bitmask
2014-04-03 15:56:04 -07:00
Antoine Mercadal
8bdaeab998
FIXED: Selection behavior when implementing selectionIndexesForProposedSelection
...
Previously, when delegates implemented tableView:selectionIndexesForProposedSelection:, the selection with arrow were broken. This patch ensure to try to select next/previous row if the current row cannot be selected.
It also cleans up the selection indexes when sending selectAll: as Cocoa does.
2014-04-03 14:10:00 -07:00
Antoine Mercadal
6825e3f7ce
Revert "Fixed: path is wrong with local copy"
...
This reverts commit de2397fa05 .
2014-04-03 12:35:44 -07:00
Antoine Mercadal
4602549ec8
STYLE: fix coding style issue
2014-04-03 11:34:33 -07:00
Antoine Mercadal
a7b2df2450
Merge pull request #2082 from zittix/patch-2
...
FIXED: CPSegementedControl with nib2cib crashes
2014-04-03 11:33:27 -07:00
Antoine Mercadal
7ac37b75f3
Merge pull request #2097 from Asriwi/fix-textfield-placeholder
...
Fixed: show placeholder string while editing empty CPTextField
2014-04-03 10:50:05 -07:00
Antoine Mercadal
b1e6d57bf1
Merge pull request #2096 from daboe01/fix-text-clobbering-multiple-windows
...
Fixed: editing textFields on different windows can clobber each others contents
2014-04-03 10:45:12 -07:00
Antoine Mercadal
f19c6a0a5b
Merge pull request #2100 from Dogild/TableViewWillRemoveView
...
New: Added delegate tableView:willRemoveView:forTableColumn:row
2014-04-03 10:44:35 -07:00
Antoine Mercadal
789279fe76
Merge pull request #2098 from Dogild/CPBrowserDelegate
...
New: Added CPBrowserDelegate protocol
2014-04-03 10:43:37 -07:00
Antoine Mercadal
39a8d8803a
Merge pull request #2095 from Dogild/CPControlDelegate
...
New: Added CPControlTextEditingDelegate and CPTextFieldDelegate protocol
2014-04-03 10:43:13 -07:00