Closed roycaihw closed 10 years ago
Add reply feature, forward feature.
UI: compose message; Do the UI first, then back-end.
UI: how to display message, SDK.
use Label (developer.ubuntu.com/api/qml/sdk-1.0/Ubuntu.Components.Label/)
can't get make work now:
roy@roy-ThinkPad-X1:~/Documents/workspace/qmlTrojita$ make
cp: /home/roy/Documents/workspace/qmlTrojita/src/qml' and
/home/roy/Documents/workspace/qmlTrojita/src/qml' are the same file
make[2]: * [src/CMakeFiles/reminders-qmlfiles] Error 1
make[1]: * [src/CMakeFiles/reminders-qmlfiles.dir/all] Error 2
make: *\ [all] Error 2
我才看了tutorial,想去做send mail的部分,但是怎么打开app看效果?用qmlscene似乎不行,cmake也不行。checkout了周三的version也不行。我忘做什么事了么?
On Thu, Feb 13, 2014 at 12:04 AM, Boren Zhang notifications@github.comwrote:
use Label (developer.ubuntu.com/api/qml/sdk-1.0/Ubuntu.Components.Label/)
— Reply to this email directly or view it on GitHubhttps://github.com/bobo1993324/qmlTrojita/issues/1#issuecomment-34948847 .
我以前也碰到这个问题,cmake要在一个空的文件里跑 ../qmlTrojita$ mkdir build && cd build && cmake .. && make && src/ubuntu-emailclient-app
用qmlscene没有处理context, 所以跑不出来,必须make后跑. On 02/18/2014 04:15 AM, roycaihw wrote:
can't get make work now: roy@roy-ThinkPad-X1:~/Documents/workspace/qmlTrojita$ make cp:
/home/roy/Documents/workspace/qmlTrojita/src/qml' and
/home/roy/Documents/workspace/qmlTrojita/src/qml' are the same file make[2]: * [src/CMakeFiles/reminders-qmlfiles] Error 1 make[1]: * [src/CMakeFiles/reminders-qmlfiles.dir/all] Error 2 make: *\ [all] Error 2我才看了tutorial,想去做send mail的部分,但是怎么打开app看效果?用qmlscene似乎不行,cmake也不行。 checkout了周三的version也不 行。我忘做什么事了么?
On Thu, Feb 13, 2014 at 12:04 AM, Boren Zhang notifications@github.comwrote:
use Label (developer.ubuntu.com/api/qml/sdk-1.0/Ubuntu.Components.Label/)
— Reply to this email directly or view it on GitHubhttps://github.com/bobo1993324/qmlTrojita/issues/1#issuecomment-34948847 .
— Reply to this email directly or view it on GitHub https://github.com/bobo1993324/qmlTrojita/issues/1#issuecomment-35365311.
Thx
Sent from myMail for iOS
Tuesday, February 18, 2014, 10:17 -0500 from Boren Zhang notifications@github.com: 我以前也碰到这个问题,cmake要在一个空的文件里跑 ../qmlTrojita$ mkdir build && cd build && cmake .. && make && src/ubuntu-emailclient-app
用qmlscene没有处理context, 所以跑不出来,必须make后跑. On 02/18/2014 04:15 AM, roycaihw wrote:
can't get make work now: roy@roy-ThinkPad-X1:~/Documents/workspace/qmlTrojita$ make cp:
/home/roy/Documents/workspace/qmlTrojita/src/qml' and
/home/roy/Documents/workspace/qmlTrojita/src/qml' are the same file make[2]: * [src/CMakeFiles/reminders-qmlfiles] Error 1 make[1]: * [src/CMakeFiles/reminders-qmlfiles.dir/all] Error 2 make: *\ [all] Error 2我才看了tutorial,想去做send mail的部分,但是怎么打开app看效果?用qmlscene似乎不行,cmake也不行。 checkout了周三的version也不 行。我忘做什么事了么?
On Thu, Feb 13, 2014 at 12:04 AM, Boren Zhang notifications@github.comwrote:
use Label (developer.ubuntu.com/api/qml/sdk-1.0/Ubuntu.Components.Label/)
— Reply to this email directly or view it on GitHub< https://github.com/bobo1993324/qmlTrojita/issues/1#issuecomment-34948847 > .
— Reply to this email directly or view it on GitHub < https://github.com/bobo1993324/qmlTrojita/issues/1#issuecomment-35365311 >.
— Reply to this email directly or view it on GitHub .
now have a compose page
Sending plat text; cc, bcc features; Add subject; Saving draft feature; Multi-receiver adding: animation view.