[go: up one dir, main page]

File: ChangeLog

package info (click to toggle)
lomiri-action-api 1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,088 kB
  • sloc: cpp: 3,770; ansic: 1,052; xml: 64; makefile: 21
file content (361 lines) | stat: -rw-r--r-- 12,655 bytes parent folder | download
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
2023-02-03 Mike Gabriel

        * Release 1.1.2 (HEAD -> main, tag: 1.1.2)
        * Merge branch 'personal/mariogrip/nolibhud' into 'main' (3c086a2)

2023-02-03 Marius Gripsgard

        * Add option to compile with local copy of libhud2 (53d652b)
        * Add copy of libhud2 (7b2d95f)

2023-01-25 Ratchanan Srirattanamet

        * Merge branch 'personal/sunweaver/slight-cmake-and-other-cleanups'
          into 'main' (4419846)

2023-01-14 Mike Gabriel

        * CMakeLists.txt: Extend version macro call and set PROJECT_VERSION
          along the way. (66c6aa9)
        * CMake: Bump mininum version requirement to 3.5 (427c5c2)
        * Convert .bzrignore -> .gitignore. (04bfecc)
        * .bzr-builddeb/default.conf: Drop file. End-of-Bzr. (84620fd)

2022-01-20 Marius Gripsgard

        * Move and update jenkinsfile (6ee63c1)
        * debian: Rename from qtdeclarative5-* to qml-module-* (3e9d088)
        * debian/control: update to match new upstream (163cd80)

2022-01-19 Marius Gripsgard

        * debian/changelog: Start new development release (a0b3b5e)

2022-01-20 Marius Gripsgard

        * debian: Rename from ubuntu/unity namespace to lomiri (717593f)
        * documentation: Rename from ubuntu/unity to lomiri (b6ee401)
        * src: Rename namespace from ubuntu/unity to lomiri (57c55ff)

2019-12-24 Marius Gripsgard

        * Imported to UBports (879873c)

2017-04-05 Bileto Bot

        * Releasing 1.1.0+17.04.20170405-0ubuntu1 (0473eb1)

2017-04-05 Łukasz 'sil2100' Zemczak

        * Switch qtbase5-dev-tools built-dep to qttools5-dev-tools as qdoc
          has moved. Stop using transitional dependencies. (LP:
          #1626469) (a619bc6)
        * Switch qtbase5-dev-tools built-dep to qttools5-dev-tools as qdoc
          has moved. Stop using transitional dependencies. (394a47f)

2014-03-04 CI bot

        * Releasing 1.1.0+14.04.20140304-0ubuntu1 (1e09ff7)
        * No change rebuild against Qt 5.2.1. (af631df)

2014-02-06 CI bot

        * Releasing 1.1.0+14.04.20140206-0ubuntu1 (c5e8d16)

2014-02-06 Pete Woods

        * Upload to trusty (8975dc1)

2014-01-30 Pete Woods

        * Upload to trusty (bdfeec6)
        * Add automatic quit action to HUD toolbar.
          Fixes:
          https://bugs.launchpad.net/bugs/1269409. (974d85d)
        * Missed the test case! (1a61320)
        * Rename the _quit() signal to quit() (9643e56)

2014-01-23 Pete Woods

        * Handle global actions with specialisation (e5ebce7)

2014-01-22 Pete Woods

        * Make the QML tests pass (355ce67)
        * Make the CPP tests pass (9b0674e)
        * Add extra check target that prints the log on fail (afb9fda)
        * Increment minor version number for QML action manager (c6ebc93)
        * Increment API minor version (7fb5d92)
        * Add automatic quit action to HUD toolbar (5d107e3)

2013-12-13 Dimitri John Ledkov

        * Fix cross-compilation, by using correct qdoc at compile time.
          (b9413e3)

2013-12-12 Dimitri John Ledkov

        * Fix cross-compilation, by using correct qdoc at compile time.
          (b1ca7a9)

2013-11-17 Christian Dywan

        * Don't compress files or it breaks reading the docs.
          Fixes:
          https://bugs.launchpad.net/bugs/1202561. (aa1b512)

2013-11-14 Christian Dywan

        * Don't compress files or it breaks reading the docs (f6d3da2)

2013-07-16 Automatic PS uploader

        * Releasing 1.0.0+13.10.20130716-0ubuntu1 (revision 28 from
          lp:unity-action-api). (a9b1b42)
        * Releasing 1.0.0+13.10.20130716-0ubuntu1, based on r28 (5d39ad4)

2013-07-16 Didier Roche

        * change source package name from unity-action to unity-action-api
          (LP project name). (6b13e10)
        * change source package name from unity-action to unity-action-api
          (LP project name) (f38fd52)

2013-07-15 Antti Kaijanmäki

        * remove leftover code. (bc0395d)
        * remove leftover code. (997fda0)

2013-07-15 Didier Roche

        * populate -dev package and add .pc. (1df5803)

2013-07-15 Antti Kaijanmäki

        * set -dev depends. (320502e)
        * merge from didrocks (c4530f6)
        * rename qml package to qtdeclarative5-unity-action-plugin (3a2fb27)
        * don't use full libtool so versioning for now. (2cb4f1f)

2013-07-15 Didier Roche

        * don't export the qml bindings as library (f9b9349)
        * complete package description and fix multiarch on
          qtdeclarative5-unity-action1.0 (98bc7f0)

2013-07-15 Antti Kaijanmäki

        * fill in the "using C++ API" doc page (cd4daae)
        * fix absolute library name. (711241e)

2013-07-13 Antti Kaijanmäki

        * remove leftover conflict marker (ff4886c)
        * merge from upstream. (014c310)
        * Make sure we can install paraller versions of -dev package in the
          future (681b07d)

2013-07-12 Didier Roche

        * First pass at package cleanup. More to do once soname is
          stabilized. (c50009e)

2013-07-12 Antti Kaijanmäki

        * Action::trigger() must check the enabled property. (e590543)
        * Temporarily remove MenuItem from the public API. (1253287)
        * populate -dev package and add .pc (26f021e)
        * fix conflict with upstream. (2dc035b)
        * documentation for C++ and QML. (43194f0)

2013-07-12 Didier Roche

        * some first packaging fixes (f9d6e48)

2013-07-12 Antti Kaijanmäki

        * Q_DECL_EXPORT (d7a7a13)
        * merge from prereq (a0bf11c)
        * don't make MenuItem HIDDEN yet. (8e43def)
        * Action::trigger() must check the enabled property. (3293335)
        * Temporarily remove MenuItem from the public API. (30b970e)
        * remove menuitem docs (5c0f94f)
        * QML components. (7841076)
        * QML Pages (02c439f)
        * populate the -doc package (d1d9539)
        * PreviewAction, PreviewParameter, PreviewRangeParameter (9db9ccd)

2013-07-11 Antti Kaijanmäki

        * ActionManager (1649084)
        * ActionContext (a079f58)
        * Action (41136c1)
        * C++ pages. (fff67e2)

2013-07-10 Antti Kaijanmäki

        * merge from upstream (20a6436)
        * some c++ (390e95a)
        * dox pages (bbdf8d0)

2013-07-09 Antti Kaijanmäki

        * Handle the situation better where we don't have d-bus. (de7302f)
        * Make timp happy. ;) (2cc56c7)
        * Handle the situation better where we don't have d-bus. (4c80255)

2013-07-04 Antti Kaijanmäki

        * Add QQmlListProperty to all the relevant QML classes.;  menuitem:
          disconnect destroy signal if action is not null. (d94b444)
        * small cleanup (a1680b9)
        * Add QQmlListProperty to all the relevant QML classes. (109a93d)
        * menuitem: disconnect destroy signal if action is not null.
          (7bb17e1)

2013-07-02 Antti Kaijanmäki

        * Manager:  - If context is added to the manager and it's initially
          set as active, make it    the active local context.
          (4164c64)
        * If context is added to the manager and it's initially set as
          active, make it the active local context. (a383590)

2013-07-01 Antti Kaijanmäki

        * Activate Global Context in HUD on init. (e4653ad)
        * Activate Global Context in HUD on init. (c06f6d9)

2013-06-28 Antti Kaijanmäki

        * ActionManager: PreviewAction testing. (85e29a3)
        * ActionManager: Fix bug in bookkeeping when action is added to
          multiple contexts. (e523a86)
        * Protect against dangling pointers when objects are being deleted
          outside our control. (22aef36)
        * ActionManager: PreviewAction testing. (e6b3a34)
        * Make sure to specify floats. (daf28a9)

2013-06-27 Antti Kaijanmäki

        * tst_actionmanager: actionInMultipleContext,
          localContextOverridesGlobalContext (192d313)
        * ActionManager: Fix bug in bookkeeping when action is added to
          multiple contexts. (99b4901)
        * add some todo's and partial API docs. (182c95a)
        * tst_actionmanager:  * move action group creation to initTestCase  *
          add cleanup() which checks that the manager is left in a
          clean state (5e7e6fc)
        * PreviewAction:  * add test for parameter operations  * protect
          against dangling pointers (b1b0301)
        * MenuItem: protect against dangling pointers. (bfc51ef)
        * ActionManager: add couple of asserts for null pointers. (b7a6a5e)
        * ActionManager:  * handle the cases where Actions or ActionContexts
          get deleted  * simplify the signal disconnection code.
          (fd8f42a)
        * ActionContext: protect against dangling pointers when actions are
          getting deleted. (58b59b4)

2013-06-26 Antti Kaijanmäki

        * Verify the Action::trigger(QVariant) parameter type as well as
          possible and give a friendly warning if the types
          mismatch. (9f29fc1)
        * Verify the Action::trigger(QVariant) parameter type as well as
          possible and give a friendly warning if the types
          mismatch. (eebb5f6)

2013-06-20 Antti Kaijanmäki

        * ActionManager: fix PreviewParameter menu updates. (c4cee03)
        * ActionManager: fix PreviewParameter menu updates. (58e9e40)
        * ActionManager: second iteration of the Action Manager. (8707d85)
        * Small cleanup. (4ef2e39)
        * Fix the tests. (c136e73)
        * ActionManager++ (a2893ab)

2013-06-19 Antti Kaijanmäki

        * Manager: Get the application identifier from APP_ID env var Action:
          add Q_INVOKABLE and make actions() const. (98cc8ba)
        * Manager: Get the application identifier from APP_ID env var
          (c1ed721)
        * forgot the const from .cpp.. (0c6e92d)

2013-06-18 Antti Kaijanmäki

        * ActionManager and ActionContext. (49c3f96)
        * Action: add Q_INVOKABLE and make actions() const. (ddc5aad)
        * Fix qml test command. (dea1648)
        * use dbus-test-runner to run the tests. (dda02f9)

2013-06-17 Antti Kaijanmäki

        * Add copyright to the examples. (4d5f43f)
        * Tests++ (a44c6fd)
        * fix typo. (a4e864b)

2013-06-14 Antti Kaijanmäki

        * prefix belongs to the action_description and not the gaction..
          (7e97467)
        * First round of ActionManager and ActionContext (1c4f491)
        * Store the generated name in Action. (876f374)

2013-06-13 Antti Kaijanmäki

        * Introduce MenuItem. (1366ad7)

2013-06-12 Antti Kaijanmäki

        * Introduce MenuITem (71b82aa)

2013-06-11 Antti Kaijanmäki

        * PreviewParameter and PreviewRangeParameter. (5abd1bf)
        * Comment out the header install from
          debian/libunity-action-qt-dev.install also. (b115471)
        * Don't install the headers just yet. we need to include the library
          version to the install path and also provide a .pc
          (a150377)
        * add unit tests. (621052f)
        * Introduce PreviewParameter and PreviewRangeParameter. (b29e3eb)
        * Remove the full namespace from Q_ENUMS() as it makes QMetaObject
          system confuced. (5603431)

2013-06-10 Antti Kaijanmäki

        * Fix doxygen generation. (245fcf1)
        * Introduce PreviewAction. (2458384)
        * public headers in -dev package. (d0adc7a)
        * bring back -pedantic. QSKIP() makes the compiler cry still.
          (113a69e)
        * Add comment to src/CMakeList.txt why we include the headers, too,
          in the library target (for visiblity) (7dd392d)
        * get rid of relative includes (ef94aa2)
        * Use Q_DECL_EXPORT instead of custom visibility macros. (091e41c)
        * - Action::icon -> Action::iconName  - Use QScopedPointer for d.  -
          update debian/control Homepage, Vcs-Bzr and Vcs-Browser.
          (a01dd22)
        * Add PreviewAction to QML API test. (66e7547)
        * PreviewAction C++ tests. (370a6ec)
        * Remove -pedantic as QSKIP() makes it cry. (d2fd41e)
        * Add PreviewAction to QML. (5746608)
        * Introduce PreviewAction (e10e070)
        * Add unity-action-common.h and move the symbol visibility macros
          there. (ed947af)
        * Action::icon -> Action::iconName (90384a1)
        * Use QScopedPointer for d. (6870c90)

2013-06-07 Antti Kaijanmäki

        * update debian/control Homepage, Vcs-Bzr and Vcs-Browser (dfecba8)

2013-06-06 Antti Kaijanmäki

        * Exclude test files from coverage results. (c3ca5a8)
        * Exclude test files from coverage results. (f0e9cdd)
        * Fix copyright and licensing headers. (723f32c)
        * Add missing build-deps. (8b03b30)
        * Initial debian packaging. (e301118)
        * Initial Commit. (5716f6f)