From: jakub Date: Fri, 25 Feb 2011 08:39:59 +0000 (+0100) Subject: Merge branch 'qml' of ssh://drop.maemo.org/git/mdictionary into qml X-Git-Url: https://vcs.maemo.org/git/?p=mdictionary;a=commitdiff_plain;h=9427983f428542e40d737a9f7f719809c229a83d Merge branch 'qml' of ssh://drop.maemo.org/git/mdictionary into qml Conflicts: www/devhowto.html www/images/Meego.png www/images/qml/w07.png www/qmlelements.html --- 9427983f428542e40d737a9f7f719809c229a83d diff --cc www/devhowto.html index d078f5e,2626590..892afa3 --- a/www/devhowto.html +++ b/www/devhowto.html @@@ -31,22 -31,23 +31,23 @@@
- -

mDictionary @@@ -71,7 -72,15 +72,13 @@@

-

Developer's HOWTO:
making Your own GUI for mDictionary

- - +

Developer's HOWTO:
making Your own plugin

+ The manual is available here + +

Developer's HOWTO:
making Your own GUI (new version of mDictionary)

+ The manual isn't available yet + +

Developer's HOWTO:
making Your own GUI for mDictionary (old versien of mDictionary)

mDictionary is intended to be as modifiable as possible. So apart from developing Your own dictionary engines, You can also create alternative user interface, should You find ours inattractive. For the intrepid ones, I have described how to do that. In this howto, I am going to explain how to communicate GUI with the engines's manager

@@@ -80,7 -89,7 +87,6 @@@
dbus_data = ws_dbus_create ("mDictionaryGui", "v1.0");

--Then You configure the remote and local addresses, by using ws_dbus_config. The settings should be the same as in the example, below:

ws_dbus_config( dbus_data, diff --cc www/qmlelements.html index aa73b2c,8969b14..8afc38f --- a/www/qmlelements.html +++ b/www/qmlelements.html @@@ -31,7 -31,7 +31,11 @@@
++<<<<<<< HEAD +
++======= +
++>>>>>>> 21a14d392f44458d749c76552e971f33625705ea

mDictionary

@@@ -141,7 -141,8 +149,12 @@@ When we created a graphic user interfac
Combobox
++<<<<<<< HEAD +

text

++======= +

ComboBox component allows to select one text item from the dropdown list, In the non-expanded state displays the currently selected item, when you expand it is possible to return without selecting a new element by clicking arrow at the component's right edge. You can use any set of text elements as a data model, as well as the change in size (it can be extended to the width).

+ ++>>>>>>> 21a14d392f44458d749c76552e971f33625705ea
@@@ -189,7 -190,7 +202,11 @@@
WebView
++<<<<<<< HEAD +

text

++======= +

This component uses a WebView from QtQuick. It is responsible for displaying html pages formatted using CSS. It has a zoom option, available by two buttons at the bottom right corner. The screen is also movable, the user by touch is able to move screen in all directions

++>>>>>>> 21a14d392f44458d749c76552e971f33625705ea
@@@ -213,6 -214,7 +230,10 @@@ ++<<<<<<< HEAD ++======= + ++>>>>>>> 21a14d392f44458d749c76552e971f33625705ea