From df6599be6dcf888b70ca430f7fa2efd8e8ae99d1 Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 13 Sep 2012 16:37:22 +0900 Subject: add leap logo --- data/resources/mainwindow.qrc | 1 + 1 file changed, 1 insertion(+) (limited to 'data/resources') diff --git a/data/resources/mainwindow.qrc b/data/resources/mainwindow.qrc index 9a2531c9..f62c531e 100644 --- a/data/resources/mainwindow.qrc +++ b/data/resources/mainwindow.qrc @@ -4,5 +4,6 @@ ../images/conn_connecting.png ../images/conn_connected.png ../images/leapfrog.jpg + ../images/leap-color-small.png -- cgit v1.2.3 From c387a52f841e8933ed7282d198ed1ece863979fc Mon Sep 17 00:00:00 2001 From: kali Date: Tue, 6 Nov 2012 01:26:05 +0900 Subject: new validation pages in a reusable MVC style using progress indicators inside QTableWidget --- data/resources/mainwindow.qrc | 1 + 1 file changed, 1 insertion(+) (limited to 'data/resources') diff --git a/data/resources/mainwindow.qrc b/data/resources/mainwindow.qrc index f62c531e..2fc43b13 100644 --- a/data/resources/mainwindow.qrc +++ b/data/resources/mainwindow.qrc @@ -5,5 +5,6 @@ ../images/conn_connected.png ../images/leapfrog.jpg ../images/leap-color-small.png + ../images/checked.png -- cgit v1.2.3 From 7dceb11bcd4cf552938ccfa02daaf6f902ef385b Mon Sep 17 00:00:00 2001 From: kali Date: Wed, 21 Nov 2012 05:15:06 +0900 Subject: tango icons for checking/checked/failed check status --- data/resources/mainwindow.qrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'data/resources') diff --git a/data/resources/mainwindow.qrc b/data/resources/mainwindow.qrc index 2fc43b13..59abdbcd 100644 --- a/data/resources/mainwindow.qrc +++ b/data/resources/mainwindow.qrc @@ -5,6 +5,8 @@ ../images/conn_connected.png ../images/leapfrog.jpg ../images/leap-color-small.png - ../images/checked.png + ../images/Dialog-accept.png + ../images/Dialog-error.png + ../images/Emblem-question.png -- cgit v1.2.3 From d04c93134ad3daaee0ca280824ab3288bfc5029c Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 16 Nov 2012 22:59:16 +0900 Subject: initial translation example. --- data/resources/locale.qrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/resources/locale.qrc (limited to 'data/resources') diff --git a/data/resources/locale.qrc b/data/resources/locale.qrc new file mode 100644 index 00000000..a2fda78d --- /dev/null +++ b/data/resources/locale.qrc @@ -0,0 +1,5 @@ + + +../translations/leap_client_es_ES.qm + + -- cgit v1.2.3 From 06bccc52c84a93407ab4699a2749b24f55fe3061 Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 20 Dec 2012 08:19:55 +0900 Subject: working transifex workflow Closes #666 --- data/resources/locale.qrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/resources') diff --git a/data/resources/locale.qrc b/data/resources/locale.qrc index a2fda78d..53576b49 100644 --- a/data/resources/locale.qrc +++ b/data/resources/locale.qrc @@ -1,5 +1,5 @@ -../translations/leap_client_es_ES.qm +../translations/leap_client_es.qm -- cgit v1.2.3 From 5fbdba326b6be7d01025351820c4777b34e4a6cd Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 25 Jan 2013 18:19:29 +0900 Subject: update translations (de) --- data/resources/locale.qrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data/resources') diff --git a/data/resources/locale.qrc b/data/resources/locale.qrc index 53576b49..47fb5243 100644 --- a/data/resources/locale.qrc +++ b/data/resources/locale.qrc @@ -1,5 +1,6 @@ -../translations/leap_client_es.qm +../translations/es.qm +../translations/de.qm -- cgit v1.2.3 From 10eab60579a1f4bf4044104b530e6cc86ed4ae13 Mon Sep 17 00:00:00 2001 From: kali Date: Wed, 30 Jan 2013 06:14:01 +0900 Subject: add new assets for connection status --- data/resources/mainwindow.qrc | 1 - 1 file changed, 1 deletion(-) (limited to 'data/resources') diff --git a/data/resources/mainwindow.qrc b/data/resources/mainwindow.qrc index 59abdbcd..58f59c9d 100644 --- a/data/resources/mainwindow.qrc +++ b/data/resources/mainwindow.qrc @@ -3,7 +3,6 @@ ../images/conn_error.png ../images/conn_connecting.png ../images/conn_connected.png - ../images/leapfrog.jpg ../images/leap-color-small.png ../images/Dialog-accept.png ../images/Dialog-error.png -- cgit v1.2.3 From 0f9a1d4bc85def69dae0621eb7daaf5a0ee48004 Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 1 Feb 2013 00:49:10 +0900 Subject: add watermark image to wizard --- data/resources/mainwindow.qrc | 1 + 1 file changed, 1 insertion(+) (limited to 'data/resources') diff --git a/data/resources/mainwindow.qrc b/data/resources/mainwindow.qrc index 58f59c9d..293988e1 100644 --- a/data/resources/mainwindow.qrc +++ b/data/resources/mainwindow.qrc @@ -4,6 +4,7 @@ ../images/conn_connecting.png ../images/conn_connected.png ../images/leap-color-small.png + ../images/watermark.png ../images/Dialog-accept.png ../images/Dialog-error.png ../images/Emblem-question.png -- cgit v1.2.3