Package: qtcreator / 2.5.0-2

Metadata

Package Version Patches format
qtcreator 2.5.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_use_x terminal emulator.diff | (download)

src/libs/utils/consoleprocess_unix.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use x-terminal-emulator on debian based distributions
03_fix_DOCPATH.diff | (download)

src/plugins/help/helpplugin.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix docpath for debian based distributions
Use_bzr_branch_instead_of_bzr_clone.patch | (download)

src/plugins/bazaar/bazaarclient.cpp | 10 10 + 0 - 0 !
src/plugins/bazaar/bazaarclient.h | 1 1 + 0 - 0 !
2 files changed, 11 insertions(+)

---
Fix_revno_detection_in_bzr_log.patch | (download)

src/plugins/bazaar/annotationhighlighter.cpp | 2 1 + 1 - 0 !
src/plugins/bazaar/bazaareditor.cpp | 27 23 + 4 - 0 !
src/plugins/bazaar/bazaareditor.h | 1 1 + 0 - 0 !
src/plugins/bazaar/constants.h | 9 7 + 2 - 0 !
4 files changed, 32 insertions(+), 7 deletions(-)

---
rpath_nonlinux.diff | (download)

src/qtcreatorplugin.pri | 4 2 + 2 - 0 !
src/rpath.pri | 2 1 + 1 - 0 !
src/tools/qtcreatorwidgets/qtcreatorwidgets.pro | 4 2 + 2 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 enable rpath also on kfreebsd and hurd
 qtcreator's plugins use RPATH to locate the qtcreator libraries, so enable it
 also on kFreeBSD and Hurd.
posix_rt_nonlinux.diff | (download)

src/libs/3rdparty/botan/src/src.pro | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 build tm_posix.cpp on kfreebsd and hurd to fix a crash
 because of an undefined symbol.