Commit graph

155 commits

Author SHA1 Message Date
Ronan Abhamon
6e716eefcd fix(Animations/CaterpillarAnimation): use file style to set spacing attribute 2016-10-24 17:33:02 +02:00
Ronan Abhamon
667970c7b8 unstable 2016-10-24 17:31:09 +02:00
Ronan Abhamon
88e0688ec9 unstable 2016-10-24 16:34:33 +02:00
Ronan Abhamon
a0ea030f96 feat(Calls/Calls): left panel in progress 2016-10-24 12:10:38 +02:00
Ronan Abhamon
d0778b4e91 fix(Chat/OutgoingMessage): fix placement of valid icon 2016-10-24 11:23:35 +02:00
Ronan Abhamon
3872508946 feat(utils.js): parent is now a explicit parameter of setTimeout 2016-10-24 09:16:37 +02:00
Ronan Abhamon
37e7954c9e fix(app): fix code style in spec files 2016-10-21 17:22:56 +02:00
Ronan Abhamon
7b99d70d98 feat(utils.js): improve genRandomNumberBetweenIntervals performances 2016-10-21 17:01:55 +02:00
Ronan Abhamon
b8218a33d5 fix(Dialog/ConfirmDialog.spec.qml): use SignalSpy 2016-10-21 16:53:16 +02:00
Ronan Abhamon
3a8bf11fd0 feat(InvertedMouseArea.spec.qml): add fixed tests (outside/inside clicks) 2016-10-21 16:42:34 +02:00
Ronan Abhamon
47c733bb90 feat(InvertedMouseArea): add spec file to test emitted signals 2016-10-21 16:13:51 +02:00
Ronan Abhamon
521b9681b1 fix(Form/ExclusiveButtons.spec.qml): avoid invalid size QSize(0, 0) warning 2016-10-21 10:43:59 +02:00
Ronan Abhamon
6705553a40 feat(Form/ExclusiveButtons): add spec file to test emitted signals 2016-10-21 10:33:12 +02:00
Ronan Abhamon
4694dbdb73 fix(Animations/CaterpillarAnimation): move id to top of YAnimator 2016-10-20 16:07:15 +02:00
Ronan Abhamon
19849742f0 fix(utils.spec.qml): little fixes 2016-10-20 16:05:37 +02:00
Ronan Abhamon
feb6b25b1d fix(utils.spec.qml): add missing . and test if dialog is not returned in test_openDialog 2016-10-20 14:37:42 +02:00
Ronan Abhamon
32dc83545e feat(utils.spec.qml): add test on openConfirmDialog 2016-10-20 14:34:18 +02:00
Ronan Abhamon
260cebc8de feat(app): add new tool test_qml that run unit tests on all *.spec.qml files 2016-10-20 13:53:10 +02:00
Ronan Abhamon
0e12f0494c feat(ConfirmDialog.spec.qml): remove useless instructions 2016-10-20 11:24:41 +02:00
Ronan Abhamon
63482c179f feat(Dialog/ConfirmDialog): add spec file to test exit statuses 2016-10-20 11:22:31 +02:00
Ronan Abhamon
8394643192 feat(utils.spec.qml): remove unnecessary ternary op 2016-10-20 09:39:33 +02:00
Ronan Abhamon
07be986761 feat(app): add comments 2016-10-20 09:30:37 +02:00
Ronan Abhamon
8fd370752c feat(CaterpillarAnimation): add comments 2016-10-20 09:28:02 +02:00
Ronan Abhamon
debef9a9bc feat(CaterpillarAnimation): add style file 2016-10-20 09:24:45 +02:00
Ronan Abhamon
3fdaa51c01 feat(Animations/CaterpillarAnimation): better animation 2016-10-19 17:23:48 +02:00
Ronan Abhamon
681b3512dd feat(app): add new animation Animations/CaterpillarAnimation.qml 2016-10-19 16:24:16 +02:00
Ronan Abhamon
f477f01fd3 feat(utils.spec.qml): add many comments 2016-10-19 15:18:49 +02:00
Ronan Abhamon
0f48d2047d feat(utils.spec.qml): add tests on times 2016-10-19 15:08:08 +02:00
Ronan Abhamon
5d65384b97 feat(utils.spec.qml): add tests on clearTimeout, isString 2016-10-19 14:49:40 +02:00
Ronan Abhamon
cb131ed71f feat(utils.spec.qml): add a test on setTimeout 2016-10-19 12:54:23 +02:00
Ronan Abhamon
e30574e07f feat(app): add a test on snakeToCamel 2016-10-19 12:15:39 +02:00
Ronan Abhamon
f269bda902 feat(Paned): display only visible panel(s) 2016-10-19 10:11:19 +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
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
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
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
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