Commit graph

80 commits

Author SHA1 Message Date
Ronan Abhamon
eca28cc5ae fix(Popup/DropDownMenu): don't hide menu if launcher button is clicked again 2016-10-25 11:46:33 +02:00
Ronan Abhamon
1de6a8bde2 fix(Form/TransparentComboBox): fix bad comment 2016-10-24 17:51:12 +02:00
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
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
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
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
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
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
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
Ronan Abhamon
325bf7c0ca feat(Paned): better closing 2016-10-05 17:11:56 +02:00
Ronan Abhamon
bd392e5b48 feat(Paned): supports a closing action on handle 2016-10-05 16:38:40 +02:00
Ronan Abhamon
9fe2129ec3 fix(app): many colors fixes in Linphone.Styles 2016-10-05 15:53:54 +02:00
Ronan Abhamon
c87d3c4985 feat(app): new Paned component 2016-10-05 15:42:38 +02:00
Ronan Abhamon
97e81ff10f TMP 2016-10-05 14:22:37 +02:00