lp:~verzegnassi-stefano/quick-memo/10-misc-refactoring
Created by
Stefano Verzegnassi
on
2015-03-27
and last modified on
2015-04-26
- Get this branch:
- bzr branch lp:~verzegnassi-stefano/quick-memo/10-misc-refactoring
Only
Stefano Verzegnassi
can upload to this branch. If you are
Stefano Verzegnassi
please log in for upload directions.
Branch merges
Propose for merging
- Stefano Verzegnassi: Pending requested 2015-04-26
-
Diff: 6833 lines (+3352/-3035) (has conflicts)46 files modifiedCMakeLists.txt (+15/-6)
app/CMakeLists.txt (+0/-15)
app/common/ColorDialog.qml (+168/-0)
app/common/NoteModel.qml (+119/-0)
app/common/NoteTextArea.qml (+59/-0)
app/common/NoteTextField.qml (+53/-0)
app/common/PageBackground.qml (+25/-0)
app/common/PageWithBottomEdge.qml (+407/-0)
app/common/Toaster.qml (+81/-0)
app/common/dateHelper.js (+23/-0)
app/components/AboutPage.qml (+0/-206)
app/components/CMakeLists.txt (+0/-7)
app/components/ColorDialog.qml (+0/-168)
app/components/Delegate.qml (+0/-291)
app/components/EditMemoPage.qml (+0/-328)
app/components/HorizontalFlowListView.qml (+0/-78)
app/components/IconButton.qml (+0/-45)
app/components/ImageViewer.qml (+0/-130)
app/components/ListManager.qml (+0/-311)
app/components/ListViewDelegate.qml (+0/-299)
app/components/MultiSelectionHandler.qml (+0/-106)
app/components/NoteModel.qml (+0/-119)
app/components/NoteTextArea.qml (+0/-59)
app/components/NoteTextField.qml (+0/-53)
app/components/PageBackground.qml (+0/-25)
app/components/PageWithBottomEdge.qml (+0/-407)
app/components/PictureButton.qml (+0/-40)
app/components/PicturesManager.qml (+0/-162)
app/components/Toaster.qml (+0/-81)
app/components/dateHelper.js (+0/-23)
app/editPage/ListManager.qml (+313/-0)
app/editPage/PictureButton.qml (+40/-0)
app/editPage/PicturesManager.qml (+162/-0)
app/main.qml (+5/-18)
app/mainPage/Delegate.qml (+291/-0)
app/mainPage/HorizontalFlowListView.qml (+78/-0)
app/mainPage/ListViewDelegate.qml (+299/-0)
app/mainPage/MultiSelectionHandler.qml (+106/-0)
app/ubuntucomponents/CMakeLists.txt (+0/-7)
app/ui/AboutPage.qml (+206/-0)
app/ui/EditMemoPage.qml (+328/-0)
app/ui/ImageViewer.qml (+130/-0)
app/ui/MainPage.qml (+308/-0)
app_info.json.in (+0/-3)
po/CMakeLists.txt (+2/-2)
po/quick-memo.pot (+134/-46)
Branch information
Recent revisions
- 66. By Stefano Verzegnassi on 2015-04-13
-
Rearranged components in folders - thanks 'bzr move --auto' for failing ;)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:quick-memo