EasyGnuPG / ggpg

GUI application based on EasyGnuPG.
GNU General Public License v3.0
0 stars 0 forks source link

Build a prototype #7

Open dashohoxha opened 6 years ago

dashohoxha commented 6 years ago

Build a prototype of the application, which shows how the final application is going to look like, how it is going to work, the features it is going to have etc. This prototype is not going to be fully functional, for example not doing any gpg stuff yet.

Subtasks:

Related tasks: https://github.com/EasyGnuPG/ggpg/issues/1, https://github.com/EasyGnuPG/ggpg/issues/3, https://github.com/EasyGnuPG/ggpg/issues/5, https://github.com/EasyGnuPG/ggpg/issues/6

sourabhtk37 commented 6 years ago

@yugeshk Since you have completed some of the tasks. Please make sure to tick them off.

yugeshk commented 6 years ago

Ported the basic layout under the Application Framework. For now, that code is under the gui-devel branch. There are two more changes (that I have in mind) I need to make before making a pull request.

yugeshk commented 6 years ago

Added a few mocks of some independent components that can be merged directly with the main UI under mockups folder like Treeview with TreeStore (for contacts). Wrote a few types of menus though the Application framework has its own menubar structure.