Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always use "lib" in the startup script. | dt | 2009-05-12 | 1 | -5/+1 |
| | |||||
* | automate setting IDE_BUILD_TREE | Oswald Buddenhagen | 2009-05-06 | 1 | -2/+0 |
| | |||||
* | revamp build system | Oswald Buddenhagen | 2009-04-20 | 1 | -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 Molkentin | 2009-04-14 | 1 | -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 it | Marco Bubke | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | adjust to changed library location | Oswald Buddenhagen | 2009-03-27 | 1 | -1/+1 |
| | |||||
* | use 'lib64' instead of 'lib' on linux/x64_86 | hjk | 2009-03-23 | 1 | -1/+5 |
| | |||||
* | Fixes: don't override LD_LIBRARY_PATH, don't depend on /bin/bash | Bradley T. Hughes | 2009-03-09 | 1 | -2/+2 |
| | | | | RevBy: hjk | ||||
* | Fixes: use LD_LIBRARY_PATH in wrapper script | hjk | 2009-03-06 | 1 | -1/+3 |
| | |||||
* | Fixes: add startup script for creator | hjk | 2009-03-06 | 1 | -0/+3 |
| | | | | Details: LD_LIBRARY_PATH setting still missing | ||||
* | Fixes: Implement make install target, Step 1 | Daniel Molkentin | 2009-01-21 | 27 | -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 Molkentin | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | implement QLinkedList dumper | hjk | 2009-01-08 | 1 | -1/+47 |
| | |||||
* | add dumper for QMultiMap | hjk | 2009-01-07 | 1 | -42/+50 |
| | |||||
* | handle Qt 4.4 and Qt 4.5's QMap in dumpers | hjk | 2009-01-07 | 1 | -4/+16 |
| | |||||
* | mention QList in list of available dumpers | hjk | 2008-12-29 | 1 | -0/+1 |
| | |||||
* | small dumper refactoring oin the way to "all dumper code in gdbmacros.cpp" | hjk | 2008-12-19 | 1 | -1/+1 |
| | |||||
* | move some of the code for handling template types from creator proper | hjk | 2008-12-18 | 1 | -12/+17 |
| | | | | to the "user space" (gdbmacros.cpp) | ||||
* | make watchers persistent in the session | hjk | 2008-12-17 | 1 | -0/+1 |
| | |||||
* | make the std::map dumper work with keys that already have a const | hjk | 2008-12-17 | 1 | -1/+9 |
| | | | | qualification like 'const char *' | ||||
* | fix license header | hjk | 2008-12-16 | 1 | -21/+19 |
| | |||||
* | Fixes: Add beta license replacing Technology Preview license. | dt | 2008-12-16 | 1 | -464/+78 |
| | |||||
* | remove dead code from dumpers | hjk | 2008-12-12 | 1 | -16/+1 |
| | |||||
* | remove some dead code | hjk | 2008-12-12 | 1 | -28/+1 |
| | |||||
* | code cosmetics on std::map dumper | hjk | 2008-12-12 | 1 | -4/+4 |
| | |||||
* | add custom dumper for std::map | hjk | 2008-12-12 | 1 | -4/+60 |
| | |||||
* | work on std::list dumper | hjk | 2008-12-10 | 1 | -7/+4 |
| | |||||
* | work on std::list dumper; also a bit of refactoring | hjk | 2008-12-10 | 1 | -97/+58 |
| | |||||
* | add custom dumpers for std::list | hjk | 2008-12-10 | 1 | -0/+73 |
| | |||||
* | fix expansion state of "dummy" items in locals&watchers after frame changes | hjk | 2008-12-08 | 1 | -1/+9 |
| | |||||
* | fix QSet custom dumper for namespaced Qt | hjk | 2008-12-05 | 1 | -2/+2 |
| | |||||
* | silence warning | hjk | 2008-12-05 | 1 | -1/+4 |
| | |||||
* | Fixes: - Size of terminal when open in external editor on Mac | Eike Ziller | 2008-12-02 | 1 | -2/+6 |
| | |||||
* | Initial import | con | 2008-12-02 | 27 | -0/+4789 |