aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Windows: Fix buildEike Ziller2012-08-081-1/+2
* Fix linking of the core plugin on Windows.Friedemann Kleint2012-08-032-3/+4
* Windows: Fix resource leakEike Ziller2012-08-031-0/+1
* C++: Fix broken merge of 9121c21230829b3897188c849c0247b8c67b8da5.Christian Kamm2012-07-232-1/+5
* C++: Fix class scope completion for templates.Christian Kamm2012-07-202-0/+205
* Fix crash on unloading Qt4 projectsDaniel Teske2012-07-042-2/+2
* Fix commit to mercurial repositoriesTobias Hunger2012-06-071-4/+4
* SessionManager: Don't autosave the session while loading a sessionDaniel Teske2012-06-013-9/+25
* Start auto save session timer later and let it occur more then onceDaniel Teske2012-06-011-2/+1
* SVN: Fix project status command when no document openJonathan Liu2012-05-161-1/+1
* CMake: Fix crash in makestep if used in the deploystep listDaniel Teske2012-05-151-0/+2
* Let the desktop system handle mailto links.kh12012-05-101-0/+4
* debugger: fix toplevel expansion behaviour of pinned tooltipsv2.5.0hjk2012-05-091-1/+1
* Revert "debugger: improve expansion behaviour of pinned tooltips."hjk2012-05-094-10/+27
* Fix MSVC forward declaration warning (struct vs. class).Friedemann Kleint2012-05-091-1/+2
* Restore state of find flags in FindToolWindow.Konstantin Tokarev2012-05-072-4/+12
* Translate editor display names in correct context.Konstantin Tokarev2012-05-0710-10/+20
* Debugger: Show location marker (again)Kai Koehne2012-05-031-0/+1
* fakevim: restrict tabstop and shiftwidth spinbox to range 1..80hjk2012-05-031-2/+8
* Fix warning.Eike Ziller2012-05-031-0/+2
* Actually return somethingDaniel Teske2012-05-031-1/+1
* BaseTextMark: Use (explicit) two phase initilizationDaniel Teske2012-05-036-5/+23
* fakevim: don't allow non-positive numbers for tabstop and shiftwidthhjk2012-05-033-10/+23
* ProjectExplorer: Fix compiler warningKai Koehne2012-05-031-0/+1
* Stop the autosaving session timer on closing CreatorDaniel Teske2012-05-025-9/+16
* Mac: Build menu stays disabled with Qt 4.8.1 and laterEike Ziller2012-05-021-0/+16
* Save the session on closing Creator while on the projects modeDaniel Teske2012-05-021-2/+0
* Editor: Fix null-pointer dereferenceDavid Schulz2012-04-271-0/+1
* debugger: fix crash when enabling/disabling a breakpoint without a markerhjk2012-04-271-2/+4
* debugger: prevent crash on machjk2012-04-261-6/+10
* qbs files: Add QT_NO_CAST_FROM_ASCII to git and todoOrgad Shaneh2012-04-252-1/+2
* Revert "Fix Options/Qt Versions adding versions on apply"Daniel Teske2012-04-233-15/+3
* Fix crash in CPP Type HierarchyTobias Hunger2012-04-201-5/+10
* Qt4Project code model: Also include files from cumulative parseDaniel Teske2012-04-192-12/+22
* Remove wrong forward declaration of ProFileReaderDaniel Teske2012-04-191-1/+0
* Qt4Project: cpp code model add <configuration> and headersDaniel Teske2012-04-193-0/+7
* qbs files updatedJoerg Bornemann2012-04-185-3/+6
* Fix crash in valgrind suppression dialog.Eike Ziller2012-04-181-1/+1
* debugger: disable the gdb fallback for MSVC compiled binaryhjk2012-04-171-1/+1
* QmlDesigner: crash fixThomas Hartmann2012-04-171-0/+3
* Improved "Disable build/run step" iconRobert Loehning2012-04-161-0/+0
* Mini project selector: Fix position of new projectsDaniel Teske2012-04-161-2/+4
* Fix file descriptor and memory leak in autotools pluginVictor Ostashevsky2012-04-152-5/+12
* Debugger: Improve gdb error msg handlingChristian Stenger2012-04-131-0/+3
* Fix Options/Qt Versions adding versions on applyDaniel Teske2012-04-133-3/+15
* Fix crash on removing null ITextMarkDaniel Teske2012-04-131-1/+2
* Debugger: Fix gdb disassembler errorChristian Stenger2012-04-131-5/+5
* populate qt 5 /get and /raw property variationsOswald Buddenhagen2012-04-121-2/+12
* fakevim: respect count for < and > in visual modehjk2012-04-111-2/+2
* GDB: Cleanup file name on stopOrgad Shaneh2012-04-051-2/+2