Ronan Abhamon
|
b59e8c29a8
|
fix(app): remove useless this capture in lambda
|
2018-01-22 09:21:00 +01:00 |
|
Wescoeur
|
b0110fb4ad
|
feat(src): update copyright date
|
2018-01-17 22:31:52 +01:00 |
|
nicolas
|
7d72669213
|
fix(App): remove useless App::executeCommand function
|
2017-09-08 11:55:43 +02:00 |
|
Ronan Abhamon
|
0721a22be8
|
feat(Cli): Cli is now a static object + clean code
|
2017-09-06 14:52:19 +02:00 |
|
nicolas
|
e43fb27ac9
|
feat(Cli.cpp) : add the --cli-help option to display the help of the cli
|
2017-09-06 11:02:14 +02:00 |
|
Ronan Abhamon
|
20d06c589d
|
feat(app): use static inline
|
2017-08-25 10:47:31 +02:00 |
|
Ronan Abhamon
|
dce0034561
|
fix(App): reset internal variables to nullptr when app is restarted (avoid crash and invalid read)
|
2017-08-21 10:29:24 +02:00 |
|
Ronan Abhamon
|
7359bbe2e5
|
fix(app): coding style
|
2017-08-09 16:03:39 +02:00 |
|
nicolas
|
55153d720d
|
fix(Cli): no longer displays the main view when calling cli
|
2017-08-09 15:35:12 +02:00 |
|
Ronan Abhamon
|
22c0987ec4
|
feat(app): add a message counter on sys tray icon (GNU/Linux)
|
2017-08-08 09:41:43 +02:00 |
|
Ronan Abhamon
|
66a0748fef
|
feat(MessagesCountNotifier): refactoring
|
2017-08-07 14:58:54 +02:00 |
|
Wescoeur
|
3d3ada014b
|
fix(app): execute command at startup correctly (not when core is restarted)
|
2017-07-22 20:18:56 +02:00 |
|
Nicolas Follet
|
646f0fe3b9
|
feat(App): supports commands and conferences with id
|
2017-07-22 19:24:01 +02:00 |
|
Ronan Abhamon
|
659a6a5f71
|
fix(app): display locale only if help or version is not displayed
|
2017-07-19 14:59:52 +02:00 |
|
Wescoeur
|
e35927d1fd
|
fix(App): register linphone::ProxyConfig to avoid unusable type in qml (close #41)
|
2017-07-18 19:21:36 +02:00 |
|
Wescoeur
|
4524a4036e
|
feat(App): supports test, self-test is now a test and not a program option
|
2017-07-17 20:48:46 +02:00 |
|
Ronan Abhamon
|
e04cdfd78a
|
fix(App): clean imports and misc
|
2017-06-28 15:53:37 +02:00 |
|
Ronan Abhamon
|
7aeba2757c
|
fix(ChatProxyModel): use a unique ChatModel if many proxies use a same sip address
|
2017-06-28 13:58:26 +02:00 |
|
Wescoeur
|
f72e25286e
|
Revert "feat(App): add an import qml path for plugins"
This reverts commit e7c60ca31f.
|
2017-06-27 00:17:03 +02:00 |
|
Wescoeur
|
e7c60ca31f
|
feat(App): add an import qml path for plugins
|
2017-06-27 00:08:34 +02:00 |
|
Wescoeur
|
73e0f0b73e
|
feat(App): add an app directory for plugins
|
2017-06-26 23:48:07 +02:00 |
|
Wescoeur
|
b74f36a770
|
feat(App): replace "" by QString("") when possible
|
2017-06-26 20:32:20 +02:00 |
|
Ronan Abhamon
|
c380d3e11b
|
feat(App): do not show splashscreen if iconified param is given
|
2017-06-26 12:00:22 +02:00 |
|
Wescoeur
|
d90a252cf9
|
feat(SettingsAdvanced): supports all logs features
|
2017-06-23 22:51:40 +02:00 |
|
Ronan Abhamon
|
9547366891
|
feat(SettingsAdvanced): send logs in progress
|
2017-06-23 17:06:49 +02:00 |
|
Ronan Abhamon
|
485a9f3e75
|
feat(Settings): add a advanced entry and a logs folder selector
|
2017-06-22 15:01:40 +02:00 |
|
Ronan Abhamon
|
f9c4eb1266
|
fix(App): when app is restarted, update language if necessary
|
2017-06-22 13:51:27 +02:00 |
|
Ronan Abhamon
|
46f989c2e8
|
fix(App): colors getter returns a const pointer now
|
2017-06-21 14:29:49 +02:00 |
|
Ronan Abhamon
|
3e5cee9c97
|
fix(App): override colors at app creation, not at core started signal
|
2017-06-20 11:37:02 +02:00 |
|
Wescoeur
|
824ba007c6
|
feat(App): svg images supports color override
|
2017-06-19 23:24:08 +02:00 |
|
Ronan Abhamon
|
323dcb1663
|
feat(App): use a image provider for qrc images
|
2017-06-19 16:40:46 +02:00 |
|
Ronan Abhamon
|
8572347ba6
|
feat(App): remove reference on const var &foo = expr
|
2017-06-19 14:46:54 +02:00 |
|
Wescoeur
|
c579092e65
|
feat(App): use a cpp class for Colors
|
2017-06-19 00:32:25 +02:00 |
|
Ronan Abhamon
|
a845693ce5
|
feat(Chat): deal with sip-uri in messages, on click the sip uri is used as chat room
|
2017-06-16 15:28:11 +02:00 |
|
Ronan Abhamon
|
b9353adc39
|
fix(App): check update at startup
|
2017-06-15 15:54:13 +02:00 |
|
Ronan Abhamon
|
a8a6f5ce74
|
fix(App): deal correctly with single app, avoid usage of two binaries
|
2017-06-15 13:49:06 +02:00 |
|
Ronan Abhamon
|
fe29b93aaf
|
feat(app): remove linphone-desktop subfolder
|
2017-06-14 18:05:18 +02:00 |
|