Exception handling.
[emufront] / src /
2010-11-17 Mikko KeinänenException handling.
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-16 Mikko KeinänenFixed bugs: dialogs remained disabled (signals were...
2010-11-16 Mikko KeinänenAdded menu option for resetting the database.
2010-11-16 Mikko KeinänenA Notice
2010-11-16 Mikko KeinänenAdded database version field to config db table. Added db
2010-11-16 Mikko KeinänenRenamed database file.
2010-11-15 Mikko KeinänenFixed the specification version entry to 1.0
2010-11-15 Mikko KeinänenSetting up 0.1.6a bugfix release.
2010-11-15 Mikko KeinänenRemoved debug message.
2010-11-15 Mikko KeinänenEncoding fix to about dialog string.
2010-11-15 Mikko KeinänenAdded a confirmation dialog.
2010-11-15 Mikko KeinänenAdded specified widget for file extensions.
2010-11-15 Mikko KeinänenFixed the order in Config-menu to more logical. Fixed...
2010-11-14 Mikko KeinänenBug fixed: media images were not removed from temporary...
2010-11-14 Mikko KeinänenRemoved a bug: temporary files were not removed.
2010-11-14 Mikko KeinänenAdded icons.
2010-11-13 Mikko KeinänenAdded needed files for Maemo release.
2010-11-13 Mikko KeinänenGoing to tag release 0.1.3a
2010-11-12 Mikko KeinänenRemoved non needed variable and commented out debug...
2010-11-12 Mikko KeinänenAdded support for both date format to regex: dddd-dd...
2010-11-12 Mikko KeinänenRemoved temporary local variables.
2010-11-12 Mikko KeinänenAdded null checks.
2010-11-11 Mikko KeinänenRemoved unnecessary updating to database if no object
2010-11-11 Mikko KeinänenFixed a bug: When window was closed from window manager...
2010-11-11 Mikko Keinänenconfig table was not dropped
2010-11-11 Mikko KeinänenAdded new column to file table.
2010-11-10 Mikko KeinänenFixed a bug with regular expression (If filename was...
2010-11-09 Mikko KeinänenExperimenting with reading XML dat files.
2010-11-08 Mikko KeinänenCreated initial support for M.A.M.E and similar (the...
2010-11-08 Mikko KeinänenAbout text updated.
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änenChanged default tmp-path to user home dir (/tmp/ was...
2010-11-07 Mikko KeinänenRemoved include for non-existing header
2010-11-07 Mikko KeinänenAdded configuration of temporary directory.
2010-11-05 Mikko KeinänenTagged 0.1.1a release
2010-11-05 Mikko KeinänenFixed setup dialog crashing when user created another...
2010-11-05 Mikko KeinänenFixed crash (disabled add-button after clicking add):
2010-11-04 Mikko KeinänenAdded first screenshots running on actual Maemo/N900.
2010-11-04 Mikko KeinänenAdded about box.
2010-11-01 Mikko KeinänenTiny layout fix.
2010-10-29 Mikko Keinänennote
2010-10-29 Mikko KeinänenEmulator selector is updated with only emulators to...
2010-10-29 Mikko KeinänenSmall fix.
2010-10-29 Mikko KeinänenFixed two cases of memory loss (parenting was missing).
2010-10-29 Mikko KeinänenFixed memory loss cases (parent was missing from objects).
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-27 Mikko KeinänenSetupEditDialog data object updated signal was received...
2010-10-26 Mikko Keinänensignals not connected for SetupEditDialog!
2010-10-26 Mikko KeinänenAdded progress bar to file scanning operation and a...
2010-10-25 Mikko KeinänenUsing match instead of looping.
2010-10-25 Mikko KeinänenCombo boxes were not properly updated when editing...
2010-10-24 Mikko KeinänenFixing a bug with selection combo box not updating...
2010-10-23 Mikko KeinänenCleaning up.
2010-10-23 Mikko KeinänenWhen a filepath is rescanned all the previous entries of
2010-10-23 Mikko KeinänenRemoved most of the previous database changes.
2010-10-22 Mikko KeinänenRe-enabled triggers for removing media images and media...
2010-10-22 Mikko KeinänenRemoved two triggers that couldn't be used after enabli...
2010-10-22 Mikko KeinänenLots of changes in the database model. Warning: only...
2010-10-21 Mikko KeinänenSome notes.
2010-10-21 Mikko KeinänenCreated temporary object was not deleted.
2010-10-21 Mikko KeinänenCreated temporary data object was not deleted.
2010-10-20 Mikko KeinänenParented push buttons.
2010-10-20 Mikko KeinänenClean up.
2010-10-20 Mikko KeinänenMainWindow is created to stack rather than to heap.
2010-10-19 Mikko KeinänenClear the selection after launching emulator.
2010-10-19 Mikko KeinänenCleaning extracted files from tmp folder.
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änenOSDab-Zip is no longer needed (it is not compatible
2010-10-16 Mikko KeinänenZip archives are now extracted with unzip utility inste...
2010-10-16 Mikko KeinänenInitial implementation for UnzipHelper::extractAll...
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änenTODO
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änen_seems_ to work now :)
2010-10-13 Mikko KeinänenFixing triggers ... still not completely functional!
2010-10-13 Mikko KeinänenDelete of Executable objects.
2010-10-13 Mikko KeinänenDeleting of Setup objects.
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-12 Mikko KeinänenFixed copy constructor.
2010-10-10 Mikko KeinänenMedia image container scanning has now a buffer. Scanne...
2010-10-10 Mikko KeinänenData object removal implemented in the db layer. UI...
2010-10-10 Mikko KeinänenStarted to implement dataobject removal.
next