2f156c0dcdf8b8dcad19e1e2f816bec281deb191
[profile/ivi/audiomanager.git] / CHANGELOG
1 commit 0538d699f441beb81ab64b7f59cb87329667287a
2 Merge: 1b65963 bef6b6f
3 Author: christian mueller <christian.ei.mueller@bmw.de>
4
5     Merge branch 'master' of https://git.genivi.org/srv/git/AudioManager
6
7 commit 1b659632bc7fa0c1daa021a2d52da390cedec9a7
8 Author: christian mueller <christian.ei.mueller@bmw.de>
9
10     * weired git error .. anyway should be ok now
11
12 commit ad0c452e9890a35a1b7a6c2e2421e092c5cf2c2d
13 Author: christian mueller <christian.ei.mueller@bmw.de>
14
15     * wrapping DLT calls in a new Class because of performance, codesize and lazyness reasons
16     * the whole project now compiles without a warning with -pedantic
17
18 commit bef6b6f38de4f6b201a1b6ce24855c8894031602
19 Author: christian mueller <christian.ei.mueller@bmw.de>
20
21     * fixed non reference in routing interface peeksourceclassID and peeksinkclassID
22     * fixed bug in complexer usage of routing algorithm
23     * added more router tests
24
25 commit 58d62c4af578c10375bf9baa946e33f340c42a1f
26 Author: christian mueller <christian.ei.mueller@bmw.de>
27
28     * regenerated EA code based on Conti Feedback.
29     * changed paths of audiomanagertypes include in generated files
30     * changed order of parameters in asyncSetSinkSoundProperty / asyncSetSourceSoundProperty / cbTimingInformationChanged  to have common style over all interfaces.
31     * changed default include paths for Controller etc...
32     * cleanup of warnings
33
34 commit 93c6b1973d59ce225e9cb5d2bcaea7d01c5fda52
35 Author: christian mueller <christian.ei.mueller@bmw.de>
36
37     * routing algorithm improvements
38     * routing algorithms first tests
39
40 commit af0ba5b505b361679c07899187b7043d867742c3
41 Author: christian mueller <christian.ei.mueller@bmw.de>
42
43     * finalized Router implementation
44     * added new generated ControlSendInterface with router support
45
46 commit 4fe50302a695c625d5161b538da771b2c36bd33e
47 Author: christian mueller <christian.ei.mueller@bmw.de>
48
49     * formatting all the source code with eclipse source code style
50     * added used xml to the project
51
52 commit 80213f17291e5b58c733de09f06439d71640d2e2
53 Author: christian mueller <christian.ei.mueller@bmw.de>
54
55     * fixed wrong memset in main.cpp (thanks to frank)
56     * fixed compiler warnings in signalhandler
57     * added Router Class: this class does now the autorouting job. First commit, no tests yet
58
59 commit adf0d48f869007e4527b00e1a346ed37ee82cc1a
60 Author: christian mueller <christian.ei.mueller@bmw.de>
61
62     * fix for package building with lower cmake versions
63     * fix DBus interface to be GLIB tolerant 32bit types
64
65 commit 8a99f39f0a5b84230bb6e764950dc674258870e8
66 Author: christian mueller <christian.ei.mueller@bmw.de>
67
68     * fix build without git
69
70 commit 3d458653de2ec50f524b38d33645fd773bcb207f
71 Author: christian mueller <christian.ei.mueller@bmw.de>
72
73     * fixed compilation without git
74     * fixed compilation without tests
75
76 commit 23c90675c09d4e2947b5a827a5ebcd5516c0270e
77 Author: christian mueller <christian.ei.mueller@bmw.de>
78
79     * added package creation based on cpack
80     * updated .gitignore
81
82 commit a4a4c50ff375d94fa90c13d293b145176f214bf4
83 Author: christian mueller <christian.ei.mueller@bmw.de>
84
85     * added install and uninstall routines to make
86
87 commit 915ae08fa586cfa67559cc94a72ac5787df909ea
88 Author: christian mueller <christian.ei.mueller@bmw.de>
89
90     * just update changelog
91
92 commit 5f02509296864bc5b4b438139a246fb3119802ed
93 Author: christian mueller <christian.ei.mueller@bmw.de>
94
95     * fixed commandline option p is now recognized
96     * fixed bug: loading of routing plugins with version control now works
97
98 commit 472d0762b68ce0f2a755b4215515a3e031831495
99 Author: christian mueller <christian.ei.mueller@bmw.de>
100
101     * recreated the header files out of the model. Added versioning support in the headerfiles generated
102     * ensured compatibility with 64 bit systems while compiling dbus [ changed FindDBUS.cmake]
103     * updated the README to better support building
104     * updated typo in introspectable string of DBusWrapper
105     * reworked including strategie
106     * added getInterfafeVersion method on all interfaces
107     * added Interface Versioning support
108     * added version as part of .so ending
109     * it is no possible to set a vector of source and sink sound properties at a time
110     * added interface to ask for all loaded plugins on RoutingSender
111     * added first version of telnet server (not yet productive) - set to not active in CMakeLists.txt
112     * added changelog (created out of git commit log)
113     * added default values for all enum types to be save even on other if communication is on other domain
114
115 commit 6ebae8c4d3a340c135ed2f5f611a0e1c31994164
116 Author: christian mueller <christian.ei.mueller@bmw.de>
117
118     * fixed sockethandler timespec issues
119
120 commit d2033f10762c1b39b7755f067cb614228336aec8
121 Author: christian mueller <christian.ei.mueller@bmw.de>
122
123     changed README, added correct header in files
124
125 commit 93d7610b460c6212a3098a3eccb127fd45ada345
126 Author: christian mueller <christian.ei.mueller@bmw.de>
127
128     *added versioning support automatically out of git
129     *added commandline parser
130     *changed DLT_CONTEXT for AudioManager to AudioManager
131     *added signalhandler
132     *TODO: make signalhandler not only call but correctly rundown the daemon
133
134 commit b7e748007bbe0b16fa8a8a089c6cc8fe43bc7aac
135 Author: christian mueller <christian.ei.mueller@bmw.de>
136
137     * assert on empty busname (routinginterface)
138     * added busname for DbusroutingSender
139     * rework of sockethandlertests
140     * small changes on compilerflags
141     * new default error messages on dummy controller plugin
142     * new plugin Asynchronous including tests
143
144 commit 6b583365d1f0f5c7ff613ecfc323c4d1eba1699d
145 Author: christian mueller <christian.ei.mueller@bmw.de>
146
147     * finally, first socket test work
148
149 commit cd23bf5e1d2e1d134df91f23ebfd761d770a99db
150 Author: christian mueller <christian.ei.mueller@bmw.de>
151
152     * fixed no compile bug
153     * fixed sockethandler loop
154
155 commit 4f74d6e303c58326fe75ee75e1c92cf9263f800d
156 Author: christian mueller <christian.ei.mueller@bmw.de>
157
158     * rework of buildsystem
159     * now everything depends on a toplevel CMakefile
160     * cleanup of makefiles and compiler options
161
162 commit 4618280b6d777ac7bf3bb5cf5b0ea3f0d9e4b2b7
163 Author: christian mueller <christian.ei.mueller@bmw.de>
164
165     * new run of code generation by EA
166     * removed audiomanagertypes.cpp it's creadted by EA, but empty
167     * get rid of dbusincludes, dbus files are now in the includes folder
168
169 commit b9b9e9ace5c6c7c493438ecf9a4b33b47543e8e3
170 Author: christian mueller <christian.ei.mueller@bmw.de>
171
172     * first version of SocketHandler working with DBus
173     * currently Sockethandler test not working
174
175 commit f8a41c140abbd1d193ed19f6c2be598adc01292a
176 Author: christian mueller <christian.ei.mueller@bmw.de>
177
178     * fixed bug in database handler connected to delay calculation
179
180 commit 18d1c7ee814993ae3fbee5635650e55472dac587
181 Author: christian mueller <christian.ei.mueller@bmw.de>
182
183     * first version of the sockethandler with test
184
185 commit 1c992fd131eab06ee4f5a7090377031975092aba
186 Author: Christian Mueller <christian@lmuc329619u.(none)>
187
188     - changed header comment - entered correct licence
189
190 commit 2cefc51e7bb2b3810f57e7c340c0c8857de1a05a
191 Author: Christian Mueller <christian@lmuc329619u.(none)>
192
193     - adds dbus test for command plugin
194
195 commit 18b59afe6cda90607ad0b193088000d4f9749a97
196 Author: Christian Mueller <christian@lmuc329619u.(none)>
197
198     - added comments in XML description
199     - fixed bug in Dbus signal sending
200     - corrected namespace usage
201
202 commit 392d090c63dcb03df8a044abbc6cc84807e341e5
203 Author: Christian Mueller <christian@lmuc329619u.(none)>
204
205     changes to make controlSender compile & loadable
206
207 commit 281cb0d875832bb56c82bad3516fc4021f8be4b0
208 Author: Christian Mueller <christian@lmuc329619u.(none)>
209
210     added README
211
212 commit cad108114630deebde684267d67a5b648479679e
213 Author: Christian Mueller <christian@lmuc329619u.(none)>
214
215     first release !
216
217 commit 68678bed2dc3d4a5849d283bec84a01e2836603f
218 Author: Christian Mueller <christian@lmuc329619u.(none)>
219
220     update in headers, small things
221
222 commit 92c8b837306ff1dcd889f9c075435aec50e9aea3
223 Author: Christian Mueller <christian@lmuc329619u.(none)>
224
225     .
226
227 commit 205595e3d3e6a1d55be3c462ef02c9f828a77feb
228 Author: Christian Mueller <christian@lmuc329619u.(none)>
229
230     some updates, new tests
231
232 commit d85e69bbf6d8ec6e087c7af579686923c76079cd
233 Author: Christian Mueller <christian@lmuc329619u.(none)>
234
235     Some changes, renaming...
236
237 commit 5773404eb801e27179b7c3c7803a990145d6e94a
238 Author: Christian Mueller <christian@lmuc329619u.(none)>
239
240     total rework
241
242 commit 9826492b0066d47cfa9ba68d6efe737cc3c317a3
243 Author: Christian Mueller <christian@lmuc329619u.(none)>
244
245     update on dbus
246
247 commit 2d849dd0b5b1558e92cd0f2cd6dbc556950d631d
248 Author: Christian Mueller <christian@lmuc329619u.(none)>
249
250     Dbus restructured
251
252 commit df88fefdd7df890aaf2a3206483678851cffc5c5
253 Author: Christian Mueller <christian@lmuc329619u.(none)>
254
255     - first time synchronisation with EA
256     - remodelled some interfaces
257     - new plugin structure for CommandInterfaces
258
259 commit 2feaef3bb5f91af43573155106c73143597bdf3e
260 Author: Christian Mueller <christian@lmuc329619u.(none)>
261
262     - daily commit
263     - dbus working smooth now, implemented signal handling
264     - changed worker thread for dbus to wait for dbus events not to wakeup every 50 ms
265
266 commit a34ffa9cf03c0685ee4751efb16eca8267e533c3
267 Author: Christian Mueller <christian@lmuc329619u.(none)>
268
269     - next part of getting rid of QT
270     - plugin handling for routing plugins work
271     - dbus communication works but nof finalized
272
273 commit 4bcad418c039cad5690e62ed63e2b4260c12a517
274 Author: Christian Mueller <christian@lmuc329619u.(none)>
275
276     make it compile on 10.04
277
278 commit 4a67d4c668148dd8b0cd9c818ab45c7c6ac9841a
279 Author: blacky <blacky@kiwi.(none)>
280
281     added layermanager plugin mechanism
282
283 commit 6d7c17a9ab1bccbf0bc656c87818338de28f408d
284 Author: blacky <blacky@kiwi.(none)>
285
286     - first attempt to remove QT
287     - this compiles but does not provide the same functionality
288     - hookplugin compiles
289     - other plugins do not
290
291 commit 8da33c909cfce7370ef8e53acb2e3a00464edf37
292 Author: christian mueller <christian.ei.mueller@bmw.de>
293
294     - track StructuralPlugins via list
295     - use this list to deinit the plugins upon destructor call of the hookhandler
296
297 commit 8329c1baf99ece0e93feda1331e089bc0aced52e
298 Author: christian mueller <christian.ei.mueller@bmw.de>
299
300     adding feature in the compile script:
301     by adding document to the cmaker call , the documentation will be created. By default the documentation will not be created
302
303 commit 958ff9a0907602f359028261de5d822ac995aede
304 Author: christian mueller <christian.ei.mueller@bmw.de>
305
306     - just typos in AudioManagerCore
307     - fixed a bug only updating and showing the first connection
308     - change in gitignore
309
310 commit 9eb2402884c520a4d7eaa8ce041618bfaa6930b3
311 Merge: 0108869 5394c6f
312 Author: blacky <blacky@kiwi.(none)>
313
314     Merge branch 'master' of https://git.genivi.org/srv/git/AudioManager
315
316 commit 0108869db26775b5e30028b0956adb2007020a10
317 Author: blacky <blacky@kiwi.(none)>
318
319     merge due to non empty Repo on genivi git server. Resolving conflics in the READMEFILE
320
321 commit 4a32aebe3776323c176e0fe57298c1220ecc6d2c
322 Author: blacky <blacky@kiwi.(none)>
323
324     small change on CMakelist in player gui
325
326 commit 9d723d9b3918d8c9227b806aa9f016699e234a15
327 Merge: d61f9cb e6ad5d8
328 Author: Simon Brandner <simon.brandner@partner.bmw.de>
329
330     Merge branch 'master' of 10.250.89.137:audiomangenivi
331
332 commit e6ad5d883663688d0e36e9d506aa9a1f1190c47f
333 Author: christian mueller <christian.ei.mueller@bmw.de>
334
335     changed daemon directory name
336     changed absolute path for doxygen to relative path
337
338 commit d61f9cbeeb25c02d73fc99170b1bdf0cc802002f
339 Author: Simon Brandner <simon.brandner@partner.bmw.de>
340
341     listInterrruptedSources -> listInterruptedSources
342
343 commit fa4da60f971f55bafe157da87ae9d3bce07389b0
344 Author: Simon Brandner <simon.brandner@partner.bmw.de>
345
346     corrected speeling of sourceID
347
348 commit 246e009c14ccec699d9fbb92fde61bba5ebb8221
349 Author: Simon Brandner <simon.brandner@partner.bmw.de>
350
351     corrected spelling error in README file
352
353 commit 02acf3cebd9ec61193f63415590929ef40c504c1
354 Author: blacky <blacky@kiwi.(none)>
355
356     update & cleanup
357
358 commit 4a33862456def70049364761b2035a536b3c5881
359 Author: blacky <blacky@kiwi.(none)>
360
361     Initial submission
362
363 commit 5394c6fa5bf40d9bc8619026cbc4c306211a8499
364 Author: Jeremiah C. Foster <jeremiah.foster@pelagicore.com>
365
366     Initial import of TEMPLATE.git dir.