Commit Graph

34 Commits

Author SHA1 Message Date
dt 9e9f2a7da2 Always use "lib" in the startup script. 2009-05-12 17:12:01 +02:00
Oswald Buddenhagen 97ffee6bdd automate setting IDE_BUILD_TREE 2009-05-06 20:25:20 +02:00
Oswald Buddenhagen 13f04d8430 revamp build system
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.
2009-04-20 16:51:10 +02:00
Daniel Molkentin 07f1aafa38 Fixes: Startup wrapper when Creator in directory with spaces.
Bug reported and fix suggested by catanzag on Qt Labs blog. Thanks!

Reviewed By: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-04-14 10:14:51 +02:00
Marco Bubke 851fb975ec add readlink to the qtcreator startup script so that you can use sym links on it 2009-04-07 14:09:18 +02:00
Oswald Buddenhagen c30420af7a adjust to changed library location 2009-03-27 20:55:00 +01:00
hjk 80468d9986 use 'lib64' instead of 'lib' on linux/x64_86 2009-03-23 15:36:15 +01:00
Bradley T. Hughes ba511b4731 Fixes: don't override LD_LIBRARY_PATH, don't depend on /bin/bash
RevBy: hjk
2009-03-09 12:54:49 +01:00
hjk d9cbcdc94b Fixes: use LD_LIBRARY_PATH in wrapper script 2009-03-06 14:51:33 +01:00
hjk 850102307d Fixes: add startup script for creator
Details:  LD_LIBRARY_PATH setting still missing
2009-03-06 09:34:00 +01:00
Daniel Molkentin 0f20a20b4c Fixes: Implement make install target, Step 1
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.
2009-01-21 08:52:19 +01:00
Daniel Molkentin 59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
hjk c9b2dfc363 implement QLinkedList dumper 2009-01-08 11:50:20 +01:00
hjk a598aa12b6 add dumper for QMultiMap 2009-01-07 16:29:14 +01:00
hjk b4c1552ec2 handle Qt 4.4 and Qt 4.5's QMap in dumpers 2009-01-07 15:03:49 +01:00
hjk 8e5b3a260c mention QList in list of available dumpers 2008-12-29 13:30:21 +01:00
hjk 6049e1fbb4 small dumper refactoring oin the way to "all dumper code in gdbmacros.cpp" 2008-12-19 09:15:02 +01:00
hjk 3bd633ef04 move some of the code for handling template types from creator proper
to the "user space" (gdbmacros.cpp)
2008-12-18 10:11:10 +01:00
hjk 5285379f18 make watchers persistent in the session 2008-12-17 17:43:01 +01:00
hjk 04c4a0ec72 make the std::map dumper work with keys that already have a const
qualification like 'const char *'
2008-12-17 15:46:27 +01:00
hjk 06e5e83e1e fix license header 2008-12-16 17:25:01 +01:00
dt 4531a90c47 Fixes: Add beta license replacing Technology Preview license. 2008-12-16 16:20:42 +01:00
hjk 47c9f22f34 remove dead code from dumpers 2008-12-12 13:14:51 +01:00
hjk 96c446ffd4 remove some dead code 2008-12-12 13:09:34 +01:00
hjk 70d2bfed32 code cosmetics on std::map dumper 2008-12-12 13:02:29 +01:00
hjk 7898a499b6 add custom dumper for std::map 2008-12-12 12:55:05 +01:00
hjk 540c6de108 work on std::list dumper 2008-12-10 16:48:12 +01:00
hjk 3b31b5c98c work on std::list dumper; also a bit of refactoring 2008-12-10 16:31:50 +01:00
hjk 94c613c9fe add custom dumpers for std::list 2008-12-10 14:37:15 +01:00
hjk 44cc9a2b40 fix expansion state of "dummy" items in locals&watchers after frame changes 2008-12-08 10:25:39 +01:00
hjk 0d46571eb3 fix QSet custom dumper for namespaced Qt 2008-12-05 18:44:09 +01:00
hjk d8b343afa1 silence warning 2008-12-05 18:27:45 +01:00
Eike Ziller 9a801f897d Fixes: - Size of terminal when open in external editor on Mac 2008-12-02 17:56:01 +01:00
con 05c35356ab Initial import 2008-12-02 12:01:29 +01:00