summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation issue for Botan for MinGW (no gmtime_s)Lukas Geyer2012-07-182-4/+4
* Added overload for FileName::isChildOfKonstantin Tokarev2012-07-182-0/+7
* Add function return type in outline.Francois Ferrand2012-07-171-3/+4
* lib sshkeycreationdialog: fix mem leak. m_ui was never deletedMontel Laurent2012-07-161-0/+1
* Disable QGraphicsDropShadowEffect for MacAurindam Jana2012-07-103-0/+16
* PersistentSettingsWriter: Ensure that the directory existsDaniel Teske2012-07-101-0/+3
* Don't add a '/' if the filename is emptyBogDan Vatra2012-07-091-1/+1
* Cleanup popup menu position.Francois Ferrand2012-07-091-3/+35
* fix cross build use mingw-w64 for WindowsYuchen Deng2012-07-055-6/+6
* Botan: Fix warningOrgad Shaneh2012-06-291-6/+4
* Fix compilation with Qt 5.Friedemann Kleint2012-06-281-0/+2
* C++: Initialize memberLeandro Melo2012-06-281-1/+2
* Fix memory leakDaniel Teske2012-06-281-1/+1
* SSH: Close channels before re-using a connection.Christian Kandeler2012-06-285-4/+23
* C++: Parse emit/Q_EMIT properlyLeandro Melo2012-06-285-3/+46
* Fix Botan build with msvcOrgad Shaneh2012-06-274-21/+15
* Botan: Fix compilation with 64-bit MSVC.Christian Kandeler2012-06-272-404/+61
* Update botan library.Christian Kandeler2012-06-261767-178400/+64868
* C++: Core changes in preprocessingLeandro Melo2012-06-2511-278/+691
* [BaseVCS] Add splitter in submit editor.Francois Ferrand2012-06-251-56/+74
* Target options layout fixes.Eike Ziller2012-06-232-4/+11
* Fix qbs build.Christian Kandeler2012-06-211-1/+0
* Profile introductionTobias Hunger2012-06-213-4/+56
* Make PluginManager mostly static.Eike Ziller2012-06-199-152/+91
* C++: Better handling of arg count mismatch in macrosLeandro Melo2012-06-191-8/+19
* SSH: Replace assertion by exception.Christian Kandeler2012-06-192-1/+3
* Fix qbs code styleYuchen Deng2012-06-1912-45/+79
* Compile with clang's libc++Bradley T. Hughes2012-06-191-0/+4
* Fix qbs build with Qt5Orgad Shaneh2012-06-191-1/+1
* qbs files: Place libraries in lib/qtcreatorOrgad Shaneh2012-06-191-1/+1
* VCS: Replace isDescriptionMandatory() virtual function with a memberOrgad Shaneh2012-06-182-7/+17
* C++: Track macro argument reference even when emptyLeandro Melo2012-06-121-6/+10
* Fix warningsTobias Hunger2012-06-121-2/+2
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-06-112-14/+23
|\
| * C++: Fix crash on invalid class nameLeandro Melo2012-06-112-14/+23
* | Elf reader: Fix asserts for 64 bit hosts.Christian Kandeler2012-06-111-2/+2
* | Revert "ctrlc_stub: Send Ctrl-Break instead of Ctrl-C"Orgad Shaneh2012-06-111-1/+1
* | debugger: Fix section flag reading on 64 bit targetshjk2012-06-081-1/+1
* | C++: Break on newline when lexing char/string literalsLeandro Melo2012-06-081-2/+3
* | debugger: extend elfreader to 64 bit targetshjk2012-06-082-139/+134
* | debugger: read file type and machine type from binaryhjk2012-06-082-57/+102
* | SSH: Add parent object to SshConnection constructor.Christian Kandeler2012-06-082-2/+3
* | debugger: more elf shufflinghjk2012-06-082-106/+211
* | SSH: Streamline SshRemoteProcessRunner's output handling.Christian Kandeler2012-06-082-9/+29
* | SSH: Name SshRemoteProcess::ExitStatus values like the QProcess ones.Christian Kandeler2012-06-083-7/+7
* | DetailsWidget: Remove useless codeTobias Hunger2012-06-071-9/+4
* | Fix compilation error with C++11: space needed for string concatenationThiago Macieira2012-06-071-1/+1
* | Windows compile fix for elfreaderJoerg Bornemann2012-06-062-7/+8
* | SSH: Fix send buffer flushing.Christian Kandeler2012-06-061-3/+5
* | C++: Introduce unicode char/strings supportLeandro Melo2012-06-0612-131/+231