summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Harishankar [Wed, 7 Dec 2011 14:09:42 +0000 (19:39 +0530)]
Unicode support added for export
Unicode support for exporter
Harishankar [Wed, 7 Dec 2011 13:38:09 +0000 (19:08 +0530)]
Removed a hardcoded string from code
Removed a hardcoded string "current" from the code.
Harishankar [Wed, 7 Dec 2011 11:18:47 +0000 (16:48 +0530)]
Added "country" field to personal information tab
Added the country field to the personal information tab for
residential address
Harishankar [Wed, 7 Dec 2011 10:01:18 +0000 (15:31 +0530)]
Corrected minor template errors
Corrected small problems with the default XHTML template bits.
Harishankar [Wed, 7 Dec 2011 09:07:45 +0000 (14:37 +0530)]
Export functionality completed
Export functionality is completed. Also default XHTML export
template is completed.
Harishankar [Wed, 7 Dec 2011 05:13:46 +0000 (10:43 +0530)]
Completed default XHTML template for exporter
Started working on exporter and completed the default XHTML
template for the exporter
Harishankar [Tue, 6 Dec 2011 08:36:09 +0000 (14:06 +0530)]
About Box implemented + Application Icon
Implemented about box along with an application icon.
Harishankar [Tue, 6 Dec 2011 05:45:33 +0000 (11:15 +0530)]
File Exit and window closing event handled
Implemented handler for menu action File -> Exit and window
closing.
Harishankar [Tue, 6 Dec 2011 05:12:17 +0000 (10:42 +0530)]
File Save As functionality implemented
Completed the File -> Save As... functionality in the GUI.
Harishankar [Mon, 5 Dec 2011 16:15:14 +0000 (21:45 +0530)]
File open functionality implemented
Implemented file opening functionality. Also implemented
setting current file title in the title bar.
Harishankar [Mon, 5 Dec 2011 13:44:47 +0000 (19:14 +0530)]
Save UTF-8 support added
Added support for UTF-8 to saved file so that it is possible
to save resume/CV in other languages
Harishankar [Mon, 5 Dec 2011 11:46:11 +0000 (17:16 +0530)]
File save function implemented
Implemented file-saving in JSON format.
Harishankar [Sun, 4 Dec 2011 11:28:09 +0000 (16:58 +0530)]
File -> New action implemented
Implemented File -> New action.
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