Commit graph

48 commits

Author SHA1 Message Date
Ronan Abhamon
bd6072b2de fix(App): do not open window before sub windows creation 2018-06-21 14:02:08 +02:00
Ronan Abhamon
70f47b01d3 fix(App): do not create windows later to avoid warning and abort (QQmlComponent: Cannot create new component instance before completing the previous) 2018-06-20 14:56:53 +02:00
Ronan Abhamon
f1d1577aa0 feat(app): clean code => use forward declarations when possible, avoid include with relative paths, improve compile time... 2018-06-18 14:27:50 +02:00
Ronan Abhamon
ea6c5da00d feat(app): remove usage of splashscreen 2018-06-15 11:33:34 +02:00
Ronan Abhamon
39ca751897 feat(App): add an option to the linphonerc to disable calls windows 2018-05-15 14:32:47 +02:00
Ronan Abhamon
9ae752dfcf feat(App): add an option to the linphonerc to disable calls windows 2018-05-15 14:32:39 +02:00
Ronan Abhamon
0c8aea3d00 fix(VideoCodecsModel): do not replace used codecs on update + many fixes 2018-04-20 11:39:11 +02:00
Ronan Abhamon
23939aaa2a feat(core): supports H264 download
Co-authored-by: Danmei Chen <danmei.chen@belledonne-communications.com>
2018-03-23 10:43:48 +01:00
Ronan Abhamon
386f113082 feat(App): register FileExtractor 2018-03-09 14:40:12 +01:00
Ronan Abhamon
74639a7d3d feat(app): replace some define by constexpr (modern cpp syntax) 2018-01-26 15:40:52 +01:00
Ronan Abhamon
5dd0161a68 feat(app): try to support menu bar between qt 5.9 and qt 5.10 2018-01-22 11:04:26 +01:00
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
Renamed from linphone-desktop/src/app/App.cpp (Browse further)