]> vaikene.ee Git - evaf/log
evaf
12 years agoChanged tutorial files to follow the changes in the PswGen application.
Enar Väikene [Thu, 28 Jul 2011 13:44:13 +0000 (16:44 +0300)]
Changed tutorial files to follow the changes in the PswGen application.
- Interfaces in this application are now pure abstract classes.

12 years agoChanged the position of master password and name fields.
Enar Väikene [Wed, 27 Jul 2011 07:54:30 +0000 (10:54 +0300)]
Changed the position of master password and name fields.
With the new auto-completer support, it makes more sense to enter the master password first and then name of the
application or web site.

12 years agoMerged the Common::iEnv interface into Common::iApp
Enar Väikene [Wed, 27 Jul 2011 07:51:25 +0000 (10:51 +0300)]
Merged the Common::iEnv interface into Common::iApp
We had a chicken-egg problem here where functions in the iApp interface depended on the iEnv interface and vice versa. The easiest
solution was to merge them into one.

12 years agoSeems that Windows did not like exporting/importing the eVaf::PswGen::Storage::Data...
Enar Väikene [Tue, 26 Jul 2011 13:05:05 +0000 (16:05 +0300)]
Seems that Windows did not like exporting/importing the eVaf::PswGen::Storage::Data structure.

12 years agoFixed a conflict where our forward declaration did not match the actual declaration...
Enar Väikene [Tue, 26 Jul 2011 13:04:08 +0000 (16:04 +0300)]
Fixed a conflict where our forward declaration did not match the actual declaration after changes to interfaces.

12 years agoFixed invalid string.
U-main\enar [Tue, 26 Jul 2011 13:02:36 +0000 (16:02 +0300)]
Fixed invalid string.

12 years agoAdded support for the iStorage interface.
Enar Väikene [Tue, 26 Jul 2011 12:09:42 +0000 (15:09 +0300)]
Added support for the iStorage interface.
Non-sensitive data for password generator is stored using the iStorage interface.
The name field uses an auto-completer with data from the Storage module.

12 years agoAdded the PswStorage module.
Enar Väikene [Tue, 26 Jul 2011 12:08:02 +0000 (15:08 +0300)]
Added the PswStorage module.
This module stores data for password generation and allows lookups using the name of the password.
The module also acts as an item model for auto-completion of the name field.

12 years agoChanged the iGenerator interface to a pure abstract class.
Enar Väikene [Tue, 26 Jul 2011 12:06:39 +0000 (15:06 +0300)]
Changed the iGenerator interface to a pure abstract class.

12 years agoWritten more tutorial files.
Enar Väikene [Fri, 22 Jul 2011 13:53:40 +0000 (16:53 +0300)]
Written more tutorial files.

12 years agoModified the PswGen application to follow the tutorial.
Enar Väikene [Fri, 22 Jul 2011 13:53:00 +0000 (16:53 +0300)]
Modified the PswGen application to follow the tutorial.

12 years agoWork started on the tutorial.
Enar Väikene [Thu, 21 Jul 2011 14:08:55 +0000 (17:08 +0300)]
Work started on the tutorial.

12 years agoAdded web page files to the repository.
Enar Väikene [Thu, 21 Jul 2011 12:26:02 +0000 (15:26 +0300)]
Added web page files to the repository.

12 years agoNow uses Common::iApp::name()
Enar Väikene [Thu, 21 Jul 2011 10:38:31 +0000 (13:38 +0300)]
Now uses Common::iApp::name()
- for the window title;
- for the stored window settings.

12 years agoChanged the default company name to "eVaf".
Enar Väikene [Thu, 21 Jul 2011 10:38:04 +0000 (13:38 +0300)]
Changed the default company name to "eVaf".

12 years agoCompiler error fixes.
Enar Väikene [Thu, 21 Jul 2011 04:27:36 +0000 (07:27 +0300)]
Compiler error fixes.

12 years agoFixed test macros.
Enar Vaikene [Wed, 20 Jul 2011 13:02:44 +0000 (16:02 +0300)]
Fixed test macros.

12 years agoAdded PswGen application.
Enar Vaikene [Wed, 20 Jul 2011 13:01:10 +0000 (16:01 +0300)]
Added PswGen application.
This application generates strong passwords using cryptographic hashes. The initial version uses
MD5 checksums.

12 years agoAdded main window plugin implementing Single Document Interface.
Enar Väikene [Wed, 20 Jul 2011 08:42:52 +0000 (11:42 +0300)]
Added main window plugin implementing Single Document Interface.

12 years agoWindows fixes.
Enar Väikene [Fri, 20 May 2011 10:45:54 +0000 (13:45 +0300)]
Windows fixes.

12 years agoDoxygen documentation fixes.
Enar Väikene [Thu, 19 May 2011 17:50:25 +0000 (20:50 +0300)]
Doxygen documentation fixes.

12 years agoAdded eVaf Command Line Interface application.
Enar Väikene [Thu, 19 May 2011 12:16:53 +0000 (15:16 +0300)]
Added eVaf Command Line Interface application.

12 years agoAdded eVaf Command Line Interface application.
Enar Väikene [Thu, 19 May 2011 12:16:28 +0000 (15:16 +0300)]
Added eVaf Command Line Interface application.

12 years agoRemoved QtGui dependency from CommonLib.
Enar Väikene [Thu, 19 May 2011 12:15:52 +0000 (15:15 +0300)]
Removed QtGui dependency from CommonLib.

12 years agoMoved eVaf description to the main page on the Doxygen generated documentation.
Enar Väikene [Wed, 18 May 2011 12:46:48 +0000 (15:46 +0300)]
Moved eVaf description to the main page on the Doxygen generated documentation.

12 years agoAdded a module for testing the eVaf framework.
Enar Väikene [Wed, 18 May 2011 12:24:32 +0000 (15:24 +0300)]
Added a module for testing the eVaf framework.

12 years agoFixed Plugin manager.
Enar Väikene [Wed, 18 May 2011 12:22:51 +0000 (15:22 +0300)]
Fixed Plugin manager.
* Plugin manager now deletes only root components from external modules. Any iPlugin interface objects created
  using the iPluginFactory interface shall now be deleted by the external module.

12 years agoAdded Plugin manager initialiation and loading/unloading plugins.
Enar Väikene [Wed, 18 May 2011 10:40:03 +0000 (13:40 +0300)]
Added Plugin manager initialiation and loading/unloading plugins.

12 years agoFirst implementation of the Plugin manager library.
Enar Väikene [Wed, 18 May 2011 10:38:53 +0000 (13:38 +0300)]
First implementation of the Plugin manager library.

12 years agoAdded global utility functions.
Enar Väikene [Wed, 18 May 2011 10:35:52 +0000 (13:35 +0300)]
Added global utility functions.

12 years agoAdded extra info message right before running the application.
Enar Väikene [Wed, 18 May 2011 06:58:42 +0000 (09:58 +0300)]
Added extra info message right before running the application.

12 years agoMoved setting initial root and bin directories to the Env::init() function. The Env...
Enar Väikene [Wed, 18 May 2011 06:56:49 +0000 (09:56 +0300)]
Moved setting initial root and bin directories to the Env::init() function. The Env object is constructed before
the QCoreApplication object and we have no access to the QCoreApplication::applicationDirPath().

12 years agoFixed mistake in the documentation.
Enar Väikene [Mon, 16 May 2011 08:37:49 +0000 (11:37 +0300)]
Fixed mistake in the documentation.

13 years agoWindows build fixes.
Enar Väikene [Sun, 24 Apr 2011 06:32:40 +0000 (09:32 +0300)]
Windows build fixes.

13 years agoMore work on the common library. The project builds not without errors, but we have...
Enar Väikene [Fri, 22 Apr 2011 12:36:35 +0000 (15:36 +0300)]
More work on the common library. The project builds not without errors, but we have a little chicken-egg issue.

13 years agoMore work on the common library and the main GUI application.
Enar Väikene [Fri, 22 Apr 2011 10:12:08 +0000 (13:12 +0300)]
More work on the common library and the main GUI application.
Changed directory names from GUI and CLI applications to follow namespace names.

13 years agoAdded more sources to the common library.
Enar Väikene [Thu, 21 Apr 2011 13:05:15 +0000 (16:05 +0300)]
Added more sources to the common library.
Removed other modules from the build system so that the common lib can be compiled.

13 years agoAdded more Common library files.
Enar Väikene [Thu, 21 Apr 2011 09:09:08 +0000 (12:09 +0300)]
Added more Common library files.

13 years agoAdded Doxygen configuration file
Enar Väikene [Thu, 21 Apr 2011 06:31:04 +0000 (09:31 +0300)]
Added Doxygen configuration file

13 years agoAdded more files to the project.
Enar Väikene [Wed, 20 Apr 2011 11:50:31 +0000 (14:50 +0300)]
Added more files to the project.

13 years agoAdded some initial files to the repository.
Enar Väikene [Sat, 16 Apr 2011 07:23:23 +0000 (10:23 +0300)]
Added some initial files to the repository.