File: FILES

package info (click to toggle)
hatari 2.0.0%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 12,112 kB
  • ctags: 16,421
  • sloc: ansic: 146,916; python: 5,460; objc: 1,856; sh: 945; asm: 757; makefile: 152; xml: 32
file content (20 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Code:
- config.py	- Hatari configuration INI file handling
- debugui.py	- Debugger UI (works also as standalone)
- dialogs.py	- Different dialogs shown by Hatari UI
- hatari.py	- Communication with Hatari and config option handling
- hatariui	- Wrapper script for hatariui.py with suitable default options
- hatariui.py	- Hatari UI main: option handling, main window etc
- Makefile	- Rules for installing
- uihelpers.py	- Misc helpers for Hatari UI

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