index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
coreplugin
/
filemanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename IFile->IDocument and FileManager->DocumentManager
Eike Ziller
2012-02-20
1
-1389
/
+0
*
Removed module names from #include directives.
Erik Verbruggen
2012-02-15
1
-14
/
+14
*
Make IFile::isReadOnly consistent.
Eike Ziller
2012-02-14
1
-4
/
+4
*
Long live the king!
hjk
2012-01-26
1
-1
/
+1
*
Core::Filemanager: make some methods static
hjk
2012-01-25
1
-115
/
+132
*
Use new static ICore interface.
hjk
2012-01-24
1
-11
/
+9
*
UI text: fix capitalization
Leena Miettinen
2012-01-02
1
-3
/
+3
*
CorePlugin: Compile with QT_NO_CAST_FROM_ASCII.
Friedemann Kleint
2011-12-22
1
-2
/
+2
*
Provide "Open with" context menu in qrc editor.
Eike Ziller
2011-12-13
1
-0
/
+1
*
"Open with" actions can also remember their file name.
Eike Ziller
2011-12-09
1
-20
/
+35
*
Move "Open with" menu logic to FileManager.
Eike Ziller
2011-12-09
1
-2
/
+68
*
Merge remote-tracking branch 'origin/2.4'
Eike Ziller
2011-11-11
1
-5
/
+6
|
\
|
*
If user cancels save file prompt, cancel entire action.
wongk
2011-11-03
1
-3
/
+4
|
*
all: s/info@qt.nokia.com/qt-info@nokia.com/
hjk
2011-11-03
1
-2
/
+2
*
|
more Id type fixes
hjk
2011-11-10
1
-3
/
+3
|
/
*
filemanager: fix regression when trying to save read-only file
Fawzi Mohamed
2011-08-01
1
-2
/
+1
*
Add menu item to clear the recent projects/files menus.
con
2011-06-20
1
-0
/
+11
*
add auto-saving of modified editors
Oswald Buddenhagen
2011-05-12
1
-1
/
+1
*
Krazy fixes (spelling, single char strings, char constants).
Friedemann Kleint
2011-05-10
1
-6
/
+6
*
Fix/add copyright headers
Tobias Hunger
2011-05-06
1
-1
/
+1
*
Readd filewatches to QFileSystemWatcher
dt_
2011-04-28
1
-4
/
+8
*
Revert "FileWatcher: Use Utils::FileSystemWatcher in Core::FileManager."
dt_
2011-04-28
1
-17
/
+13
*
Handle internally triggered deletes more gracefull
dt_
2011-04-27
1
-2
/
+6
*
improve file change notification suppression in saveFile()
Oswald Buddenhagen
2011-04-18
1
-37
/
+16
*
make m_changedFiles a set - for simplicity (and performance).
Oswald Buddenhagen
2011-04-18
1
-3
/
+3
*
rename misnamed variable
Oswald Buddenhagen
2011-04-18
1
-4
/
+5
*
minor optimization: QList::removeOne() returns a bool
Oswald Buddenhagen
2011-04-18
1
-12
/
+5
*
add errorString output argument to IFile::reload() & IEditor::open()
Oswald Buddenhagen
2011-04-18
1
-8
/
+20
*
add errorString output argument to IFile::save()
Oswald Buddenhagen
2011-04-18
1
-3
/
+18
*
file manager: introduce saveFile() and remove blockFileChange() & unblockFile...
Oswald Buddenhagen
2011-04-18
1
-36
/
+21
*
GUI style fixes: spaces before ellipses and excess ellipses
Oswald Buddenhagen
2011-04-18
1
-1
/
+1
*
Merge remote branch 'origin/2.2'
con
2011-04-18
1
-3
/
+4
|
\
|
*
don't ignore file changes while reload dialog is up
Oswald Buddenhagen
2011-04-14
1
-3
/
+4
*
|
FileWatcher: Use Utils::FileSystemWatcher in Core::FileManager.
Friedemann Kleint
2011-04-15
1
-13
/
+17
*
|
Core: Create link file watcher on demand.
Friedemann Kleint
2011-04-14
1
-19
/
+39
*
|
Merge branch '2.2'
Oswald Buddenhagen
2011-04-14
1
-14
/
+13
|
\
\
|
|
/
|
*
Update license.
hjk
2011-04-13
1
-14
/
+13
*
|
API Documentation: Fix warnings.
Friedemann Kleint
2011-03-28
1
-4
/
+6
|
/
*
Fix Krazy code scanning tool warnings (QString, loops, spelling).
Friedemann Kleint
2011-02-25
1
-1
/
+1
*
Don't ask for reload if external tool claims to change current document
con
2011-02-18
1
-3
/
+20
*
It's 2011 now.
con
2011-01-12
1
-1
/
+1
*
Merge branch '2.1'
con
2010-12-17
1
-7
/
+11
|
\
|
*
License headers.
con
2010-12-17
1
-7
/
+11
*
|
Recent files should remember the editor type as well.
con
2010-12-09
1
-23
/
+45
*
|
Remove dead code.
con
2010-12-06
1
-9
/
+0
*
|
Handle read only files correctly when saving all modified files
con
2010-12-01
1
-39
/
+4
*
|
Only show save as button for files that allow it.
con
2010-12-01
1
-1
/
+1
*
|
Move some API around and make some IFile based instead of IEditor.
con
2010-12-01
1
-4
/
+55
*
|
Support symbolic links in the file manager.
con
2010-11-30
1
-232
/
+298
*
|
Remove some unused / useless api.
con
2010-11-25
1
-26
/
+7
[next]