Updated the git clone command.
[emufront] / src / emulauncher.cpp
2010-12-17 Mikko KeinänenEternalExecutableModel is shared between views.
2010-12-16 Mikko KeinänenNow the SetupModel is in MainWindow class and a pointer is
2010-12-16 Mikko KeinänenRefresh model after update on data (TODO: maybe a commo...
2010-12-15 Mikko KeinänenSome models were still needed: FileModel and MediaImage...
2010-12-14 Mikko KeinänenThe core flow from creating a platform, a mediatype...
2010-12-14 Mikko KeinänenImported needed functionality from (soon) deprecated...
2010-12-13 Mikko KeinänenUsing a setup combobox instead of platform and media...
2010-12-13 Mikko KeinänenAdded TODO.
2010-12-12 Mikko KeinänenAdded TODO.
2010-12-12 Mikko KeinänenReplaced EFFileObjectComboBoxes with regular QComboBoxe...
2010-12-12 Mikko KeinänenModified the license text comment type.
2010-12-04 Mikko KeinänenRefactoring the project, new folders for view and model...
2010-11-25 Mikko KeinänenFixed Emulator selection combo box, preserves state...
2010-11-20 Mikko KeinänenFixed bug in main window: selected platform and media...
2010-11-18 Mikko KeinänenSome comments about heap-objects and cleaning up some...
2010-11-18 Mikko KeinänenMore exception handling.
2010-11-18 Mikko KeinänenException handling and cleaning dynamic objects.
2010-11-17 Mikko KeinänenAdded some exception handling. Marked all the functions...
2010-11-17 Mikko KeinänenExceptions are instantiated in stack instead of heap.
2010-11-14 Mikko KeinänenBug fixed: media images were not removed from temporary...
2010-11-08 Mikko KeinänenCreated initial support for M.A.M.E and similar (the...
2010-11-07 Mikko KeinänenMany layout fixes.
2010-11-07 Mikko KeinänenSet the selection mode to ExtendedSelection instead...
2010-11-07 Mikko KeinänenAdded configuration of temporary directory.
2010-11-01 Mikko KeinänenTiny layout fix.
2010-10-29 Mikko KeinänenEmulator selector is updated with only emulators to...
2010-10-29 Mikko KeinänenSmall fix.
2010-10-28 Mikko KeinänenSome data was hidden from user.
2010-10-27 Mikko KeinänenSmall fix. Now file slot can be a sole option for emula...
2010-10-20 Mikko KeinänenParented push buttons.
2010-10-19 Mikko KeinänenClear the selection after launching emulator.
2010-10-19 Mikko KeinänenKilling of running process in destructor.
2010-10-19 Mikko KeinänenQProcess proc was not needed anymore (replaced by emuHe...
2010-10-19 Mikko KeinänenEmulators can be now configured with multiple media...
2010-10-19 Mikko KeinänenFixed selection of multiple images for multiple image...
2010-10-19 Mikko KeinänenFixed error if user canceled media image selection.
2010-10-18 Mikko KeinänenMediaImageContainer presents contained media images...
2010-10-18 Mikko KeinänenNew dialog for selecting from multiple emu front object...
2010-10-17 Mikko KeinänenExpanded support for multiple media images.
2010-10-16 Mikko KeinänenCleaned up.
2010-10-16 Mikko KeinänenZip archives are now extracted with unzip utility inste...
2010-10-16 Mikko KeinänenProcessHelper derives from QProcess. New implementation...
2010-10-16 Mikko KeinänenAdded new class hierarchy for process helpers and first...
2010-10-16 Mikko KeinänenFixed error in regexp in fileutils.
2010-10-15 Mikko KeinänenReplacing the OSDaB-ZIP functionality using unzip utility.
2010-10-13 Mikko KeinänenInitial support for multiple selection.
2010-10-13 Mikko KeinänenFormatting messages.
2010-10-12 Mikko KeinänenEven more verbose messages when emulator exiting.
2010-10-12 Mikko KeinänenMore verbose error messages.
2010-10-12 Mikko KeinänenAdded error if emulator launching fails. Removed deleting
2010-10-10 Mikko KeinänenAdded counting of reference dependencies. Added also...
2010-10-10 Mikko KeinänenDowngraded GPL license from v3 to v2 to be compatible...
2010-10-10 Mikko Keinänen$1 in options is replaced with file to be used with...
2010-10-09 Mikko KeinänenFilePath object is also deleted when deleting a MediaIm...
2010-10-08 Mikko KeinänenRemoved a hard coded option.
2010-10-08 Mikko KeinänenFirst game ever launched using EmuFront was Blue Print...
2010-10-08 Mikko KeinänenEmuLauncher extracts selected media image container...
2010-10-08 Mikko KeinänenEmuLauncher lists media images inside container.
2010-10-07 Mikko KeinänenCreate data objects (media image container and emulator...
2010-10-07 Mikko KeinänenTesting selected emulator and image file.
2010-10-07 Mikko KeinänenAdded emulator combo box and launcher button.
2010-10-03 Mikko KeinänenFixed search results and combo box updating in emulauncher.
2010-10-03 Mikko KeinänenData filtering changes.
2010-10-02 Mikko KeinänenWorking on media image search.
2010-10-02 Mikko KeinänenStarting to implement media image search.
2010-10-02 Mikko Keinänentableview activated
2010-10-01 Mikko KeinänenEmuLauncher to use new EFFileObjectComboBoxes.
2010-09-30 Mikko KeinänenPopulating the platform selector.
2010-09-28 Mikko KeinänenInitial (testing) layout for emulauncher.
2010-09-28 Mikko KeinänenSkeletal implementation of EmuLauncher widget.
2010-09-28 Mikko KeinänenAdded new central widget: EmuLauncher.