Merge lp:~artem-anufrij/webby-browser/welcome-screen-and-about-dialog into lp:webby-browser
Proposed by
Artem Anufrij
on 2015-10-13
Status: | Merged | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Approved by: | Erasmo Marín on 2015-10-16 | ||||||||||||
Approved revision: | 17 | ||||||||||||
Merged at revision: | 15 | ||||||||||||
Proposed branch: | lp:~artem-anufrij/webby-browser/welcome-screen-and-about-dialog | ||||||||||||
Merge into: | lp:webby-browser | ||||||||||||
Diff against target: |
698 lines (+348/-251) 7 files modified
CMakeLists.txt (+2/-1) data/webby.desktop (+5/-0) src/AppWindow.vala (+124/-27) src/ApplicationsView.vala (+0/-220) src/Webby.vala (+2/-3) src/Widgets/ApplicationIcon.vala (+129/-0) src/Widgets/ApplicationsView.vala (+86/-0) |
||||||||||||
To merge this branch: | bzr merge lp:~artem-anufrij/webby-browser/welcome-screen-and-about-dialog | ||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Erasmo Marín | 2015-10-13 | Pending | |
Review via email:
|
Commit message
new fetures:
- Welcome screen
- About dialog
- Run a Web App on double click
Description of the change
new fetures:
- Welcome screen
- About dialog
Double click for run WebApp
To post a comment you must log in.
lp:~artem-anufrij/webby-browser/welcome-screen-and-about-dialog
updated
on 2015-10-13
- 16. By Artem Anufrij on 2015-10-13
-
double click for open/run selected app
Erasmo Marín (erasmo-marin) wrote : | # |
lp:~artem-anufrij/webby-browser/welcome-screen-and-about-dialog
updated
on 2015-10-16
- 17. By Artem Anufrij on 2015-10-16
-
added email and tooltip
Artem Anufrij (artem-anufrij) wrote : | # |
done :)
This is great! Just some little fixes:
1.- Add my email in about dialog <email address hidden>
2.- Add a tooltip to the "add" button
That's all, thanks!