summaryrefslogtreecommitdiff
path: root/src/libs/utils
Commit message (Expand)AuthorAgeFilesLines
...
* | useCtrlCStub is windows-only. make #ifdefs reflect that consistentlyOswald Buddenhagen2011-08-151-2/+8
* | unscrew argument quoting in qtcbuildhelper callOswald Buddenhagen2011-08-151-3/+6
* | Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-08-101-1/+0
|\ \ | |/
| * Remove warning about missing file.Eike Ziller2011-08-011-1/+0
* | Yet another compile fix for MinGW/Windows.Friedemann Kleint2011-08-093-3/+4
* | Compile fix.Friedemann Kleint2011-08-091-0/+1
* | Use qtcbuildhelper for starting the build process on Windows.Joerg Bornemann2011-08-033-1/+40
* | Merge branch '2.3'Oswald Buddenhagen2011-07-295-12/+30
|\ \ | |/
| * QtVersion: Set qmakeIsExecutable to false if qmake crashes.Friedemann Kleint2011-07-292-2/+12
| * New QTC_CHECK warning replacing QTC_ASSERT(x, /**/)Kai Koehne2011-07-292-1/+4
| * Fix graphic glitches in project modeTobias Hunger2011-07-261-9/+14
* | SSH: Support password input for private keys in non-GUI applications.Christian Kandeler2011-07-291-8/+19
* | SSH: Allow creation of encrypted keys.Christian Kandeler2011-07-283-10/+33
* | SSH: Produce "mixed" key files by default.Christian Kandeler2011-07-282-42/+64
* | SSH: Support encrypted private keys in PKCS8 format.Christian Kandeler2011-07-284-1/+110
* | SSH: Fix PKCS8 key reading.Christian Kandeler2011-07-281-0/+2
* | Fix *bool assignmentTobias Hunger2011-07-281-1/+1
* | SSH: Implement remote shell support.Christian Kandeler2011-07-2612-13/+89
* | Merge branch '2.3'Oswald Buddenhagen2011-07-259-31/+336
|\ \ | |/
| * Clean up before building debugging helpersDaniel Teske2011-07-221-0/+4
| * FileUtils: Add some safety checks to removeRecursively().Christian Kandeler2011-07-221-2/+17
| * FileInProjectFinder: Fix compilation with 4.7.4Kai Koehne2011-07-211-6/+2
| * Qml Tooling: Fix debugging & profiling of .qml files loaded from resourcesKai Koehne2011-07-212-7/+29
| * Utils::NetworkAccessManager: Fix typo in generic unix case.Daniel Molkentin2011-07-211-1/+1
| * Refactor: Move NAM to utils, rss model to welcome.Daniel Molkentin2011-07-214-3/+251
| * Don't jump to the wrong qml file in insource build.Eike Ziller2011-07-201-20/+39
| * Mac: Fix compilation warningKai Koehne2011-07-191-0/+1
* | Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-07-154-389/+20
|\ \ | |/
| * Remove last traces of the WelcomeModeTreewidget.Friedemann Kleint2011-07-132-382/+0
| * Debug and Analyze mode context menus were reshuffling.Eike Ziller2011-07-131-2/+15
| * fancymainwindow: stylehjk2011-07-121-1/+1
| * Git: Use native separators in error messagesTobias Hunger2011-07-121-5/+5
* | Remove unneeded defines.hjk2011-07-1423-38/+11
* | RemoteLinux: Improve handling of symbolic links when deploying.Christian Kandeler2011-07-131-0/+3
* | SSH: Add ability to create symbolic links on remote host.Christian Kandeler2011-07-136-1/+40
|/
* fix quoting of strings with spaces and backslashes at the endOswald Buddenhagen2011-07-071-1/+4
* SSH: Fix race condition.Christian Kandeler2011-07-061-8/+6
* Make the width of details button dependent on its textJarek Kobus2011-07-061-2/+4
* SSH: Don't allow connectToHost() while already connecting/connected.Christian Kandeler2011-07-062-1/+4
* RemoteLinux: Move generic Dir/File functions into Utils.Daniel Molkentin2011-07-062-0/+150
* Replace qt-info@nokia.com with info@qt.nokia.comhjk2011-07-061-1/+1
* WelcomeScreen: Use QUrl for page locationDaniel Molkentin2011-07-011-2/+3
* debugger: rename gdbmacros* to dumper*hjk2011-06-291-3/+4
* Introduce QML-based welcome screen using desktop componentsDaniel Molkentin2011-06-292-4/+12
* SSH: Set keep-alive timer period to connection timeout.Christian Kandeler2011-06-281-2/+3
* SSH: set correct attributes when uploading a file.Christian Kandeler2011-06-246-20/+54
* Global regexp search would eat all memory for matched empty lines.con2011-06-231-0/+5
* Find/replace tool bar wasn't usable in very small width editors.con2011-06-233-2/+264
* tr()-Fixes for 2.3: No contractions, spelling.Friedemann Kleint2011-06-141-2/+2
* Close write channel of external processesOrgad Shaneh2011-06-141-0/+1