Commit graph

4629 commits

Author SHA1 Message Date
Ronan Abhamon
e30574e07f feat(app): add a test on snakeToCamel 2016-10-19 12:15:39 +02:00
Ronan Abhamon
69897ef36e feat(CMakeLists.txt): check_qml is executed before update_translations 2016-10-19 11:09:00 +02:00
Ghislain MARY
fde3aa2521 Update belle-sip and linphone submodules. 2016-10-19 10:33:55 +02:00
Ronan Abhamon
f269bda902 feat(Paned): display only visible panel(s) 2016-10-19 10:11:19 +02:00
Simon Morlat
a00d5d0120 update linphone 2016-10-18 23:38:45 +02:00
Simon Morlat
ce9ed08d6b update linphone 2016-10-18 23:20:00 +02:00
Simon Morlat
22482fc745 update linphone 2016-10-18 23:11:16 +02:00
Simon Morlat
73a4db975a update linphone & belle-sip 2016-10-18 19:56:10 +02:00
Ronan Abhamon
1d681621e7 fix(Chat/Message): use other workaround to force the right message size 2016-10-18 16:25:12 +02:00
Ronan Abhamon
3131fa1848 fix(Chat/OutgoingMessage): display correctly the received icon 2016-10-18 16:19:01 +02:00
Ronan Abhamon
3e48f6b27b fix(Chat/Message): force height attribute on completed event 2016-10-18 16:04:25 +02:00
Ronan Abhamon
7a59aa64ff fix(Chat/IncomingMessage): fix binding loop on width/height 2016-10-18 15:54:26 +02:00
Ronan Abhamon
7c7b59a61f feat(Calls/Calls): add Chat in right panel (Note: Binding loop detected on implicitHeight of IncomingMessage line 8) 2016-10-18 14:50:48 +02:00
Ronan Abhamon
5b310315e8 feat(check_qml): remove symlink support 2016-10-18 14:29:41 +02:00
Ronan Abhamon
18f380a4f1 feat(app): install git pre-commit hook via cmake 2016-10-18 14:27:18 +02:00
Ronan Abhamon
bed7615605 feat(tools/check_qml): update it to support .js files 2016-10-18 12:30:57 +02:00
Ronan Abhamon
ac5e620e0a feat(tools/check_qml): update text 2016-10-18 12:21:04 +02:00
Ronan Abhamon
580347cd0f feat(tools/check_qml): use as git pre-commit hook 2016-10-18 12:13:37 +02:00
Ronan Abhamon
60a42f1deb feat(app): add qml checker in tools/check_qml 2016-10-18 11:57:44 +02:00
Ghislain MARY
d647735e9f Update bcunit submodule. 2016-10-18 11:49:59 +02:00
Ronan Abhamon
8f863b1a22 feat(app): rename dev_scripts to tools 2016-10-18 11:28:59 +02:00
Ronan Abhamon
10f8ddb116 feat(dev_scripts/update_resources): add doc 2016-10-18 11:27:53 +02:00
Ronan Abhamon
e3dc39ca42 feat(app): move update_resources in dev_scripts folder 2016-10-18 10:22:39 +02:00
Jehan Monnier
4f3185a012 update bctbx submodule 2016-10-18 10:07:48 +02:00
Ronan Abhamon
c27dcaed73 fix(ContactsListProxyModel): remove useless CONSTANT in def 2016-10-18 09:53:50 +02:00
Ronan Abhamon
fd54a3c845 feat(CMakeLists.txt): remove automatically *.qm files on clean 2016-10-18 09:27:17 +02:00
Ronan Abhamon
01dfa30703 feat(CMakeLists.txt): add remove_qm_files target 2016-10-17 17:10:26 +02:00
Ronan Abhamon
467c2102c5 feat(app): the languages resources are updated (with make) if a qml file changes 2016-10-17 16:44:35 +02:00
Ronan Abhamon
35c7003bce fix(DroppableTextArea): add missing style file 2016-10-17 15:44:05 +02:00
Ronan Abhamon
cb53ece64a feat(app): use make to rebuild languages when a .cpp is altered 2016-10-17 15:42:57 +02:00
Ronan Abhamon
c75b1befd2 fix(mainWindow): increase logo area height 2016-10-17 10:09:08 +02:00
Ronan Abhamon
6a9af0e040 fix(DroppableTextArea): fix style and add clip=true on Flickable 2016-10-17 10:04:16 +02:00
Ronan Abhamon
5e3e54848f feat(app): many styles changes 2016-10-17 09:14:46 +02:00
Ronan Abhamon
fc8b20e5df fix(DroppableTextArea): use style file 2016-10-14 17:28:35 +02:00
Ronan Abhamon
f8e4d72fe8 fix(DroppableTextArea): nice features, supports drag and drop/button click to select file 2016-10-14 17:07:53 +02:00
Ronan Abhamon
3fbc24fd07 feat(app): use now cmake to build project
- remove useless scripts
- move `build_resources_file` to root and rename it to `update_resources`
- update/create languages directly with cmake
2016-10-14 15:06:40 +02:00
Ronan Abhamon
a505646523 feat(app): use cmake (in progress) 2016-10-14 10:55:04 +02:00
Ronan Abhamon
58a4ccac60 fix(app): many code style changes 2016-10-14 09:17:32 +02:00
Ronan Abhamon
3944fec690 feat(app): create a Common module wich contains no linphone components 2016-10-13 17:00:59 +02:00
Erwan Croze
83c7d45a0c Update linphone 2016-10-13 16:27:05 +02:00
Ronan Abhamon
c2efc8f65b feat(Calls): StartingOutgoingCall in progress 2016-10-13 14:48:04 +02:00
Ronan Abhamon
77651510ae feat(Calls): StartingIncomingCall in progress 2016-10-13 14:10:05 +02:00
Jehan Monnier
ff1e957bf2 update submodule linphone bctbx belle-sip & cmake-builder 2016-10-12 14:47:47 +02:00
Ronan Abhamon
5182938f98 feat(app): new Borders component 2016-10-07 10:49:28 +02:00
Ronan Abhamon
2518304638 feat(MainWindow/Contacts): the contacts list can be filtered with the presence level 2016-10-06 17:08:11 +02:00
Ronan Abhamon
c6d0d18884 feat(Paned): it is possible to define the default area to resize when window is resized 2016-10-06 16:30:22 +02:00
Ronan Abhamon
cf031ea434 feat(Paned): supports a defaultClosed property 2016-10-06 14:23:32 +02:00
Ronan Abhamon
46a9e88c84 fix(Paned): better transition usage 2016-10-06 14:17:57 +02:00
Ronan Abhamon
0bc612c3e4 fix(Paned): supports max limits 2016-10-06 13:37:11 +02:00
Jehan Monnier
98b79e32e8 update linphone submodule 2016-10-06 09:00:26 +02:00