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
daboe01
98b9f57e0e
style
2014-04-17 10:00:50 +02:00
daboe01
e064ccd585
more style
2014-04-17 09:59:36 +02:00
daboe01
b5a63ed3fc
style
2014-04-17 09:58:04 +02:00
daboe01
147edddb90
added support for setWidthTracksTextView:
2014-04-17 09:55:25 +02: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
Alexander Ljungberg
8c0cd28f64
Merge branch 'master' of github.com:cappuccino/cappuccino
2014-04-16 22:06:16 +01:00
Martin Carlberg
e8e10d4224
Fixed: If receiver in the function objj_msgSend is a class we don't need to check if it is nil as a class can never be nil without the load has already failed.
2014-04-15 13:52:41 +02: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
Martin Carlberg
88d2ed9e93
Fixed: Forgot to commit the files for the new test case
2014-04-14 18:39:34 +02:00
Martin Carlberg
ab5674aa4e
Fixed: Send message test cases now work. Also added a test case for send message with 'self' as receiver
2014-04-14 16:38:34 +02:00
Martin Carlberg
81e4b6b37b
Fixed: If the function 'eval' is called it might have altered 'self' and from here on we check if 'self' is null before 'objj_msgSend' is called with 'self' as receiver
2014-04-14 16:37:21 +02:00