summaryrefslogtreecommitdiffstats
path: root/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bugs in build.shJan Darmochwal2010-10-081-8/+9
| | | | | * don't remove BUILDDIR when called with --clean from wrong directory * set SCRIPTNAME before displaying it
* i18n support and German translationJan Darmochwal2010-10-061-1/+15
| | | | | | Translation can be done with .ts-files in src/i18n/de.ts. The resulting .qm-files are stored as resources in the program binary. build.sh has a new option --update-translations that causes the .ts files to be updated
* TreeView for sessions (replaces ListView)Jan Darmochwal2010-10-031-1/+1
| | | | | | | | | TreeView with SessionTreeModel replaces the old List View Other changes: * fixed bad copy and paste in CMakeLists.txt * added make clean to build.sh * removed moc_ and ui_ files from src
* qmake -> cmake; (mostly) cosmetic changesJan Darmochwal2010-07-131-0/+31
Switched to cmake: CMakeLists.txt in base directory use ./build.sh to build vmchooser (or mkdir -p build; cd build cmake .. && make) updated README removed fltk/ removed libxml2/ removed mesgdisp/ renamed vmchooser/ to src/ moved all header files (.h) from vmchooser/inc/ to src/ added files to repository that must have slipped the last time