summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Harishankar [Sun, 4 Dec 2011 08:57:21 +0000 (14:27 +0530)]
Implemented document save status flag
Implemented a flag to check if a document is currently
modified or not. To further implement the "Open", "Save" and
"Save As" features and also checking when quitting.
Harishankar [Sun, 4 Dec 2011 05:31:37 +0000 (11:01 +0530)]
Separate file for language strings
Removed hard coded language strings from code and added a
separate language file for storing messages
Harishankar [Fri, 2 Dec 2011 05:25:43 +0000 (10:55 +0530)]
Update language in list
Update language in list of languages implemented
Harishankar [Fri, 2 Dec 2011 04:55:56 +0000 (10:25 +0530)]
Delete language from list
Delete language from list is now implemented.
Harishankar [Thu, 1 Dec 2011 13:26:41 +0000 (18:56 +0530)]
Add language implemented
Add language to list of languages implemented
Harishankar [Thu, 1 Dec 2011 13:01:48 +0000 (18:31 +0530)]
Update skill set implemented
Completed implementing the update skill set list
functionality.
Harishankar [Thu, 1 Dec 2011 10:17:46 +0000 (15:47 +0530)]
Delete skill set implemented
Deleting a skill set from the list of skills is
implemented.
Harishankar [Thu, 1 Dec 2011 04:52:00 +0000 (10:22 +0530)]
Add skill set
Implemented adding skill set to the list of skills
Harishankar [Wed, 30 Nov 2011 14:48:59 +0000 (20:18 +0530)]
Update professional history
Update professional history in list implemented.
Harishankar [Wed, 30 Nov 2011 13:12:47 +0000 (18:42 +0530)]
Delete professional history item done
Completed implementing the deleting of professional history item
from the list.
Harishankar [Wed, 30 Nov 2011 10:21:33 +0000 (15:51 +0530)]
Add professional qualification
Completed the add professional qualification functionality.
Harishankar [Wed, 30 Nov 2011 09:07:21 +0000 (14:37 +0530)]
Update educational qualifications completed
Completed the update educational qualifications button
functionality.
Harishankar [Wed, 30 Nov 2011 07:14:46 +0000 (12:44 +0530)]
Delete education qualification from list
Implemented deleting educational qualification from
the list
Harishankar [Wed, 30 Nov 2011 05:30:12 +0000 (11:00 +0530)]
Implemented "add" for educational qualification
Implemented the "add" button for educational qualification.
Harishankar [Wed, 30 Nov 2011 04:37:04 +0000 (10:07 +0530)]
First commit
First commit of BiaCV
1. Created main window with controls
2. Added the basic framework of the Qt application