Updated the git clone command.
[emufront] / src /
2010-12-26 Mikko KeinänenAdded column size resizing to content.
2010-12-26 Mikko KeinänenSmall fixes to delegate rendering.
2010-12-22 Mikko KeinänenEmitting a dataChanged signal from setData after succes...
2010-12-22 Mikko KeinänenSet couple of columns hidden.
2010-12-21 Mikko KeinänenHided all fields but name.
2010-12-19 Mikko KeinänenRenamed some private slots.
2010-12-19 Mikko KeinänenCleaned up commented out deprecated stuff.
2010-12-19 Mikko KeinänenSetupModel instance is shared from MainWindow.
2010-12-19 Mikko KeinänenPlatformModel and MediaTypeModel instances are shared...
2010-12-18 Mikko KeinänenAdded confirmation dialog for deleting items.
2010-12-18 Mikko KeinänenAdded window titles.
2010-12-18 Mikko KeinänenAdded message telling that the temporary directory...
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-16 Mikko KeinänenImported more functionality from old db classes to...
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änenCommented out all the deprecated stuff.
2010-12-12 Mikko KeinänenImplemented ExternalExecutableEditView utilising
2010-12-12 Mikko KeinänenImplemented all the necessary methods in ExternalExecut...
2010-12-12 Mikko KeinänenContinued implementing ExternalExecutableModel.
2010-12-12 Mikko KeinänenAdded a QList for editable column indexes. bool ok...
2010-12-12 Mikko KeinänenModified the license text comment type.
2010-12-12 Mikko KeinänenAdded skeletal implementation of ExternalExecutableModel.
2010-12-12 Mikko KeinänenAdded new model: ExternalExecutableModel.
2010-12-11 Mikko KeinänenFiletype to MediaImageContainer instead of MediaImage.
2010-12-10 Mikko KeinänenCreated a new delegate (FileSystemBrowseDelegate) and...
2010-12-09 Mikko KeinänenContinued implementing FilePathModel.
2010-12-09 Mikko KeinänenInitial implementation for FilePathEditView (using...
2010-12-08 Mikko KeinänenAdded sql select script and table column enums.
2010-12-08 Mikko KeinänenAdded skeletal implementation for FilePathModel.
2010-12-08 Mikko KeinänenImplemented removeRows for SetupModel.
2010-12-08 Mikko KeinänenImplemented insertRows for SetupModel.
2010-12-07 Mikko KeinänenAdding now adds an empty string to list and starts...
2010-12-07 Mikko KeinänenAdded comments.
2010-12-07 Mikko KeinänenImplemented StringListDelegate.
2010-12-07 Mikko KeinänenStarted implementing StringListDelegate.
2010-12-07 Mikko KeinänenAdded license text.
2010-12-07 Mikko KeinänenStarted implementing StringListDelegate.
2010-12-06 Mikko KeinänenRe-used the ComboBoxDelegate created earlier for MediaT...
2010-12-06 Mikko KeinänenQComboBox delegate implemented and quickly tested being...
2010-12-05 Mikko KeinänenContinued implementing ComboBoxDelegate ... not tested...
2010-12-05 Mikko KeinänenRefactored (moved, renamed)
2010-12-05 Mikko KeinänenStarted implementing a combo box delegate.
2010-12-04 Mikko KeinänenRefactoring the project, new folders for view and model...
2010-12-03 Mikko KeinänenInitial implementation of Setup model and view (new...
2010-12-02 Mikko KeinänenImplemented remove rows.
2010-12-02 Mikko KeinänenCleanup.
2010-12-02 Mikko KeinänenImplemented insertRows to model.
2010-12-01 Mikko KeinnenAdded a sibling model and view to platform: mediatype.
2010-12-01 Mikko KeinnenAdded common base model for emu front objects
2010-11-30 Mikko KeinänenStarted implementing better MVC support: thanks Petro...
2010-11-29 Mikko KeinänenCommented out debug messages.
2010-11-28 Mikko Keinänenadded TODO
2010-11-28 Mikko KeinänenRemoved signaling database updates from FileUtil to
2010-11-28 Mikko KeinänenAdded TODO notes.
2010-11-28 Mikko KeinänenAdded signaling from FileUtil to MediaImagePathMainDiia...
2010-11-27 Mikko KeinänenImprovement to BrowseFIlePathDialog usability, browsing...
2010-11-26 Mikko KeinänenAdded EmuFrontObject test and (very) initial PlatformNa...
2010-11-25 Mikko KeinänenFixed Emulator selection combo box, preserves state...
2010-11-24 Mikko KeinänenPlaying around with qtestlibs data driven testing ...
2010-11-24 Mikko KeinänenRemoved destructor from Platform since EmuFrontFileObje...
2010-11-23 Mikko KeinänenStill experimenting with unit testing code.
2010-11-23 Mikko KeinänenPlaying around with my first unit test example.
2010-11-21 Mikko KeinänenFirst unit test implemented!
2010-11-20 Mikko KeinänenFixed bug in main window: selected platform and media...
2010-11-20 Mikko KeinänenFixed a bug: the edit dialog fields were not cleared...
2010-11-19 Mikko KeinänenPreparing a bug fix release 0.1.7a.
2010-11-19 Mikko KeinänenTime stamps in human readable format.
2010-11-19 Mikko KeinänenUpdates the last scanned timestamp after successful...
2010-11-19 Mikko KeinänenDisable mediaimagepath dialog while scanning files...
2010-11-19 Mikko KeinänenComments about return values.
2010-11-19 Mikko KeinänenComments about return values.
2010-11-19 Mikko KeinänenReset data model after succesful update.
2010-11-19 Mikko KeinänenThrows EmuFrontException.
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-18 Mikko KeinänenException handling.
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...
next