File: FILES

package info (click to toggle)
hatari 2.6.1%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 11,232 kB
  • sloc: ansic: 167,249; cpp: 8,685; python: 6,324; objc: 1,888; asm: 1,754; sh: 1,688; javascript: 149; makefile: 87; xml: 32
file content (26 lines) | stat: -rw-r--r-- 892 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
UI code:
- debugui.py	- Debugger UI (works also as standalone)
- dialogs.py	- Different dialogs shown by Hatari UI
- hatariui.py	- Hatari UI main: option handling, main window etc
- uihelpers.py	- Misc helpers for Hatari UI

Other code:
- config.py	- Hatari configuration INI file handling
- hatari.py	- Communication with Hatari and config option handling
- hatariui	- Wrapper script for hatariui.py with suitable default options
- Makefile	- Rules for installing

Type information:
- conftypes.py  - Info about conf variable types for config.py
- gentypes.py   - Generator for that info

Data files:
- hatari-icon.png	- Window icon
- hatari.png		- About dialog image
- hatariui.desktop	- Hatari UI .desktop file for application launchers

Documentation:
- release-notes.txt	- UI & code changes
- FILES			- This file
- README		- Hatari UI intro / description
- TODO			- missing features etc