Alexandre Wilhelm
1ddf21a256
Fixed: type in preferences for the update of cappuccino
2014-05-08 09:56:06 -07:00
Antoine Mercadal
9d8796c703
Merge branch 'master' of https://github.com/cappuccino/cappuccino
2014-05-07 10:54:56 -07:00
Antoine Mercadal
59a97272bb
FIXED: Crash due to tooltip trying to be attached to a window that is gone
...
Previously, _CPToolTip was not testing if the view and so parentWindow was still here. During the timer, it might be gone, which would cause crash. This patch ensure the window is still there before showing the tooltip
2014-05-07 10:52:57 -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
daboe01
9ad3e50511
fixed: .insertAttributedString.. does not coalesce
2014-04-19 14:32:54 +02:00
cacaodev
45a59f9aec
Code style
...
Rename _numberOfRowsDidChange -> _dataViewsNeedReloadAfterContentChange.
Subclasses use this method to tell if a full view reloading is needed
when calling -reloadData.
Currently CPOutlineView returns YES - this is the previous behavior.
Added private - (void)_reloadDataForRowIndexes:(CPIndexSet)rowIndexes
columnIndexes:(CPIndexSet)columnIndexes
This is the internal method for reloading objectValues only.
2014-04-19 09:10:51 +02:00
cacaodev
57408d18ae
New: ojunit tests for CPTableView -reloadData & -removeTableColumn:
...
-removeTableColumn: is failing with an « index out of bounds » error.
2014-04-19 09:05:14 +02: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
cacaodev
3a97db804f
Merge remote-tracking branch 'upstream/master' into CPTableView-enumerateRows
...
Possible regression from #fe260a8
Regression: -reloadData does not reload views any more even if the table is empty (see CPOutlineViewCibTest).
BUG: -removeTableColumn: error.
Conflicts:
AppKit/CPOutlineView.j
AppKit/CPTableHeaderView.j
AppKit/CPTableView.j
2014-04-18 18:12:55 +02:00
daboe01
4a44b35ea5
fix relayouting optimization bug
2014-04-18 17:17:01 +02:00
daboe01
47aafe9042
better workaorund for chrome bug
2014-04-18 13:28:51 +02: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
daboe01
53d94a1d3d
stability improvement
2014-04-18 00:41:33 +02:00
daboe01
5dd3c7c8e8
spooky chrome fix
2014-04-18 00:36:18 +02:00
Martin Carlberg
a740f60734
Fixed: Added test case
2014-04-17 16:18:21 +02:00
daboe01
0c2a13f27f
reverting erroneous patch
2014-04-17 14:26:01 +02:00
daboe01
da0d3133df
typesetter fix
2014-04-17 11:11:53 +02:00
Alexander Ljungberg
2b557a0f8d
Merge pull request #2105 from Dogild/capp_lintInstall
...
New: capp_lint is installed with jake install
2014-04-17 09:40:07 +01:00
daboe01
7abd9a3db9
removed debugging code
2014-04-17 10:03:24 +02:00