aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* don't detect readlink a-prioriOswald Buddenhagen2016-09-271-6/+5
* fix hand-crafted symlink resolutionOswald Buddenhagen2016-09-271-1/+1
* Fix qtcreator.sh for the new Qt deployment necessary with Qt 5.6Eike Ziller2016-02-221-1/+11
* Use variables for install locationsEike Ziller2015-09-221-1/+4
* use DISTFILES instead of OTHER_FILES in creator's own build systemOswald Buddenhagen2014-09-151-1/+1
* silence useless warningsOswald Buddenhagen2013-03-041-0/+1
* Introduce $$QTC_PREFIXDaniel Molkentin2012-09-251-1/+1
* Revert "Introduce $$QTC_PREFIX instead of abusing $(INSTALL_ROOT)."Eike Ziller2012-09-071-1/+1
* Introduce $$QTC_PREFIX instead of abusing $(INSTALL_ROOT).Daniel Molkentin2012-09-051-1/+1
* don't try to strip the wrapper scriptOswald Buddenhagen2011-09-131-0/+1
* re-add LD_LIBRARY_PATH scriptOswald Buddenhagen2011-08-182-0/+49
* Remove LD_LIBRARY_PATH script.dt2010-06-222-50/+0
* Fix shell scriptdt2010-04-121-1/+1
* Fix compliance of the qtcreator script with Bourne shell.Thiago Macieira2009-08-031-1/+1
* Fix running the qtcreator script with traditional Bourne shell.Thiago Macieira2009-08-031-3/+34
* Always use "lib" in the startup script.dt2009-05-121-5/+1
* automate setting IDE_BUILD_TREEOswald Buddenhagen2009-05-061-2/+0
* revamp build systemOswald Buddenhagen2009-04-201-0/+16
* Fixes: Startup wrapper when Creator in directory with spaces.Daniel Molkentin2009-04-141-3/+3
* add readlink to the qtcreator startup script so that you can use sym links on itMarco Bubke2009-04-071-1/+1
* adjust to changed library locationOswald Buddenhagen2009-03-271-1/+1
* use 'lib64' instead of 'lib' on linux/x64_86hjk2009-03-231-1/+5
* Fixes: don't override LD_LIBRARY_PATH, don't depend on /bin/bashBradley T. Hughes2009-03-091-2/+2
* Fixes: use LD_LIBRARY_PATH in wrapper scripthjk2009-03-061-1/+3
* Fixes: add startup script for creatorhjk2009-03-061-0/+3
* Fixes: Implement make install target, Step 1Daniel Molkentin2009-01-2127-4542/+0
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* implement QLinkedList dumperhjk2009-01-081-1/+47
* add dumper for QMultiMaphjk2009-01-071-42/+50
* handle Qt 4.4 and Qt 4.5's QMap in dumpershjk2009-01-071-4/+16
* mention QList in list of available dumpershjk2008-12-291-0/+1
* small dumper refactoring oin the way to "all dumper code in gdbmacros.cpp"hjk2008-12-191-1/+1
* move some of the code for handling template types from creator properhjk2008-12-181-12/+17
* make watchers persistent in the sessionhjk2008-12-171-0/+1
* make the std::map dumper work with keys that already have a consthjk2008-12-171-1/+9
* fix license headerhjk2008-12-161-21/+19
* Fixes: Add beta license replacing Technology Preview license.dt2008-12-161-464/+78
* remove dead code from dumpershjk2008-12-121-16/+1
* remove some dead codehjk2008-12-121-28/+1
* code cosmetics on std::map dumperhjk2008-12-121-4/+4
* add custom dumper for std::maphjk2008-12-121-4/+60
* work on std::list dumperhjk2008-12-101-7/+4
* work on std::list dumper; also a bit of refactoringhjk2008-12-101-97/+58
* add custom dumpers for std::listhjk2008-12-101-0/+73
* fix expansion state of "dummy" items in locals&watchers after frame changeshjk2008-12-081-1/+9
* fix QSet custom dumper for namespaced Qthjk2008-12-051-2/+2
* silence warninghjk2008-12-051-1/+4
* Fixes: - Size of terminal when open in external editor on MacEike Ziller2008-12-021-2/+6
* Initial importcon2008-12-0227-0/+4789