d1294de5c7
* #7133 : fix permissions on xml files
2011-10-11 17:52:09 -04:00
427e6a2c67
* #7132 : InstantMessaging -> instant_messaging
2011-10-11 17:52:00 -04:00
e62a4dc9f9
* #7133 : Makefile.am should not be executable
2011-10-11 17:51:47 -04:00
89d9d7e371
* #7132 : daemon: audiortp files -> lowercase
2011-10-11 17:33:59 -04:00
4dd9289884
* #7132 : Codec.h -> codec.h
2011-10-11 17:08:02 -04:00
e4e6b0cae9
codec: remove unused constructor
2011-10-11 17:04:13 -04:00
3a41ef71d6
* #7131 : removed underscore prefix in call, other cleanup
2011-10-11 17:01:28 -04:00
1df2fa4cda
* #7130 : Fix segfault when detaching participant
...
Conference object was being deleted in processRemainingParticipants and then called.
2011-10-11 16:42:18 -04:00
a9f3dc574f
* #7127 : apply astylerc to daemon and client.
...
99 % of these are just whitespace changes. Some unnecessary includes
removed as well
2011-10-11 13:43:26 -04:00
58a3182518
* #7126 : fix segfault when recording conference
2011-10-11 12:05:53 -04:00
ad01a6bc0c
* #7101 : gnome: fixed crasher on conference hangup
...
Was due to incorrect conditional path before recursive call
2011-10-11 10:22:17 -04:00
8dee3ca3a9
* #7101 : more cleanup, but conference still broken
2011-10-07 18:07:46 -04:00
4e05987bd9
* #7111 : gnome: fix double free crasher on edit->paste
2011-10-07 15:42:27 -04:00
41c52adeda
* #7101 : removed unused API, conference hangup still broken
2011-10-07 15:08:01 -04:00
87230602fa
* #7101 : fixed segfault in daemon on conference hangup.
...
gnome-client still has leftover icon that crashes when clicked on.
2011-10-07 14:50:07 -04:00
7732cb167d
#7046 : Fix launch-build-machine script for 1.X.X software version
2011-10-05 18:49:14 -04:00
333a6d584b
* #7097 : added missing file
2011-10-05 18:20:24 -04:00
5cc56baf41
* #7046 : fix launchpad script to get last git tags
2011-10-05 17:54:06 -04:00
7d1a133221
* #7100 : gnome: remove shadowed vars, fix "ATTACHED" typo in DBUS
2011-10-05 16:18:55 -04:00
24db5cdc1c
* #7097 : cleanup, stripped dead code, removed shadowed-vars
...
Found with -Wshadow argument to g++
2011-10-05 14:41:10 -04:00
6aceecc399
* #7097 : cleanup, removed redundant code in audio backend
2011-10-05 11:53:18 -04:00
6456ab3751
* #6623 : gnome- cleanup, fixed memleaks, removed unused cruft
2011-10-04 17:52:14 -04:00
b242833545
* #7091 : add make dist target to KDE client
2011-10-04 10:41:29 -04:00
642bb4af7e
* #7087 : fix imwidget inheritance bug
...
It inherits directly from GtkVBox, not directly from GtkContainer
Resolved Conflicts:
gnome/src/imwindow.c
2011-10-03 17:43:39 -04:00
9b1301b931
update client kde changelog
2011-09-30 14:24:12 -04:00
4f672be08c
Update debian changelogs
2011-09-30 14:01:10 -04:00
639abe1c25
Add some control files
2011-09-30 13:53:27 -04:00
aa0b41c765
update kde .gitignore
2011-09-30 13:28:40 -04:00
c61e941c67
Fix bug in volume widget
2011-09-30 12:06:07 -04:00
0c57c0f617
Merge branch 'sflphone-client-0.9.14_refactoring'
2011-09-30 11:18:21 -04:00
e98d90ad44
More polishing for release
2011-09-30 11:17:51 -04:00
416fee0bf6
Bump version to 1.0.0
2011-09-30 09:27:16 -04:00
2a57613e1c
[ #7023 ] Add the ability to load an abstract contact backend in the library to resolve more data, polish code
2011-09-29 15:05:51 -04:00
3c239f26be
[ #7021 ] More cleanup for release
2011-09-29 13:37:55 -04:00
3dc63b115d
Cleanup
...
Fix memory leaks in client
Change a bit dbus protocol: int -> int instead of int -> string -> string -> int
Remove unused and empty yamlengine
2011-09-28 16:04:12 -04:00
19a0ad8bc8
[ #7021 ] Refactor KDE client dbus handling, add a missing call in daemon and port the DataEngine to the new API
2011-09-28 15:04:10 -04:00
7dd5689ca4
Remove some annoying debug
2011-09-27 18:04:27 -04:00
243a22392a
merge language scripts
2011-09-27 16:23:59 -04:00
2e8e8ee930
remove obsolete 'VERSION' files
2011-09-27 16:21:08 -04:00
db9ac6a929
update install instructions
2011-09-27 16:18:08 -04:00
94f46163b8
Add missing translations to gnome
2011-09-27 16:16:06 -04:00
6ee004db33
language update
...
- update scripts
- complete french translation (100%)
- move gnome po files into one directory
- update po files to current state
2011-09-27 16:16:06 -04:00
5f8faba840
Revert "Don't reference count DBus clients, exit core immediately when one of them request it"
...
It make more sense to keep it as it was. Un the case of a Dataengine, Canonical AppIndicator / KDE Plasmoid systray RFC, the daemon can run event if the client have not been openned or have been closed.
This reverts commit 66a2b8eede
.
2011-09-27 15:30:09 -04:00
66a2b8eede
Don't reference count DBus clients, exit core immediately when one of them request it
2011-09-27 15:23:04 -04:00
f4ad4a5075
[7021] Add contact abstraction support
2011-09-27 12:48:17 -04:00
3bd1cb012e
[ #7121 ] Polishing library (over). Indentation, spacing and naming are now consistent
2011-09-27 10:54:55 -04:00
3a2a4e9487
codecs: link to libccrtp, don't use logger
2011-09-26 17:57:59 -04:00
ea5ebde971
Fix a daemon bug
2011-09-26 15:16:54 -04:00
cceb4c0a3a
[ #7038 ] Fix adding contact
2011-09-26 14:29:28 -04:00
7f6412f45c
* #7037 : stop audio stream after all calls have been hanged up
2011-09-26 14:17:38 -04:00