aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/imageviewer/imageviewer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-7/+7
* License updateEike Ziller2014-10-091-7/+8
* Editors: Move id() from editor to document.Eike Ziller2014-03-051-2/+0
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-5/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-2/+2
* Move IEditor::createNew to IDocument::setContentsEike Ziller2013-07-171-6/+0
* Move IEditor::isTemporary to IDocumentEike Ziller2013-07-121-5/+0
* Move displayName from IEditor to IDocumentEike Ziller2013-07-101-15/+0
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-1/+1
* Doc: move imageviewer docs from headers to cpp filesLeena Miettinen2013-06-071-0/+6
* Editors: Provide a base implementation for {save,restore}Statehjk2013-05-271-21/+0
* Editors: Provide a base implementation for duplicate{,Supported}hjk2013-05-271-11/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-2/+2
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-2/+2
* | ImageViewer: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-271-6/+6
|/
* Adjust license headershjk2012-10-051-21/+20
* rename QtDebug to QDebughjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Show shortcuts in tooltips of ImageViewerKonstantin Tokarev2012-06-251-2/+10
* Show animated images in ImageView with QMovie.Konstantin Tokarev2012-05-101-5/+37
* Added image pizel size label to ImageViewer (WxH format).Konstantin Tokarev2012-04-271-0/+5
* UI text: use full stops in the end of messagesLeena Miettinen2012-03-051-1/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-2/+2
|/
* all: less QScopedPointerhjk2011-09-191-0/+1
* ImageViewer: adjust to style guidehjk2011-09-021-42/+42
* add auto-saving of modified editorsOswald Buddenhagen2011-05-121-3/+3
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* add errorString output argument to IFile::reload() & IEditor::open()Oswald Buddenhagen2011-04-181-2/+5
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | core: make context and widget IContext data membershjk2011-04-141-16/+3
|/
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* I10N: First translation fixes for 2.1Friedemann Kleint2010-09-101-1/+1
* Core::Context: compile hot fix for Windows.hjk2010-06-251-3/+4
* core: use a class derived from QList<int> instead of a QList<int> for Core::C...hjk2010-06-251-2/+2
* ImageViewer: Register the actions with the action managerDenis Mingulov2010-06-181-0/+33
* ImageViewer: Pick up the icons from the system theme using QIcon::fromThemeDenis Mingulov2010-06-181-0/+25
* ImageViewer: Reimplemented as a new pluginDenis Mingulov2010-06-181-0/+194