Changes between Version 333 and Version 334 of SummerOfCode


Ignore:
Timestamp:
Oct 15, 2019, 7:47:58 AM (5 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Improve qt ticket link by grouping by type

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v333 v334  
    129129==== Managing and Fixing Qt Versions ==== #qt
    130130
    131 Fix issues in [query:status=assigned|new|reopened&port~=qt3|qt4|qt5 open tickets for Qt 3, Qt 4, and Qt 5], in particular allowing for concurrent installation of the various Qt versions. There are around 50 outstanding tickets for the various Qt versions. Some involve patching and testing on multiple OSs. Some are probably invalid but need to be tested to determine validity. The end goal for this project is to allowing for concurrent installation of the various Qt versions, and then verifying and resolving as many issues as possible that weren't resolved by the concurrent changes. Requires knowledge of Portfile programming (Tcl), Qt programming (primarily C++), and Qt makefile programming (QMake); other programming knowledge that would be useful include shell (e.g., bash) and C.
     131Fix issues in [query:status=assigned|new|reopened&port~=qt3|qt4|qt5&group=type&order=priority open tickets for Qt 3, Qt 4, and Qt 5], in particular allowing for concurrent installation of the various Qt versions. There are around 50 outstanding tickets for the various Qt versions. Some involve patching and testing on multiple OSs. Some are probably invalid but need to be tested to determine validity. The end goal for this project is to allowing for concurrent installation of the various Qt versions, and then verifying and resolving as many issues as possible that weren't resolved by the concurrent changes. Requires knowledge of Portfile programming (Tcl), Qt programming (primarily C++), and Qt makefile programming (QMake); other programming knowledge that would be useful include shell (e.g., bash) and C.
    132132
    133133* Difficulty: Medium to Hard