Last 7 days
-
r350
(Checkpoint of renewed work on DevMode: AdlLauncher is a help...) committed by t.broyer
- Checkpoint of renewed work on DevMode: AdlLauncher is a helper class to control the Flash Debugger
(FDB), DebugTest is a (temporary) class to test AdlLauncher and experiment with the FDB.
The FLEX_SDK user library contains only fdb.jar and swfutils.jar from the Flex SDK (open source).
For now, version 4beta is needed because of bug FB-15652 (workaround will be used if DevMode is
ready before Flex SDK 4 is released): http://bugs.adobe.com/jira/browse/FB-15652
Checkpoint of renewed work on DevMode: AdlLauncher is a helper class to control the Flash Debugger
(FDB), DebugTest is a (temporary) class to test AdlLauncher and experiment with the FDB.
The FLEX_SDK user library contains only fdb.jar and swfutils.jar from the Flex SDK (open source).
For now, version 4beta is needed because of bug FB-15652 (workaround will be used if DevMode is
ready before Flex SDK 4 is released): http://bugs.adobe.com/jira/browse/FB-15652
-
r349
(Added modified GWT classes to allow building an Adobe AIR De...) committed by t.broyer
- Added modified GWT classes to allow building an Adobe AIR DevMode. These classes needs to overlays
those from GWT, i.e. needs to appear before gwt-dev.jar in the classpath. They'll have to be removed
once the patch lands into GWT.
cf. http://gwt-code-reviews.appspot.com/114801
Added modified GWT classes to allow building an Adobe AIR DevMode. These classes needs to overlays
those from GWT, i.e. needs to appear before gwt-dev.jar in the classpath. They'll have to be removed
once the patch lands into GWT.
cf. http://gwt-code-reviews.appspot.com/114801
-
r348
(Remove ApplicationDescriptorGenerator, which also removes th...) committed by t.broyer
- Remove ApplicationDescriptorGenerator, which also removes the dependency on the Adobe AIR SDK (was
only used to extract the SDK version number in case "runtimeVersion" wasn't specified in the
@Application annotation)
Remove ApplicationDescriptorGenerator, which also removes the dependency on the Adobe AIR SDK (was
only used to extract the SDK version number in case "runtimeVersion" wasn't specified in the
@Application annotation)
-
r347
(Migrate *.launch files from GWTCompiler to Compiler.) committed by t.broyer
- Migrate *.launch files from GWTCompiler to Compiler.
Migrate *.launch files from GWTCompiler to Compiler.
-
r346
(Migration of the Showcase sample to the new GWT project stru...) committed by t.broyer
- Migration of the Showcase sample to the new GWT project structure, removing application descriptor
generation, replaced with a hand-written, GWT-independent, application.xml.
Migration of the Showcase sample to the new GWT project structure, removing application descriptor
generation, replaced with a hand-written, GWT-independent, application.xml.
Last 30 days
-
-
-
-
issue 2
(Cannot find com.adobe.air.ADTProperties class) changed by t.broyer
-
Summary:
Cannot find com.adobe.air.ADTProperties class
Status:
Invalid
Summary:
Cannot find com.adobe.air.ADTProperties class
Status:
Invalid
-
-
r345
(Using GWT 2.0's conditional property to automatically set us...) committed by t.broyer
- Using GWT 2.0's conditional property to automatically set user.agent to safari when air.runtime is
true.
Using GWT 2.0's conditional property to automatically set user.agent to safari when air.runtime is
true.
-
r344
(Fixes some bugs (this unfortunately includes removing two 1-...) committed by t.broyer
- Fixes some bugs (this unfortunately includes removing two 1-arg constructors for PrintStream so that
GWT's java.lang.System emulation doesn't break, and therefore isn't removed from the compilable
classes)
Fixes some bugs (this unfortunately includes removing two 1-arg constructors for PrintStream so that
GWT's java.lang.System emulation doesn't break, and therefore isn't removed from the compilable
classes)
-
r343
(Added Capabilities.supports32BitProcesses and Capabilities.s...) committed by t.broyer
- Added Capabilities.supports32BitProcesses and Capabilities.supports64BitProcesses from AIR 1.5.2
Added Capabilities.supports32BitProcesses and Capabilities.supports64BitProcesses from AIR 1.5.2
-
issue 1
(Current status of this project) changed by t.broyer
-
Status:
Started
Owner:
t.broyer
Labels:
Type-Other
−Type-Defect
Status:
Started
Owner:
t.broyer
Labels:
Type-Other
−Type-Defect
Earlier this year
-
-
r342
(Fixed return type of contains() method (was void instead of ...) committed by t.broyer
- Fixed return type of contains() method (was void instead of boolean, making it completely useless!)
Fixed return type of contains() method (was void instead of boolean, making it completely useless!)
-
r341
(Switching the NativeDragEvent to GWT 1.6 events, as an abstr...) committed by t.broyer
- Switching the NativeDragEvent to GWT 1.6 events, as an abstract class so it isn't usable yet (would
need to have NativeDragStartEvent, NativeDragEnterEvent, etc. and their respective handlers but I
don't yet know how to do it –probably needs flash.display.InteractiveObject to be mapped first with
the appropriate addXXXHandler methods–, or even if it's really worth it…) but at least everything
compiles now.
Switching the NativeDragEvent to GWT 1.6 events, as an abstract class so it isn't usable yet (would
need to have NativeDragStartEvent, NativeDragEnterEvent, etc. and their respective handlers but I
don't yet know how to do it –probably needs flash.display.InteractiveObject to be mapped first with
the appropriate addXXXHandler methods–, or even if it's really worth it…) but at least everything
compiles now.
-
r340
(Switching AirEvent private fields to 'final' and SampleDataE...) committed by t.broyer
- Switching AirEvent private fields to 'final' and SampleDataEvent private methods to 'static'
Switching AirEvent private fields to 'final' and SampleDataEvent private methods to 'static'
-
r339
(Adding addSampleDataHandler to Sound.) committed by t.broyer
- Adding addSampleDataHandler to Sound.
Adding addSampleDataHandler to Sound.
-
r338
(OutputProgressEvent/ProgressEvent (second part)
) committed by t.broyer
- OutputProgressEvent/ProgressEvent (second part)
OutputProgressEvent/ProgressEvent (second part)
-
r337
(Started working on OutputProgressEvent/ProgressEvent) committed by t.broyer
- Started working on OutputProgressEvent/ProgressEvent
Started working on OutputProgressEvent/ProgressEvent
-
r336
(Adding addXXXHandler to SQLStatement) committed by t.broyer
- Adding addXXXHandler to SQLStatement
Adding addXXXHandler to SQLStatement
-
r335
(Removed unneeded constants) committed by t.broyer
- Removed unneeded constants
Removed unneeded constants
-
r334
(Adding remaining addXXXHandler to SQLConnection) committed by t.broyer
- Adding remaining addXXXHandler to SQLConnection
Adding remaining addXXXHandler to SQLConnection
-
r333
(Adding (almost all) addXXXHandler to SQLConnection and switc...) committed by t.broyer
- Adding (almost all) addXXXHandler to SQLConnection and switching the according events to GWT 1.6
events.
Adding (almost all) addXXXHandler to SQLConnection and switching the according events to GWT 1.6
events.
-
r332
(Oops! Looks like I forgot to svn add those...) committed by t.broyer
- Oops! Looks like I forgot to svn add those...
Oops! Looks like I forgot to svn add those...
-
r331
(Switched ErrorEvent<?> derived classes to GWT 1.6 events.) committed by t.broyer
- Switched ErrorEvent<?> derived classes to GWT 1.6 events.
Switched ErrorEvent<?> derived classes to GWT 1.6 events.
-
r330
(Removed unneeded constants) committed by t.broyer
- Removed unneeded constants
Removed unneeded constants
-
r329
(Adding addXXXHandler to NativeWindow) committed by t.broyer
- Adding addXXXHandler to NativeWindow
Adding addXXXHandler to NativeWindow
-
r328
(Adding addXXXHandler to Timer) committed by t.broyer
- Adding addXXXHandler to Timer
Adding addXXXHandler to Timer
-
r327
(Adding addXXXHandler to Microphone) committed by t.broyer
- Adding addXXXHandler to Microphone
Adding addXXXHandler to Microphone
-
r326
(Adding addXXXHandler to Stage) committed by t.broyer
- Adding addXXXHandler to Stage
Adding addXXXHandler to Stage
-
r325
(Adding addXXXHandler to NativeMenuItem) committed by t.broyer
- Adding addXXXHandler to NativeMenuItem
Adding addXXXHandler to NativeMenuItem
-
r324
(Adding addXXXHandler to NativeMenu) committed by t.broyer
- Adding addXXXHandler to NativeMenu
Adding addXXXHandler to NativeMenu
-
r323
(Oops! forgot the MouseEvent switch to GWT 1.6 event) committed by t.broyer
- Oops! forgot the MouseEvent switch to GWT 1.6 event
Oops! forgot the MouseEvent switch to GWT 1.6 event
-
r322
(Adding addXXXHandler to SystemTrayIcon) committed by t.broyer
- Adding addXXXHandler to SystemTrayIcon
Adding addXXXHandler to SystemTrayIcon
-
r321
(Adding addXXXHandler to NativeApplication) committed by t.broyer
- Adding addXXXHandler to NativeApplication
Adding addXXXHandler to NativeApplication
-
r320
(Fixing FormPanelImplAIR, switching to new events.) committed by t.broyer
- Fixing FormPanelImplAIR, switching to new events.
Fixing FormPanelImplAIR, switching to new events.
-
r319
(Fixing ServiceMonitor::addStatusHandler and adding overloads...) committed by t.broyer
- Fixing ServiceMonitor::addStatusHandler and adding overloads.
Fixing ServiceMonitor::addStatusHandler and adding overloads.
-
r318
(Added EventDispatcher::add{Activate,Deactivate}Handler) committed by t.broyer
- Added EventDispatcher::add{Activate,Deactivate}Handler
Added EventDispatcher::add{Activate,Deactivate}Handler
-
r317
(Renamed EventDispatcher::addEventListener to addHandler when...) committed by t.broyer
- Renamed EventDispatcher::addEventListener to addHandler when dealing with GWT 1.6 event handlers.
Also added hasHandler (hasEventListener) and a willTrigger overload.
Renamed EventDispatcher::addEventListener to addHandler when dealing with GWT 1.6 event handlers.
Also added hasHandler (hasEventListener) and a willTrigger overload.
-
r316
(BREAKING CHANGE !!!
Check-point switching to GWT 1.6 events...) committed by t.broyer
- BREAKING CHANGE !!!
Check-point switching to GWT 1.6 events. Still lots of events missing, lots of others not yet ported
(won't compile).
HTTPStatusEvent needs to be renamed into HttpStatusEvent.
Maybe I'll add addXXXHandler(XXXHandler) methods to objects (helper API, instead of
addEventListener(Type<H>, H))
BREAKING CHANGE !!!
Check-point switching to GWT 1.6 events. Still lots of events missing, lots of others not yet ported
(won't compile).
HTTPStatusEvent needs to be renamed into HttpStatusEvent.
Maybe I'll add addXXXHandler(XXXHandler) methods to objects (helper API, instead of
addEventListener(Type<H>, H))
-
-
r315
(Moving to GWT 1.6, removing AirIntermediateLinker/AirLinker ...) committed by t.broyer
- Moving to GWT 1.6, removing AirIntermediateLinker/AirLinker and AIRCompiler/AIRDebugLauncher since
they're not really "compatible" with the new WAR layout.
You'd have to package your *.air file as part of your overall build process (i.e. calling ADT from
ANT)
However, given that JUnit tests still use the GWTShell, JUnitLauncher is still there.
Moving to GWT 1.6, removing AirIntermediateLinker/AirLinker and AIRCompiler/AIRDebugLauncher since
they're not really "compatible" with the new WAR layout.
You'd have to package your *.air file as part of your overall build process (i.e. calling ADT from
ANT)
However, given that JUnit tests still use the GWTShell, JUnitLauncher is still there.
-
r314
(Added PrintStream emul.) committed by t.broyer
- Added PrintStream emul.
-
r313
(Added DataOutputStream emul.) committed by t.broyer
- Added DataOutputStream emul.
Added DataOutputStream emul.
-
r312
(Emulated IO classes now really throw IOException.
Also opti...) committed by t.broyer
- Emulated IO classes now really throw IOException.
Also optimized IDataOutputOutputStream a bit when a byte[] actually is a disguised ByteArray (the
cost of the check should outweight the cost of the write)
Emulated IO classes now really throw IOException.
Also optimized IDataOutputOutputStream a bit when a byte[] actually is a disguised ByteArray (the
cost of the check should outweight the cost of the write)
-
-
r311
(Now uses the Google Eclipse Plugin (still GWT 1.5 though)) committed by t.broyer
- Now uses the Google Eclipse Plugin (still GWT 1.5 though)
Now uses the Google Eclipse Plugin (still GWT 1.5 though)
-
r310
(JSNI fix (thanks to the Google Eclipse Plugin for pointing i...) committed by t.broyer
- JSNI fix (thanks to the Google Eclipse Plugin for pointing it out!)
JSNI fix (thanks to the Google Eclipse Plugin for pointing it out!)
|