2014-12-03 10:50:14 |
Stefano Verzegnassi |
bug |
|
|
added bug |
2014-12-10 10:34:04 |
Stefano Verzegnassi |
ubuntu-docviewer-app: status |
Triaged |
In Progress |
|
2014-12-10 10:34:06 |
Stefano Verzegnassi |
ubuntu-docviewer-app: assignee |
|
Stefano Verzegnassi (verzegnassi-stefano) |
|
2014-12-10 13:57:44 |
Stefano Verzegnassi |
branch linked |
|
lp:~verzegnassi-stefano/ubuntu-docviewer-app/fix-1398773 |
|
2015-01-31 10:34:47 |
Stefano Verzegnassi |
ubuntu-docviewer-app: status |
In Progress |
Triaged |
|
2015-03-15 17:08:40 |
Stefano Verzegnassi |
ubuntu-docviewer-app: assignee |
Stefano Verzegnassi (verzegnassi-stefano) |
|
|
2015-03-15 17:08:46 |
Stefano Verzegnassi |
ubuntu-docviewer-app: importance |
High |
Medium |
|
2015-03-15 17:09:08 |
Stefano Verzegnassi |
summary |
Use file-qml-plugin FileReader class, to read content from plain text files |
Use a C++ class to read content from plain text files |
|
2015-03-15 17:10:47 |
Stefano Verzegnassi |
description |
At the moment, our plain text reader use QML XMLHttpRequest to read the content of a file.
In file-qml-plugin we have a C++ class to do the same work, which would result in a cleaner and better code.
We should switch to use that C++ class as soon as possible, since we want to add some "advanced" features that are available in C++ Qt API only.
DESIRED SOLUTION:
Use FileReader class from file-qml-plugin, instead of XMLHttpRequest. |
At the moment, our plain text reader use QML XMLHttpRequest to read the content of a file.
In file-qml-plugin we have a C++ class to do the same work, which would result in a cleaner and better code.
We should switch to use that C++ class as soon as possible, since we want to add some "advanced" features that are available in C++ Qt API only.
DESIRED SOLUTION:
Use FileReader class from file-qml-plugin, instead of XMLHttpRequest.
Also, we should provided the file content as QQuickTextDocument[1], so that we can have some advanced feature (e.g. syntax highlighting)
[1]: http://doc.qt.io/qt-5/qquicktextdocument.html |
|
2015-03-15 17:10:53 |
Stefano Verzegnassi |
tags |
bitesize |
|
|
2015-04-16 17:47:53 |
Stefano Verzegnassi |
ubuntu-docviewer-app: milestone |
|
2015-04-23 |
|
2015-04-20 10:10:03 |
Stefano Verzegnassi |
ubuntu-docviewer-app: status |
Triaged |
Won't Fix |
|
2015-04-20 10:10:08 |
Stefano Verzegnassi |
ubuntu-docviewer-app: status |
Won't Fix |
In Progress |
|
2015-04-20 10:10:13 |
Stefano Verzegnassi |
ubuntu-docviewer-app: assignee |
|
Stefano Verzegnassi (verzegnassi-stefano) |
|
2015-04-30 12:57:10 |
Stefano Verzegnassi |
ubuntu-docviewer-app: milestone |
2015-04-23 |
2015-04-30 |
|
2015-04-30 17:11:31 |
Stefano Verzegnassi |
branch linked |
|
lp:~verzegnassi-stefano/ubuntu-docviewer-app/advanced-text-editor |
|
2015-09-09 13:32:59 |
Stefano Verzegnassi |
ubuntu-docviewer-app: status |
In Progress |
Triaged |
|