Ignore:
Timestamp:
Jan 23, 2013, 12:43:13 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.99c:

  • Download window: Show which file is currently being downloaded and if it is an automaticly resolved dependency
  • Added mandatory packages dialog
  • Added option to show automatic resolved dependencies after installation is done instead of interrupting installation process to ask whether to continue
  • ToolManager: version number + last change added
  • Correct output of download-size in mainwin after installation of mods done
File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/gui/downloadwindow/Downloader.yml

    r605 r646  
    1010  content:
    1111    - JButton(name=btnAbort, text=btnAbort.title, icon=img.stop, onAction=[confirm,close])
     12    - JLabel(name=lblName, text=lblName.title)
     13    - JLabel(name=lblNameVal, font=14pt)
     14    - JLabel(name=lblIsDep, text=lblIsDep.title, foreground=darkred, visible=false)
    1215    - JLabel(name=lblElapsed, text=lblElapsed.title)
    1316    - JLabel(name=lblElapsedVal)
     
    2326    - MigLayout: |
    2427         [grow]
     28         lblName<,lblNameVal<,lblIsDep<                                  [min]
    2529         lblElapsed=1,lblElapsedVal=2,lblRemaining=1,lblRemainingVal=2   [min]
    2630         lblDownloaded=1,lblDownloadedVal=2,lblTotal=1,lblTotalVal=2     [min]
Note: See TracChangeset for help on using the changeset viewer.