Skip to content

Commit f876702

Browse files
- updated Qt to 5.9.4 on Ubuntu
- updated boost to 1_66_0
1 parent f82c2ac commit f876702

File tree

20 files changed

+66
-25
lines changed

20 files changed

+66
-25
lines changed

ChangeLog

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Version 1.0.9.1:
2-
- Release date:
2+
- Release date: 14 Mar 2018
33
- New features:
44
- added localization test/sample app
55
- Improvements:
@@ -10,8 +10,10 @@ Version 1.0.9.1:
1010
- improved DiskSpaceWidget layout
1111
- added icon pixmap to MessageBox
1212
- updated qt-solutions
13+
- CoreApplicationBase::GetSupportedLanguageInfos() use app qm info
14+
- updated Qt to 5.9.4 on Ubuntu
15+
- updated boost to 1_66_0
1316
- Fixed bugs:
14-
- fixed CoreApplicationBase::GetSupportedLanguageInfos()
1517
- fixed meta type issues in qt solutions integration
1618
- partial fix for KSqueezedTextLabel rich text
1719

INSTALL

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
- Ubuntu Qt 5:
99
Use ppa:beineri (https://launchpad.net/~beineri)
10-
16.04 (xenial): sudo apt-add-repository ppa:beineri/opt-qt592-xenial
11-
14.04 (trusty): sudo apt-add-repository ppa:beineri/opt-qt592-trusty
10+
16.04 (xenial): sudo apt-add-repository ppa:beineri/opt-qt594-xenial
11+
14.04 (trusty): sudo apt-add-repository ppa:beineri/opt-qt594-trusty
1212
12.04 (precise): sudo apt-add-repository ppa:beineri/opt-qt563
1313
> sudo apt-get update
1414
> sudo apt-get install qt-latest qtcreator-latest

cppdevtk.spec

+15-2
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ exit 0
580580
%{_bindir}/%{name}_test_disk_space_widget
581581
%{_bindir}/%{name}_test_invisible_widget
582582
%{_bindir}/%{name}_test_slot_throw
583+
%{_bindir}/%{name}_test_localization
583584
%{_datadir}/applications/*.desktop
584585
%{_datadir}/pixmaps
585586
%doc AUTHORS BUGS COPYING FAQ NEWS README THANKS TODO
@@ -591,9 +592,21 @@ exit 0
591592

592593

593594
%changelog
594-
* Wed Jan 31 2018 Cristian ANITA <[email protected]>, <[email protected]>
595+
* Wed Mar 14 2018 Cristian ANITA <[email protected]>, <[email protected]>
595596
- v1.0.9.1
596-
- to fill
597+
- added localization test/sample app
598+
- localization support review
599+
- translations
600+
- verify connect in qt solutions integration
601+
- updated KSqueezedTextLabel to KF5
602+
- improved DiskSpaceWidget layout
603+
- added icon pixmap to MessageBox
604+
- updated qt-solutions
605+
- CoreApplicationBase::GetSupportedLanguageInfos() use app qm info
606+
- updated Qt to 5.9.4 on Ubuntu
607+
- updated boost to 1_66_0
608+
- fixed meta type issues in qt solutions integration
609+
- partial fix for KSqueezedTextLabel rich text
597610
* Tue Jan 30 2018 Cristian ANITA <[email protected]>, <[email protected]>
598611
- v1.0.8.1
599612
- added GetMountPoints()

debian/changelog

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
cppdevtk (1.0.9-0ubuntu1) xenial; urgency=medium
22

3-
* to fill
4-
5-
-- Cristian ANITA <[email protected]>, <[email protected]> Wed, 31 Jan 2018 14:19:46 +0300
3+
* added localization test/sample app
4+
* localization support review
5+
* translations
6+
* verify connect in qt solutions integration
7+
* updated KSqueezedTextLabel to KF5
8+
* improved DiskSpaceWidget layout
9+
* added icon pixmap to MessageBox
10+
* updated qt-solutions
11+
* CoreApplicationBase::GetSupportedLanguageInfos() use app qm info
12+
* updated Qt to 5.9.4 on Ubuntu
13+
* updated boost to 1_66_0
14+
* fixed meta type issues in qt solutions integration
15+
* partial fix for KSqueezedTextLabel rich text
16+
17+
-- Cristian ANITA <[email protected]>, <[email protected]> Wed, 14 Mar 2018 14:19:46 +0300
618

719

820
cppdevtk (1.0.8-0ubuntu1) xenial; urgency=medium

debian/control

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: cppdevtk
22
Priority: optional
33
Maintainer: Cristian ANITA <[email protected]>, <[email protected]>
44
Build-Depends: debhelper (>=9),
5-
zlib1g-dev, libudev-dev, libsystemd-dev, libdbus-1-dev, libboost-all-dev, libxss-dev, libgl1-mesa-dev, default-jdk, qt-latest (>=5.9.2)
5+
zlib1g-dev, libudev-dev, libsystemd-dev, libdbus-1-dev, libboost-all-dev, libxss-dev, libgl1-mesa-dev, default-jdk, qt-latest (>=5.9.4)
66
Standards-Version: 3.9.6
77
Section: libs
88
Homepage: https://github.com/cososys/cppdevtk
@@ -54,7 +54,7 @@ Package: cppdevtk-base-dev
5454
Section: libdevel
5555
Architecture: any
5656
Depends: libcppdevtk-base (= ${binary:Version}), ${misc:Depends},
57-
libboost-all-dev, qt-latest (>=5.9.2)
57+
libboost-all-dev, qt-latest (>=5.9.4)
5858
Description: Development files for libcppdevtk-base
5959
The cppdevtk-base-dev package contains libraries and header files for developing applications that use libcppdevtk-base.
6060

debian/cppdevtk-test-gui.install

+2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ opt/cososys/bin/cppdevtk_test_caps_lock_widget
22
opt/cososys/bin/cppdevtk_test_disk_space_widget
33
opt/cososys/bin/cppdevtk_test_invisible_widget
44
opt/cososys/bin/cppdevtk_test_slot_throw
5+
opt/cososys/bin/cppdevtk_test_localization
56
usr/share/pixmaps/cppdevtk.png
67
usr/share/applications/cppdevtk_test_invisible_widget.desktop
78
usr/share/applications/cppdevtk_test_disk_space_widget.desktop
89
usr/share/applications/cppdevtk_test_caps_lock_widget.desktop
910
usr/share/applications/cppdevtk_test_slot_throw.desktop
11+
usr/share/applications/cppdevtk_test_localization.desktop

debian_distros/ubuntu_14.04/debian/changelog

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
cppdevtk (1.0.9-0ubuntu1) trusty; urgency=medium
22

3-
* to fill
4-
5-
-- Cristian ANITA <[email protected]>, <[email protected]> Wed, 31 Jan 2018 14:19:46 +0300
3+
* added localization test/sample app
4+
* localization support review
5+
* translations
6+
* verify connect in qt solutions integration
7+
* updated KSqueezedTextLabel to KF5
8+
* improved DiskSpaceWidget layout
9+
* added icon pixmap to MessageBox
10+
* updated qt-solutions
11+
* CoreApplicationBase::GetSupportedLanguageInfos() use app qm info
12+
* updated Qt to 5.9.4 on Ubuntu
13+
* updated boost to 1_66_0
14+
* fixed meta type issues in qt solutions integration
15+
* partial fix for KSqueezedTextLabel rich text
16+
17+
-- Cristian ANITA <[email protected]>, <[email protected]> Wed, 14 Mar 2018 14:19:46 +0300
618

719

820
cppdevtk (1.0.8-0ubuntu1) trusty; urgency=medium

debian_distros/ubuntu_14.04/debian/control

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: cppdevtk
22
Priority: optional
33
Maintainer: Cristian ANITA <[email protected]>, <[email protected]>
44
Build-Depends: debhelper (>=9),
5-
zlib1g-dev, libudev-dev, libdbus-1-dev, libboost-all-dev, libxss-dev, libgl1-mesa-dev, default-jdk, qt-latest (>=5.9.2)
5+
zlib1g-dev, libudev-dev, libdbus-1-dev, libboost-all-dev, libxss-dev, libgl1-mesa-dev, default-jdk, qt-latest (>=5.9.4)
66
Standards-Version: 3.9.6
77
Section: libs
88
Homepage: https://github.com/cososys/cppdevtk
@@ -54,7 +54,7 @@ Package: cppdevtk-base-dev
5454
Section: libdevel
5555
Architecture: any
5656
Depends: libcppdevtk-base (= ${binary:Version}), ${misc:Depends},
57-
libboost-all-dev, qt-latest (>=5.9.2)
57+
libboost-all-dev, qt-latest (>=5.9.4)
5858
Description: Development files for libcppdevtk-base
5959
The cppdevtk-base-dev package contains libraries and header files for developing applications that use libcppdevtk-base.
6060

doc/cppdevtk_api.chm

48.5 KB
Binary file not shown.

test/test_base/info_customization.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
#ifndef CPPDEVTK_TEST_BASE_INFO_HPP_INCLUDED_
21-
# error "Do not include directly; Please include "info.hpp" instead!!!"
21+
# error "Do not include directly; please include info.hpp instead!!!"
2222
#endif
2323

2424

test/test_caps_lock_widget/info_customization.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
#ifndef CPPDEVTK_TEST_CAPS_LOCK_WIDGET_INFO_HPP_INCLUDED_
21-
# error "Do not include directly; Please include "info.hpp" instead!!!"
21+
# error "Do not include directly; please include info.hpp instead!!!"
2222
#endif
2323

2424

test/test_config/info_customization.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
#ifndef CPPDEVTK_TEST_CONFIG_INFO_HPP_INCLUDED_
21-
# error "Do not include directly; Please include "info.hpp" instead!!!"
21+
# error "Do not include directly; please include info.hpp instead!!!"
2222
#endif
2323

2424

test/test_disk_space_widget/info_customization.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
#ifndef CPPDEVTK_TEST_DISK_SPACE_WIDGET_INFO_HPP_INCLUDED_
21-
# error "Do not include directly; Please include "info.hpp" instead!!!"
21+
# error "Do not include directly; please include info.hpp instead!!!"
2222
#endif
2323

2424

test/test_invisible_widget/info_customization.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
#ifndef CPPDEVTK_TEST_INVISIBLE_WIDGET_INFO_HPP_INCLUDED_
21-
# error "Do not include directly; Please include "info.hpp" instead!!!"
21+
# error "Do not include directly; please include info.hpp instead!!!"
2222
#endif
2323

2424

test/test_localization/info_customization.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
#ifndef CPPDEVTK_TEST_LOCALIZATION_INFO_HPP_INCLUDED_
21-
# error "Do not include directly; Please include "info.hpp" instead!!!"
21+
# error "Do not include directly; please include info.hpp instead!!!"
2222
#endif
2323

2424

test/test_localization/info_tr_customization.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
#ifndef CPPDEVTK_TEST_LOCALIZATION_INFO_TR_HPP_INCLUDED_
21-
# error "Do not include directly; Please include "info_tr.hpp" instead!!!"
21+
# error "Do not include directly; please include info_tr.hpp instead!!!"
2222
#endif
2323

2424

test/test_slot_throw/info_customization.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
#ifndef CPPDEVTK_TEST_SLOT_THROW_INFO_HPP_INCLUDED_
21-
# error "Do not include directly; Please include "info.hpp" instead!!!"
21+
# error "Do not include directly; please include info.hpp instead!!!"
2222
#endif
2323

2424

test/test_util/info_customization.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
#ifndef CPPDEVTK_TEST_UTIL_INFO_HPP_INCLUDED_
21-
# error "Do not include directly; Please include "info.hpp" instead!!!"
21+
# error "Do not include directly; please include info.hpp instead!!!"
2222
#endif
2323

2424

-1.97 MB
Binary file not shown.
1.88 MB
Binary file not shown.

0 commit comments

Comments
 (0)