aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changes file for 1.1.1v1.1.11.1con2009-05-181-0/+7
|
* Version bump.con2009-05-1530-113/+113
|
* Remove unnecessary code.con2009-05-151-4/+0
|
* Remove unused definitions.con2009-05-151-12/+0
|
* some work on the save-modified-files logic. We no longer relymae2009-05-154-22/+25
| | | | | | | | | on QFileInfo to tell us that a file is not writable, but accept that the attempt to save a file might actually fail (:-) ). This solves the NT network domain issue without the insane slowness. The stuff needs more work. We do not have any UI for failing save operations when closing creator (other than it doesn't close). Bad.
* Introduced IFile::checkPermission() and use it to reduce the number of calls ↵Roberto Raggi2009-05-156-21/+31
| | | | | | to isWritable(). Done with: mae
* Add missing type information into gdb calls.v1.1.0con2009-04-211-4/+4
| | | | | | | The missing type information lead to non-relocatable debugging helpers on the Mac. Reviewed-by: Oswald Buddenhagen
* debugger: use & in "p (char*)&qDumpOutBuffer". This improves thehjk2009-04-212-5/+5
| | | | | | situation in release builds a bit as we get at least a list of (afterwards failing) dumpers. (cherry picked from commit 01284f21600970279e611758ad0d115fa35af4b6)
* Fixed navigation with F2 when at the start of a wordThorbjørn Lindeijer2009-04-211-0/+7
| | | | Reviewed-by: con
* Regression: Recent project menu doesn't show file pathscon2009-04-201-1/+1
| | | | Task-number: 251307
* Fixed an exotic linker issue on gcc 4.1.2Thorbjørn Lindeijer2009-04-201-0/+2
| | | | Reviewed-by: dt
* Pedantic changes to changelog that I forgot in a previous commitThorbjørn Lindeijer2009-04-201-6/+6
|
* Fixed link to known issues.Thorbjørn Lindeijer2009-04-201-1/+2
|
* Show also error output in the cmake run log.dt2009-04-201-1/+2
|
* Changelog updates and pedantic fixesThorbjørn Lindeijer2009-04-201-46/+44
|
* Version bump 1.1.0con2009-04-2030-113/+113
|
* Fix permissions of basetextdocument.cpp to not be executableSimon Hausmann2009-04-181-0/+0
|
* Also apply the fix for the dumper here.dt2009-04-171-0/+5
|
* Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1dt2009-04-178-16/+31
|\
| * Update known issues.con2009-04-171-4/+0
| |
| * Screenshots for cmake support documentation.con2009-04-174-2/+4
| | | | | | | | Reviewed-by: dt <qtc-committer@nokia.com>
| * Be more specific on who benefits from the libQt3Support-related crash fixes.Daniel Molkentin2009-04-171-2/+4
| |
| * Fixes: - Doc - minor fixesKavindra Devi Palaraja2009-04-171-8/+7
| |
| * fakevim: eat Ctrl-A to prevent the global "select all" shortcut to triggerhjk2009-04-171-0/+2
| |
| * Two-keystroke menu shortcuts do not work on Mac.con2009-04-171-0/+10
| |
| * debugger: fix dumper building on 'release' Qtshjk2009-04-171-0/+4
| |
* | Add my changes to the changelogdt2009-04-171-0/+2
|/
* Fix the directories the cmakelugin checks for the debugger plugindt2009-04-172-9/+16
| | | | I need to refactor that code for 1.2.
* Prevent non-existing projects from showing on the welcome page.Friedemann Kleint2009-04-171-1/+4
| | | | Reviewed-by: dt <qtc-committer@nokia.com>
* Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1dt2009-04-162-5/+5
|\
| * Updated known issues related to .pro file parsingThorbjørn Lindeijer2009-04-161-2/+5
| | | | | | | | Reviewed-by: Oswald Buddenhagen
| * Don't disable the frame around QSpinBox in debugger optionsThorbjørn Lindeijer2009-04-161-3/+0
| |
* | Run make clean on clicking rebuild for the debugging helper library.dt2009-04-161-19/+29
|/
* Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1dt2009-04-163-3/+7
|\
| * Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1mae2009-04-1615-141/+335
| |\
| | * less convolutedOswald Buddenhagen2009-04-161-3/+3
| | |
| | * whoopsOswald Buddenhagen2009-04-161-0/+1
| | | | | | | | | | | | newlines are like whitespace, so items don't run together
| * | nicer visual session switchingmae2009-04-162-0/+3
| | |
* | | Correct and add some notes about the debugging helper library.dt2009-04-161-9/+12
| |/ |/|
* | Fixes make install not installing the wrapperdt2009-04-161-3/+5
| | | | | | | | Patch by Fathi Boudra.
* | Merge commit 'origin/1.1' into 1.1dt2009-04-1617-211/+433
|\ \
| * | debugger: fix message on debugger exithjk2009-04-162-10/+22
| | |
| * | debugger: watcher creation revisitedhjk2009-04-163-5/+2
| | |
| * | debugger: prevent endless loop when contructor breakpoints are locatedhjk2009-04-161-1/+5
| | | | | | | | | | | | in inaccessible files
| * | Updated files to be patched to new Qt versionThorbjørn Lindeijer2009-04-161-19/+19
| | |
| * | debugger: add an autotest for the regexp used for paring 'info break' outputhjk2009-04-162-0/+43
| | |
| * | debugger: add a destructor in the manual testhjk2009-04-161-0/+6
| | |
| * | fakevim: fix cursor position for <n>j or <n>k and end or begin of documenthjk2009-04-162-2/+4
| | |
| * | fakevim: autotests for 'e', 'dd', 'w', 'cc'hjk2009-04-163-98/+219
| |/
| * Fixed restoring of full screen window stateThorbjørn Lindeijer2009-04-161-6/+15
| | | | | | | | Task-number: 247123