Page MenuHomePhabricator

Fix Dashboard scripts and templates regarding Qt 5 and new developments in general
Closed, ResolvedPublic

Event Timeline

User kislinsk has pushed new remote branch:

bug-18686-BuildSystemFixes

[07e6b2]: Merge branch 'bug-18686-BuildSystemFixes'

Merged commits:

2015-01-28 16:47:05 Stefan Kislinskiy [563fc4]
Fixed usage of potentially undefined variable.


2015-01-28 16:01:38 Stefan Kislinskiy [8be898]
Added CMAKE_PREFIX_PATH, CMAKE_INCLUDE_PATH, and CMAKE_LIBRARY_PATH to ep_common_args.


2015-01-28 15:44:43 Stefan Kislinskiy [0106c5]
Made dashboard script template more user-friendly.


2015-01-28 15:22:37 Stefan Kislinskiy [fe5302]
Removed outdated checks regarding SOFA.


2015-01-28 15:22:03 Stefan Kislinskiy [214fa0]
Updated dashboard script template.

User kislinsk has pushed new remote branch:

bug-18686-Fix1

[2dc32b]: Merge branch 'bug-18686-Fix1'

Merged commits:

2015-01-29 01:00:38 Stefan Kislinskiy [d52fb1]
COMP: Fixed comparison against undefined variable.

User kislinsk has pushed new remote branch:

bug-18686-Fix2

[3f44ba]: Merge branch 'bug-18686-Fix2'

Merged commits:

2015-01-29 01:46:08 Stefan Kislinskiy [3ebdb8]
COMP: Consider Qt 5 related variables.

User kislinsk has pushed new remote branch:

bug-18686-Fix3

[5e28ca]: Merge branch 'bug-18686-Fix3'

Merged commits:

2015-01-29 02:37:31 Stefan Kislinskiy [1587d4]
COMP: Find Qt5Widgets.


2015-01-29 02:37:10 Stefan Kislinskiy [4ebed7]
COMP: Added missing Qt 5 dependency.

User kislinsk has pushed new remote branch:

bug-18686-Fix4

[bb494e]: Merge branch 'bug-18686-Fix4'

Merged commits:

2015-01-29 03:16:14 Stefan Kislinskiy [8f9290]
COMP: Explicitly find Qt5Widgets package.

User kislinsk has pushed new remote branch:

bug-18686-Fix5

User kislinsk has pushed new remote branch:

bug-18686-Fix5

User kislinsk has pushed new remote branch:

bug-18686-Fix5

[5c6b93]: Merge branch 'bug-18686-Fix5'

Merged commits:

2015-01-29 03:56:49 Stefan Kislinskiy [9f676b]
COMP: Additionally find Qt5OpenGL, Qt5Sql, and Qt5Xml.

User kislinsk has pushed new remote branch:

bug-18686-DisablePluginGeneratorAndProjectTemplateTests

[4d8a6d]: Merge branch 'bug-18686-DisablePluginGeneratorAndProjectTemplateTests'

Merged commits:

2015-01-30 09:10:44 Stefan Kislinskiy [cf8ef3]
Temporarily disabled PluginGenerator and ProjectTemplate tests.

Temporarily disabled PluginGenerator and ProjectTemplate tests until the CMake and C++11 modernize branch has been merged. Both projects will be migrated to Qt 5 then without keeping backward compatibility to Qt 4.

Fixed meanwhile with other bugfixes.