summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | now bin and share are not pegged to linking the executable any more, but are proper subdirs targets of their own. unforturnately, qmake is a bit tenacious, so we hack around a bit. :) more or less in passing by, i removed some superfluous trailing slashes and added path normalization as well.
* Fixes: Startup wrapper when Creator in directory with spaces.Daniel Molkentin2009-04-141-3/+3
| | | | | | Bug reported and fix suggested by catanzag on Qt Labs blog. Thanks! Reviewed By: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
* 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
| | | | RevBy: hjk
* Fixes: use LD_LIBRARY_PATH in wrapper scripthjk2009-03-061-1/+3
|
* Fixes: add startup script for creatorhjk2009-03-061-0/+3
| | | | Details: LD_LIBRARY_PATH setting still missing
* Fixes: Implement make install target, Step 1Daniel Molkentin2009-01-2127-4542/+0
| | | | | | | Details: Moving files so that the local layout corresponds to the layout pushed by make install. Adjust Make target, modify the resource path of the loader to find the resources in the right place. All pathes are still looked up relative to binaryPath(), libs are found via relative rpath.
* 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
| | | | to the "user space" (gdbmacros.cpp)
* 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
| | | | qualification like 'const char *'
* 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