emufront
13 years agoNew configuration option: Media image paths (not active yet).
Mikko Keinänen [Thu, 27 May 2010 21:20:29 +0000 (00:20 +0300)]
New configuration option: Media image paths (not active yet).

13 years agoSlots are now private
Mikko Keinänen [Thu, 27 May 2010 21:06:51 +0000 (00:06 +0300)]
Slots are now private

13 years agoDeleting object being edited in both cases, when update accepted or
Mikko Keinänen [Thu, 27 May 2010 21:05:19 +0000 (00:05 +0300)]
Deleting object being edited in both cases, when update accepted or
rejected. Set object pointer to null after delete.

13 years agoLots of class members from protected to private
Mikko Keinänen [Thu, 27 May 2010 20:40:52 +0000 (23:40 +0300)]
Lots of class members from protected to private

13 years agoVirtual method deleteItem implementation abstracted from child classes
Mikko Keinänen [Thu, 27 May 2010 20:36:09 +0000 (23:36 +0300)]
Virtual method deleteItem implementation abstracted from child classes
to DbObjectDialog parent class (to a non virtual method).

13 years agoVirtual method addObject implementation abstracted from child classes
Mikko Keinänen [Thu, 27 May 2010 20:26:54 +0000 (23:26 +0300)]
Virtual method addObject implementation abstracted from child classes
to DbObjectDialog parent class.

13 years agoVirtual method insertDb implementation abstracted from child classes to
Mikko Keinänen [Thu, 27 May 2010 20:16:29 +0000 (23:16 +0300)]
Virtual method insertDb implementation abstracted from child classes to
DbObjectDialog parent class.

13 years agovirtual method updateDb abstraced away from child classes to
Mikko Keinänen [Thu, 27 May 2010 20:10:27 +0000 (23:10 +0300)]
virtual method updateDb abstraced away from child classes to
dbobjectdialog parent class

13 years agoObsolete method deleteObject removed
Mikko Keinänen [Thu, 27 May 2010 20:02:51 +0000 (23:02 +0300)]
Obsolete method deleteObject removed

13 years agovirtual method editObject abstracted away from child classes to parent
Mikko Keinänen [Thu, 27 May 2010 19:58:45 +0000 (22:58 +0300)]
virtual method editObject abstracted away from child classes to parent
class

13 years agoAdded foreign keys to filepath table. Database reset command line
Mikko Keinänen [Wed, 26 May 2010 21:46:14 +0000 (00:46 +0300)]
Added foreign keys to filepath table. Database reset command line
argument.

13 years agoAdded a skeleton implementation for editing media image file paths.
Mikko Keinänen [Tue, 25 May 2010 21:52:13 +0000 (00:52 +0300)]
Added a skeleton implementation for editing media image file paths.

13 years agoAdded new data object class FilePathObject and updated
Mikko Keinänen [Mon, 24 May 2010 21:02:05 +0000 (00:02 +0300)]
Added new data object class FilePathObject and updated
EmuFrontFileObject. Also added database creation for this data object
type.

13 years agoEnabled media type editor to main window
Mikko Keinänen [Mon, 24 May 2010 19:09:53 +0000 (22:09 +0300)]
Enabled media type editor to main window

14 years agoAdded new classes (DbMediaType, MediaTypeNameDialog) and did a bit
Mikko Keinänen [Sun, 23 May 2010 22:14:26 +0000 (01:14 +0300)]
Added new classes (DbMediaType, MediaTypeNameDialog) and did a bit
refactoring.

14 years agoNew data objects and a new data object dialog
Mikko Keinänen [Sat, 22 May 2010 23:46:32 +0000 (02:46 +0300)]
New data objects and a new data object dialog

14 years agoAdded some database creation logic.
Mikko Keinänen [Sat, 22 May 2010 23:19:10 +0000 (02:19 +0300)]
Added some database creation logic.

14 years agoException handling
Mikko Keinänen [Sat, 22 May 2010 23:03:54 +0000 (02:03 +0300)]
Exception handling

14 years agoclean up
Mikko Keinänen [Sat, 22 May 2010 22:28:41 +0000 (01:28 +0300)]
clean up

14 years agoReorganizing database creation to a new class: DbCreator
Mikko Keinänen [Sat, 22 May 2010 22:22:16 +0000 (01:22 +0300)]
Reorganizing database creation to a new class: DbCreator

14 years agoCleaning up here and there
Mikko Keinänen [Sat, 22 May 2010 17:29:27 +0000 (20:29 +0300)]
Cleaning up here and there

14 years agoCleaned up a bit after reorginizing db functionality.
Mikko Keinänen [Sat, 22 May 2010 15:51:28 +0000 (18:51 +0300)]
Cleaned up a bit after reorginizing db functionality.

14 years agoPointers to model index instance instead of copy
Mikko Keinänen [Sat, 22 May 2010 10:06:47 +0000 (13:06 +0300)]
Pointers to model index instance instead of copy

14 years agoSmall fix to copyright
Mikko Keinänen [Sat, 22 May 2010 09:55:51 +0000 (12:55 +0300)]
Small fix to copyright

14 years agoAdded the gpl license
Mikko Keinänen [Sat, 22 May 2010 09:07:49 +0000 (12:07 +0300)]
Added the gpl license

14 years agoAdded license information
Mikko Keinänen [Sat, 22 May 2010 09:06:39 +0000 (12:06 +0300)]
Added license information

14 years agoDid some fast and dirty refactoring (check later that everything's ok):
Mikko Keinänen [Fri, 21 May 2010 21:42:26 +0000 (00:42 +0300)]
Did some fast and dirty refactoring (check later that everything's ok):
moved database logic from dialog class to databasemanager and child.

14 years agoUpdating existsing platforms now functional
Mikko Keinänen [Fri, 21 May 2010 20:17:51 +0000 (23:17 +0300)]
Updating existsing platforms now functional

14 years agoRemoval of 'Platform' data items implemented.
Mikko Keinänen [Thu, 20 May 2010 20:34:14 +0000 (23:34 +0300)]
Removal of 'Platform' data items implemented.

14 years agoImplemented object removal partially
Mikko Keinänen [Thu, 20 May 2010 18:41:30 +0000 (21:41 +0300)]
Implemented object removal partially

14 years agoInserting platform data enabled
Mikko Keinänen [Thu, 20 May 2010 16:54:38 +0000 (19:54 +0300)]
Inserting platform data enabled

14 years agoOk, we have a working connection from data object editor to database :)
Mikko Keinänen [Wed, 19 May 2010 21:18:41 +0000 (00:18 +0300)]
Ok, we have a working connection from data object editor to database :)

14 years agoWe have a working relationship between DbObjectDialog and NameDialog
Mikko Keinänen [Wed, 19 May 2010 20:57:10 +0000 (23:57 +0300)]
We have a working relationship between DbObjectDialog and NameDialog
(and descendant classes).

14 years agoCleaned up
Mikko Keinänen [Wed, 19 May 2010 20:17:49 +0000 (23:17 +0300)]
Cleaned up

14 years agoName dialog accepts now input.
Mikko Keinänen [Wed, 19 May 2010 20:08:31 +0000 (23:08 +0300)]
Name dialog accepts now input.

14 years agoName dialog functionality
Mikko Keinänen [Tue, 18 May 2010 20:52:20 +0000 (23:52 +0300)]
Name dialog functionality

14 years agoTemporarily disabled some features to run correctly
Mikko Keinänen [Tue, 18 May 2010 20:22:53 +0000 (23:22 +0300)]
Temporarily disabled some features to run correctly

14 years agoSome type casting issues
Mikko Keinänen [Tue, 18 May 2010 19:49:46 +0000 (22:49 +0300)]
Some type casting issues

14 years agoData object handling.
Mikko Keinänen [Mon, 17 May 2010 21:36:32 +0000 (00:36 +0300)]
Data object handling.

14 years agoData object passing.
Mikko Keinänen [Mon, 17 May 2010 21:11:36 +0000 (00:11 +0300)]
Data object passing.

14 years agoForgot to clean dynamic object.
Mikko Keinänen [Mon, 17 May 2010 20:21:48 +0000 (23:21 +0300)]
Forgot to clean dynamic object.

14 years agodbObject -> pointer
Mikko Keinänen [Mon, 17 May 2010 20:18:06 +0000 (23:18 +0300)]
dbObject -> pointer

14 years agoAdded new database object classes: the base class EmuFrontObject and
Mikko Keinänen [Mon, 17 May 2010 19:39:07 +0000 (22:39 +0300)]
Added new database object classes: the base class EmuFrontObject and
it's first child class Platform.

14 years agoReading platforms from database and creating a table to platform dialog.
Mikko Keinänen [Sat, 15 May 2010 21:50:32 +0000 (00:50 +0300)]
Reading platforms from database and creating a table to platform dialog.

14 years agooops, created twice
Mikko Keinänen [Sat, 15 May 2010 17:42:30 +0000 (20:42 +0300)]
oops, created twice

14 years agocomment removed
Mikko Keinänen [Sat, 15 May 2010 17:40:21 +0000 (20:40 +0300)]
comment removed

14 years agoPlatformNameDialog created on demand.
Mikko Keinänen [Sat, 15 May 2010 17:40:00 +0000 (20:40 +0300)]
PlatformNameDialog created on demand.

14 years agoAdded new base class for EmuFront dialogs, connected database class to
Mikko Keinänen [Sat, 15 May 2010 17:02:50 +0000 (20:02 +0300)]
Added new base class for EmuFront dialogs, connected database class to
platform name dialog.

14 years agoIntegrated platforn name dialog to platform dialog.
Mikko Keinänen [Sat, 15 May 2010 13:48:31 +0000 (16:48 +0300)]
Integrated platforn name dialog to platform dialog.

14 years agoChanged some functions to pure virtual in dbobject dialog.
Mikko Keinänen [Sat, 15 May 2010 09:16:19 +0000 (12:16 +0300)]
Changed some functions to pure virtual in dbobject dialog.

14 years agoInitial commit.
Mikko Keinänen [Fri, 14 May 2010 20:37:20 +0000 (23:37 +0300)]
Initial commit.

14 years agotesting
Mikko Keinänen [Fri, 14 May 2010 20:29:28 +0000 (23:29 +0300)]
testing

14 years agowelcome
root [Wed, 12 May 2010 22:20:02 +0000 (01:20 +0300)]
welcome