aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Adding files for generic project get the right directory now.dt2009-12-092-2/+9
* "Grayout" the background of the output window on re-run configurationPierre Rossi2009-12-092-3/+26
* Relax the selection requirement for indent/unindent selectionThorbjørn Lindeijer2009-12-081-4/+4
* Fixed: Template argument marked as "not a type name" when defined as primitiv...Roberto Raggi2009-12-081-0/+6
* Fixed completion when a typedef symbol is used as class nameRoberto Raggi2009-12-081-0/+1
* Fixed autoindent when using tabs instead of spacesThorbjørn Lindeijer2009-12-083-20/+26
* plug memory leakOswald Buddenhagen2009-12-041-1/+3
* make the "make...entering..." regexp accept mingw32-make as wellOswald Buddenhagen2009-12-041-1/+1
* Fixed problem with indentation when auto-indent is turned offThorbjørn Lindeijer2009-12-031-1/+3
* Compile fix for 42f849c4da2ecb9c32efcc19cee1e8e94e86bc10.Christian Kamm2009-12-031-1/+1
* Fixed in-place renaming when text is selectedThorbjørn Lindeijer2009-12-031-11/+15
* Fixed line/column position after macro expansion.Roberto Raggi2009-12-031-0/+3
* Fixed inline implemented methods not showing up in the methods filterThorbjørn Lindeijer2009-12-031-6/+5
* suppress useless warningmae2009-12-021-2/+2
* Trk: Setting correct date and time when closing remote file.Robert Loehning2009-12-023-1/+19
* fix extra area drawing with multi-line blocks when line wrap is enabledmae2009-12-012-1/+19
* Patch the paths in lrelease for Qt 4.6.1Thorbjørn Lindeijer2009-12-012-0/+2
* Some naming adaptions.con2009-11-302-2/+2
* Debugger: Protect reloadRegisters against early calls.Friedemann Kleint2009-11-302-0/+4
* Don't patch .qmake.cache on Linuxcon2009-11-261-1/+0
* Patch .qmake.cachecon2009-11-261-0/+1
* Set the brush origin in the BaseTextEditor for the WaveUnderlinesThorbjørn Lindeijer2009-11-261-0/+3
* Fixed possible crash in the code completionThorbjørn Lindeijer2009-11-261-2/+2
* CDB: Fix disassembler for 64 bit addresses.Friedemann Kleint2009-11-262-3/+9
* Debugger/CDB: Windows 64 integer handling.Friedemann Kleint2009-11-254-57/+95
* Arm => ARMOswald Buddenhagen2009-11-241-1/+1
* Better layout for qrc editor.con2009-11-241-49/+34
* Fix a bug with selecting copying the right text to the Find dialog.dt2009-11-241-0/+2
* Don't wrap around the completion list when auto-repeatingThorbjørn Lindeijer2009-11-231-2/+4
* Fixed a potential issue with automatic brace matchingThorbjørn Lindeijer2009-11-231-3/+1
* Another fix for patched file file :namecon2009-11-231-1/+1
* also patch .qmake.cache, fix list of files to patch in old patcher.Daniel Molkentin2009-11-232-1/+2
* CDB: Convert 64bit pointers correctly.Friedemann Kleint2009-11-231-16/+26
* Debugger: Fix setting of integer formats per type.Friedemann Kleint2009-11-231-2/+2
* Fixed function argument widget text color in dark themesThorbjørn Lindeijer2009-11-201-0/+8
* Make context help work also when switching user interface language.con2009-11-201-22/+29
* S60: Detect Device SDK from paths if registry entry is missing.Friedemann Kleint2009-11-204-13/+86
* Fixed possible crash when using tab to complete (Qt/Carbon only).Roberto Raggi2009-11-201-2/+12
* gdb: On Windows, also substitute the debugging path for non-sdk Qt.Daniel Molkentin2009-11-191-10/+12
* Fix RunConfigurations showing only enabled RunConfigurationsdt2009-11-191-11/+9
* Fixed possible crash on constructor completionThorbjørn Lindeijer2009-11-191-1/+2
* Do not mark env vars as modified if not needed.Tobias Hunger2009-11-191-9/+11
* reset 'busy' cursor if editor could not be createdhjk2009-11-191-2/+4
* debugger: prevent crash when trying to view memory if bin editor ishjk2009-11-192-7/+18
* fakevim: fix undo of 'J'hjk2009-11-191-1/+5
* Wizard: Polish, layout and module names.Friedemann Kleint2009-11-182-20/+23
* Designer: Restrict files used for "Go to slot" to project of ui-file.Friedemann Kleint2009-11-181-2/+17
* Shortcut Ctrk-L (Locator Goto Line) broken in most translations.Friedemann Kleint2009-11-171-3/+5
* Insert semicolon when matching enum declarations.Roberto Raggi2009-11-161-1/+1
* Use a map for the memoization.Roberto Raggi2009-11-162-8/+11