Author: qmathe
Date: Thu Mar 20 10:55:33 2008
New Revision: 2960

URL: http://svn.gna.org/viewcvs/etoile?rev=2960&view=rev
Log:
 [EMAIL PROTECTED] (orig r2946):  qmathe | 2008-03-18 10:18:25 +0100
  [EMAIL PROTECTED]:  qmathe | 2008-03-16 01:31:12 +0100
  Added a copy of etoile.make (forgot to commit it previously to enable the 
compilation on GNUstep)
 
 [EMAIL PROTECTED] (orig r2947):  qmathe | 2008-03-18 10:18:39 +0100
  [EMAIL PROTECTED]:  qmathe | 2008-03-16 07:50:05 +0100
  Refactored ETLayoutItem(Events) one step further towards pluggable event 
  handlers and to handle as transparently as possible the distinction between 
  ETLayoutItem and ETLayoutItemGroup and their specifities. This constitutes 
the 
  second batch of removal of compiler warnings. 
  
  * ETEventHandler, ETLayoutItem(Events)
  Added new methods -eventForwarder, -layout, -selectedItems. Updated other 
  methods to make use of these. Fixed a forgotten event parameter in -paste:. 
  Renamed and modified the following helper methods to avoid an explicit state
  access that depends on the type of the item, -dropIndexAtLocation:forItem:on: 
to 
  -itemGroup:dropIndexAtLocation:forItem:on:, -insertDroppedObject:atIndex: to 
  -itemGroup:insertDroppedObject:atIndex:, -insertDroppedItem:atIndex: to 
  -itemGroup:insertDroppedObject:atIndex:. Updated all related method calls. 
  Introduced an explicit informal ETLayoutEventHandling protocol that ETLayout 
  subclass may decide to implement to tailor the event handling for their needs.
 
 [EMAIL PROTECTED] (orig r2948):  qmathe | 2008-03-18 10:18:43 +0100
  [EMAIL PROTECTED]:  qmathe | 2008-03-16 08:12:12 +0100
  Added a warning log to report when an NSEvent cannot be converted into an 
ETEvent
 
 [EMAIL PROTECTED] (orig r2949):  qmathe | 2008-03-18 10:18:50 +0100
  [EMAIL PROTECTED]:  qmathe | 2008-03-16 08:18:52 +0100
  Made dragging easier by setting verticalMotionCanBeginDrag to YES as Cocoa 
does out of the box
 
 [EMAIL PROTECTED] (orig r2950):  qmathe | 2008-03-18 10:19:00 +0100
  [EMAIL PROTECTED]:  qmathe | 2008-03-16 08:44:17 +0100
  Create an EtoileFoundation branch inside Container to manage the merge of 
EtoileUI/Container classes that truly belong to EtoileFoundation
 
 [EMAIL PROTECTED] (orig r2951):  qmathe | 2008-03-18 10:24:03 +0100
  [EMAIL PROTECTED]:  qmathe | 2008-03-16 14:47:36 +0100
  Merge of Foundation related classes from Container into EtoileFoundation. 
Moved headers and source files into the special branch 
/branches/qmathe/Container/EtoileFoundation dedicated to this merge.
 
 [EMAIL PROTECTED] (orig r2952):  qmathe | 2008-03-18 10:24:23 +0100
  [EMAIL PROTECTED]:  qmathe | 2008-03-16 14:55:19 +0100
  Forgot to commit the files removed in Container as a result of the previous 
commit
 
 [EMAIL PROTECTED] (orig r2953):  qmathe | 2008-03-18 10:24:33 +0100
  [EMAIL PROTECTED]:  qmathe | 2008-03-16 18:42:02 +0100
  Included newly added files from Container in EtoileFoundation build process 
and made the necessary changes to get everything compiles 
[branches/qmathe/Container/EtoileFoundation]
 
 [EMAIL PROTECTED] (orig r2954):  qmathe | 2008-03-18 10:24:42 +0100
  [EMAIL PROTECTED]:  qmathe | 2008-03-16 20:13:48 +0100
  Fixed incorrect import statements in ETTransform files 
[branches/qmathe/Container/EtoileFoundation]
 
 [EMAIL PROTECTED] (orig r2955):  qmathe | 2008-03-18 10:24:55 +0100
  [EMAIL PROTECTED]:  qmathe | 2008-03-16 20:18:09 +0100
  Merge of Container into EtoileFoundation. Removed EtoileFoundation related 
files from GNUmakefile. Updated import statements in all files. Removed stuff 
that has been moved to EtoileFoundation in ETCompatibility.h
 


Modified:
    /   (props changed)
    branches/qmathe/   (props changed)
    branches/qmathe/Container/EtoileFoundation/Source/ETPrototype.m


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to