aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 70ffe31bbe23b8f030bc305c3d6a15ff748dc1b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
qmenumodel (0.2.7) saucy; urgency=low

  * Releasing version 0.2.7

 -- Nicholas Dedekind <nicholas.dedekind@gmail.com>  Tue, 13 Aug 2013 10:11:24 +0100

qmenumodel (0.2.6+13.10.20130812-0ubuntu1) saucy; urgency=low

  [ Nick Dedekind ]
  * Added UnityMenuModel.

  [ Mirco Müller ]
  * Added UnityMenuModel.

  [ Lars Uebernickel ]
  * Added UnityMenuModel.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 70

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 12 Aug 2013 18:38:17 +0000

qmenumodel (0.2.6daily13.06.07-0ubuntu1) saucy; urgency=low

  [ Alberto Mardegan ]
  * Use invalid index as root index When emitting the rowsInserted
    signal for top-level items, use an invalid QModelIndex as parent.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 68

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 07 Jun 2013 02:02:05 +0000

qmenumodel (0.2.6daily13.05.02-0ubuntu1) saucy; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * Automatic snapshot from revision 62 (bootstrap).
  * debian/control:
    - Add Vcs-Browser, add comment to developers.
    - Update Vcs-Bzr.
    - Move libgl-dev as an alternate Build-Depends to libgles2-mesa-dev.
    - Add Homepage field.
    - Extend binary packages descriptions.
    - Don't build binary packages on powerpc; qtdeclarative5 isn't available;
      so explicitly list the architectures we can build on.
  * debian/rules:
    - Override dh_install to use --fail-missing.
  * debian/copyright: should be LGPL-3, not LGPL-3+.

  [ Renato Araujo Oliveira Filho ]
  * [all] add correct licensing and debian information for release (LP:
    #1121721)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 66

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 02 May 2013 22:58:50 +0000

qmenumodel (0.2.6) quantal; urgency=low

  * Updated to qt5 final. 

 -- Renato Araujo Oliveira Filho <renato@canonical.com>  Thu, 31 Jan 2013 01:12:02 -0300

qmenumodel (0.2.5) quantal; urgency=low

  * Fixed "invokeMethod" call to use only the method name instead of full signature.

 -- Renato Araujo Oliveira Filho <renato@canonical.com>  Mon, 14 Jan 2013 21:25:25 -0300

qmenumodel (0.2.4) quantal; urgency=low

  * Added missing license header.
  * Implemented QMenuModel as tree model.

 -- Renato Araujo Oliveira Filho <renato@canonical.com>  Mon, 14 Jan 2013 16:25:52 -0300

qmenumodel (0.2.3) quantal; urgency=low

  * Try to keep the module unchanged until the function
    begin[Insert|Remove]Rows is called

 -- Renato Araujo Oliveira Filho <renato@canonical.com>  Mon, 17 Dec 2012 17:04:47 -0300

qmenumodel (0.2.2) quantal; urgency=low

  * release 

 -- Bill Filler <bill.filler@canonical.com>  Tue, 11 Dec 2012 23:12:36 -0500

qmenumodel (0.2.1) quantal; urgency=low

  * Implemented conversion for GVariant and Arrays.

 -- Renato Araujo Oliveira Filho <renato@canonical.com>  Mon, 10 Dec 2012 12:19:13 +0000

qmenumodel (0.2) quantal; urgency=low

  * Cache sub-menus.

 -- Olivier Tilloy <olivier.tilloy@canonical.com>  Tue, 04 Dec 2012 11:57:59 +0100

qmenumodel (0.1.9) quantal; urgency=low

  * Created auxiliary functions. To allows access the model data from
    JavaScript;

 -- Renato Araujo Oliveira Filho <renato@canonical.com>  Thu, 29 Nov 2012 18:11:20 -0300

qmenumodel (0.1.8) quantal; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Fixed memory leak after the service disappear.
  * Implemented support to tuple conversions.
  * Added 'TEST_XML_OUTPUT' option on cmake to enable/disalbe test output in
    xml.
  * Removed QAction dependency from QStateAction.
  * Fixed QMenumodel behavior when the GMenuModel is destroyed.

  [ Olivier Tilloy ]
  * Reimplement roleNames() instead of using setRoleNames(…).

 -- Renato Araujo Oliveira Filho <renato@canonical.com>  Fri, 23 Nov 2012 16:15:00 -0300

qmenumodel (0.1.7) quantal; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Fixed tests to avoid crashing if dbus session is not available.
  * Updated debian package to use debhelper instead of cdbs.
  * Updates to get coverage and test results in jenkins.

 -- Olivier Tilloy <olivier.tilloy@canonical.com>  Wed, 14 Nov 2012 10:43:15 +0100

qmenumodel (0.1.6) quantal; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Changed the 'g_bus_watch_name' flag to auto start the service.
  * Replaced gchar ⇄  QString conversion function, from Latin1 to Utf8.
  * Use the correct function "g_action_group_change_action_state" to change the
    action state.

  [ Olivier Tilloy ]
  * Migrate all the scripts to python3.

 -- Olivier Tilloy <olivier.tilloy@canonical.com>  Wed, 31 Oct 2012 18:19:15 +0100

qmenumodel (0.1.5) quantal; urgency=low

  [ Renato Araujo Oliveira Filho]
  * Implemented missing GVariant ⇄ QVariant conversion for variant map (a{sv})

 -- Olivier Tilloy <olivier.tilloy@canonical.com>  Thu, 18 Oct 2012 16:25:49 +0200

qmenumodel (0.1.4) quantal; urgency=low

  * Expose a C++ library, and separate into 3 binary packages:
    - libqmenumodel0: C++ library
    - libqmenumodel-dev: development headers for the C++ library
    - qmenumodel-qml: QML module

 -- Olivier Tilloy <olivier.tilloy@canonical.com>  Tue, 16 Oct 2012 10:57:06 +0200

qmenumodel (0.1.3) quantal; urgency=low

  * Rebuild for armhf

 -- Ricardo Mendoza <ricardo.mendoza@canonical.com>  Thu, 11 Oct 2012 14:42:03 -0430

qmenumodel (0.1.2) quantal; urgency=low

  [ Olivier Tilloy ]
  * Renaming source package to qmenumodel
  * Port to Qt5

  [ Ricardo Mendoza ]
  * Bump version for Release

 -- Ricardo Mendoza <ricardo.mendoza@canonical.com>  Thu, 11 Oct 2012 12:55:53 -0430

qmenumodel-qml (0.1.0) quantal; urgency=low

  * Initial package;

 -- Renato Araujo Oliveira Filho <renato@canonical.com>  Wed, 12 Sep 2012 14:55:31 -0300