summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/filemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1389/+0
* Removed module names from #include directives.Erik Verbruggen2012-02-151-14/+14
* Make IFile::isReadOnly consistent.Eike Ziller2012-02-141-4/+4
* Long live the king!hjk2012-01-261-1/+1
* Core::Filemanager: make some methods statichjk2012-01-251-115/+132
* Use new static ICore interface.hjk2012-01-241-11/+9
* UI text: fix capitalizationLeena Miettinen2012-01-021-3/+3
* CorePlugin: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-221-2/+2
* Provide "Open with" context menu in qrc editor.Eike Ziller2011-12-131-0/+1
* "Open with" actions can also remember their file name.Eike Ziller2011-12-091-20/+35
* Move "Open with" menu logic to FileManager.Eike Ziller2011-12-091-2/+68
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-5/+6
|\
| * If user cancels save file prompt, cancel entire action.wongk2011-11-031-3/+4
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-3/+3
|/
* filemanager: fix regression when trying to save read-only fileFawzi Mohamed2011-08-011-2/+1
* Add menu item to clear the recent projects/files menus.con2011-06-201-0/+11
* add auto-saving of modified editorsOswald Buddenhagen2011-05-121-1/+1
* Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-101-6/+6
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Readd filewatches to QFileSystemWatcherdt_2011-04-281-4/+8
* Revert "FileWatcher: Use Utils::FileSystemWatcher in Core::FileManager."dt_2011-04-281-17/+13
* Handle internally triggered deletes more gracefulldt_2011-04-271-2/+6
* improve file change notification suppression in saveFile()Oswald Buddenhagen2011-04-181-37/+16
* make m_changedFiles a set - for simplicity (and performance).Oswald Buddenhagen2011-04-181-3/+3
* rename misnamed variableOswald Buddenhagen2011-04-181-4/+5
* minor optimization: QList::removeOne() returns a boolOswald Buddenhagen2011-04-181-12/+5
* add errorString output argument to IFile::reload() & IEditor::open()Oswald Buddenhagen2011-04-181-8/+20
* add errorString output argument to IFile::save()Oswald Buddenhagen2011-04-181-3/+18
* file manager: introduce saveFile() and remove blockFileChange() & unblockFile...Oswald Buddenhagen2011-04-181-36/+21
* GUI style fixes: spaces before ellipses and excess ellipsesOswald Buddenhagen2011-04-181-1/+1
* Merge remote branch 'origin/2.2'con2011-04-181-3/+4
|\
| * don't ignore file changes while reload dialog is upOswald Buddenhagen2011-04-141-3/+4
* | FileWatcher: Use Utils::FileSystemWatcher in Core::FileManager.Friedemann Kleint2011-04-151-13/+17
* | Core: Create link file watcher on demand.Friedemann Kleint2011-04-141-19/+39
* | Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\ \ | |/
| * Update license.hjk2011-04-131-14/+13
* | API Documentation: Fix warnings.Friedemann Kleint2011-03-281-4/+6
|/
* Fix Krazy code scanning tool warnings (QString, loops, spelling).Friedemann Kleint2011-02-251-1/+1
* Don't ask for reload if external tool claims to change current documentcon2011-02-181-3/+20
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Recent files should remember the editor type as well.con2010-12-091-23/+45
* | Remove dead code.con2010-12-061-9/+0
* | Handle read only files correctly when saving all modified filescon2010-12-011-39/+4
* | Only show save as button for files that allow it.con2010-12-011-1/+1
* | Move some API around and make some IFile based instead of IEditor.con2010-12-011-4/+55
* | Support symbolic links in the file manager.con2010-11-301-232/+298
* | Remove some unused / useless api.con2010-11-251-26/+7