My favorites | Sign in
Project Home Downloads Wiki Issues Source
Details: Show all Hide all

Older

  • Dec 07, 2009
    r28 (Cleanup) committed by oyvind.nordhagen   -   Cleanup
    Cleanup
  • Dec 07, 2009
    r27 (Prepare for transition to DoomsdayLogger with this branch) committed by oyvind.nordhagen   -   Prepare for transition to DoomsdayLogger with this branch
    Prepare for transition to DoomsdayLogger with this branch
  • Dec 07, 2009
    r26 (Prepare for transition to DoomsdayLogger with this branch) committed by oyvind.nordhagen   -   Prepare for transition to DoomsdayLogger with this branch
    Prepare for transition to DoomsdayLogger with this branch
  • Nov 25, 2009
    r25 (Bugfix regarding origin name) committed by oyvind.nordhagen   -   Bugfix regarding origin name
    Bugfix regarding origin name
  • Nov 23, 2009
    r24 (Final commit for AILogger. Please check out http://doomsdayc...) committed by oyvind.nordhagen   -   Final commit for AILogger. Please check out http://doomsdayconsole.googlecode.com for the future of AILogger as Doomsday Logger
    Final commit for AILogger. Please check out http://doomsdayconsole.googlecode.com for the future of AILogger as Doomsday Logger
  • Nov 06, 2009
    Documentation_static (Full documentation for static version (1.2.3 and up)) Wiki page added by oyvind.nordhagen   -   Revision r23 Created wiki page through web user interface.
    Revision r23 Created wiki page through web user interface.
  • Nov 06, 2009
    Documentation (Full documentation for old version (1.2.2 and below)) Wiki page edited by oyvind.nordhagen   -   Revision r22 Edited wiki page through web user interface.
    Revision r22 Edited wiki page through web user interface.
  • Nov 06, 2009
    Documentation (Full documentation for old version (1.2.2 and below)) Wiki page edited by oyvind.nordhagen   -   Revision r21 Edited wiki page through web user interface.
    Revision r21 Edited wiki page through web user interface.
  • Nov 06, 2009
    SetUp (How to set up and configure AILogger the old way (1.2.2 and ...) Wiki page edited by oyvind.nordhagen   -   Revision r20 Edited wiki page through web user interface.
    Revision r20 Edited wiki page through web user interface.
  • Nov 06, 2009
    SetUp_static (How to set up and configure AILogger for static access (1.2....) Wiki page added by oyvind.nordhagen   -   Revision r19 Created wiki page through web user interface.
    Revision r19 Created wiki page through web user interface.
  • Nov 06, 2009
    SetUp (How to set up and configure AILogger) Wiki page edited by oyvind.nordhagen   -   Revision r18 Edited wiki page through web user interface.
    Revision r18 Edited wiki page through web user interface.
  • Nov 06, 2009
    r17 ([1.2.3 / 1.2.4 - 06.11.2009] ** IMPORTANT ** Staring with v...) committed by oyvind.nordhagen   -   [1.2.3 / 1.2.4 - 06.11.2009] ** IMPORTANT ** Staring with version 1.2.3 branch name static_v123 is used to avoid accidential conflicts in older code. Further development will contiue in this branch and AILogger will remain a singleton from now on. Use branch name trunk if you want to avoid errors in older code. - Singleton implementation - New public property disableKeyboardToggle lets you disable the keyboard shortcut SHIFT+Enter - AILogger event now has event types for HEADER and CR (empty lines)
    [1.2.3 / 1.2.4 - 06.11.2009] ** IMPORTANT ** Staring with version 1.2.3 branch name static_v123 is used to avoid accidential conflicts in older code. Further development will contiue in this branch and AILogger will remain a singleton from now on. Use branch name trunk if you want to avoid errors in older code. - Singleton implementation - New public property disableKeyboardToggle lets you disable the keyboard shortcut SHIFT+Enter - AILogger event now has event types for HEADER and CR (empty lines)
  • Nov 06, 2009
    r16 (Fall cleaning) committed by oyvind.nordhagen   -   Fall cleaning
    Fall cleaning
  • Nov 06, 2009
    r15 (Version with all static access.) committed by oyvind.nordhagen   -   Version with all static access.
    Version with all static access.
  • Oct 22, 2009
    AILogger1.2.2.zip (AILogger 1.2.2) file uploaded by oyvind.nordhagen
  • Oct 22, 2009
    r14 (AILogger 1.2.2 - New public property alwaysOnTop; moves logg...) committed by oyvind.nordhagen   -   AILogger 1.2.2 - New public property alwaysOnTop; moves logger to the top of parent display list whenever a new log line is inserted - New public property scrollOnNewLine; scrolls the log window to the bottom whenever a new log line is inserted - More robus handling of property values in describe method - New method cr inserts an optional number of blank lines (default=1) - New method header inserts an indented and paragraphed headline - More robust log message origin handling - Logging non-native data types no longer writes a warning-colored text line starting with "(recovered) Class:", only the described object with default coloring - More stage and parent testing to prevent null object references - New public methods enableScrolling and disableScrolling
    AILogger 1.2.2 - New public property alwaysOnTop; moves logger to the top of parent display list whenever a new log line is inserted - New public property scrollOnNewLine; scrolls the log window to the bottom whenever a new log line is inserted - More robus handling of property values in describe method - New method cr inserts an optional number of blank lines (default=1) - New method header inserts an indented and paragraphed headline - More robust log message origin handling - Logging non-native data types no longer writes a warning-colored text line starting with "(recovered) Class:", only the described object with default coloring - More stage and parent testing to prevent null object references - New public methods enableScrolling and disableScrolling
  • Sep 21, 2009
    r13 ([No log message]) committed by oyvind.nordhagen   -   [No log message]
    [No log message]
  • Sep 21, 2009
    r12 (Added changelog) committed by oyvind.nordhagen   -   Added changelog
    Added changelog
  • Sep 21, 2009
    AILogger.zip (AILogger 1.2.1) file uploaded by oyvind.nordhagen   -  
    Labels: Type-Archive
    Labels: Type-Archive
  • Sep 21, 2009
    issue 1 (Errors when used in mxml environment (3.5 SDK with FlexBuild...) Summary changed by oyvind.nordhagen   -  
    Summary: Errors when used in mxml environment (3.5 SDK with FlexBuilder 3 in Eclipse Ganymede)
    Summary: Errors when used in mxml environment (3.5 SDK with FlexBuilder 3 in Eclipse Ganymede)
  • Sep 21, 2009
    Documentation Wiki page added by oyvind.nordhagen   -   Revision r11 Created wiki page through web user interface.
    Revision r11 Created wiki page through web user interface.
  • Sep 21, 2009
    r10 (Version 1.2.1 Added method cr() to insert blank lines, added...) committed by oyvind.nordhagen   -   Version 1.2.1 Added method cr() to insert blank lines, added method header() to insert headers. Expanded the example class.
    Version 1.2.1 Added method cr() to insert blank lines, added method header() to insert headers. Expanded the example class.
  • Sep 21, 2009
    r9 (Maintenence) committed by oyvind.nordhagen   -   Maintenence
    Maintenence
  • Sep 19, 2009
    issue 1 (Errors when used in mxml environment) reported by oyvind.nordhagen   -   1180: Call to a possibly undefined method _appendLast. AILogger.as line 435 1180: Call to a possibly undefined method describeType. AILogger.as line 425 1119: Access of possibly undefined property CODE_EVENT through a reference with static type Class. AILogger.as line 420
    1180: Call to a possibly undefined method _appendLast. AILogger.as line 435 1180: Call to a possibly undefined method describeType. AILogger.as line 425 1119: Access of possibly undefined property CODE_EVENT through a reference with static type Class. AILogger.as line 420
  • Sep 18, 2009
    SetUp (How to set up and configure AILogger) Wiki page edited by oyvind.nordhagen   -   Revision r8 Edited wiki page through web user interface.
    Revision r8 Edited wiki page through web user interface.
  • Sep 18, 2009
    SetUp (How to set up and configure AILogger) Wiki page added by oyvind.nordhagen   -   Revision r7 Created wiki page through web user interface.
    Revision r7 Created wiki page through web user interface.
  • Sep 18, 2009
    Introduction (Introduction to AILogger) Wiki page added by oyvind.nordhagen   -   Revision r6 Created wiki page through web user interface.
    Revision r6 Created wiki page through web user interface.
  • Sep 18, 2009
    r5 (error) committed by oyvind.nordhagen   -   error
    error
  • Sep 18, 2009
    r4 (Added example) committed by oyvind.nordhagen   -   Added example
    Added example
  • Sep 18, 2009
    r3 (correction) committed by oyvind.nordhagen   -   correction
    correction
  • Sep 18, 2009
    r2 (Import) committed by oyvind.nordhagen   -   Import
    Import
  • Sep 18, 2009
    r1 (Initial import.) committed by oyvind.nordhagen   -   Initial import.
    Initial import.
  • Sep 18, 2009
    Project ailogger created by oyvind.nordhagen   -   AILogger
    AILogger
 
Powered by Google Project Hosting