summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/generichighlighter/manager.h
Commit message (Collapse)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* GenericHighlighter: Download dependent definitionsOrgad Shaneh2014-07-021-4/+5
| | | | | Change-Id: Idd3ce51316f2e2cc2270c8ed65fb419d9ef91b78 Reviewed-by: David Schulz <david.schulz@digia.com>
* GenericHighlighter: Use pointers for available definitions listOrgad Shaneh2014-07-021-2/+2
| | | | | Change-Id: I82e428019589674d1af234d1e47bebda3602e8f2 Reviewed-by: David Schulz <david.schulz@digia.com>
* GenericHighlighter: Add a typedef for definition meta data shared pointerOrgad Shaneh2014-07-011-3/+3
| | | | | Change-Id: I56acf760db9581ce96cfec72bd699b26569254cc Reviewed-by: hjk <hjk121@nokiamail.com>
* GenericHighlighter: Remove strange private functionOrgad Shaneh2014-07-011-1/+0
| | | | | | | Added in aadb6f16, probably to test something... Change-Id: Ib466ce7035ce4893dd7cf505bace9cf2c362ecf7 Reviewed-by: hjk <hjk121@nokiamail.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* SessionManager: Apply 'static' patternhjk2013-09-051-0/+1
| | | | | Change-Id: I370f72fcf7a24216ee189979ce6b5c8bfc5f4140 Reviewed-by: David Schulz <david.schulz@digia.com>
* Provide instance()-method for Utils::NetworkAccessManager.Friedemann Kleint2013-04-091-3/+0
| | | | | | | | | | | | | | | Preemptively fix exit warning "QEventLoop cannot be used without QApplication" (Qt 5/dev) emitted by destruction of the of the generic highlighter manager singleton which had a member of type Utils::NetworkAccessManager. Use a single instance of Utils::NetworkAccessManager for the main thread and clean up properly using a qAddPostRoutine(). Change-Id: Ida57b9028a79eb4927818ce49088ea567f3bdfd6 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Peter Hartmann <phartmann@blackberry.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-051-21/+20
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-8/+8
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Gen. highlighter: Manager refactor and pending issues fixesLeandro Melo2011-09-271-21/+15
| | | | | | | | | | | Some renamings for better clarity and re-structure how the gathering of definitions is done. There where issues concerning mainly synchronization. Also make control over the future interface better. Change-Id: I5a51a391106872acd75d84cea4bcf7e9d7495a6d Reviewed-on: http://codereview.qt-project.org/5636 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
* Merge branch '2.3'Oswald Buddenhagen2011-07-251-2/+2
|\ | | | | | | | | | | | | | | | | | | Conflicts: qtcreator.pri src/plugins/qmlprojectmanager/qmlprojectruncontrol.cpp src/plugins/remotelinux/maemodeploystepfactory.cpp src/plugins/remotelinux/maemodirectdeviceuploadstep.cpp Change-Id: I195163713145e72df20aec4ac9058f0c9158083e
| * Refactor: Move NAM to utils, rss model to welcome.Daniel Molkentin2011-07-211-2/+2
| | | | | | | | | | | | | | Change-Id: I0dddedd820e75df05c3a028e7fbb02b642c79659 Reviewed-on: http://codereview.qt.nokia.com/1902 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* | Remove unneeded defines.hjk2011-07-141-1/+0
|/ | | | | | | | | Mostly Q_DISABLE_COPY that were covered by the un-copy-ability of the respective base classes. Includes a few "stylistic" whitespace changes. Change-Id: I31ca0e7bada5ed0f34776976efe22ddc444a5bf2 Reviewed-on: http://codereview.qt.nokia.com/1609 Reviewed-by: hjk <qthjk@ovi.com>
* Introduce QML-based welcome screen using desktop componentsDaniel Molkentin2011-06-291-2/+3
| | | | | | | | | Implements new XML-based format for examples, demos & tutorials Done-with: Primrose Mbanefo <ext-primrose.mbanefo@nokia.com> Change-Id: I42c0afdb419cffe5637cd4f298e828d09e0fb15a Reviewed-on: http://codereview.qt.nokia.com/840 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* Generic highlighter: Don't nag about the missing definition if info bar was ↵Leandro Melo2010-10-111-1/+0
| | | | | | once closed. Reviewed-by: con
* Generic highlighter: Fix mime type registration.Leandro Melo2010-09-101-1/+1
| | | | There is still one remaining issue as documented in the code.
* Generic highlighter: Improving user interface.Leandro Melo2010-08-201-2/+3
| | | | | | - Manage definitions button is enabled only when path is valid. - Definitions displayed in the dialog are the ones from the path being managed, not the ones currently registered. - Mime types are registered whenever a download was attempted or one of the locations changed.
* Generic highlighter: Notify editors when mime type registration is done.Leandro Melo2010-08-181-0/+3
| | | | Now it is no longer necessary to close the editor for the highlighting to take effect.
* Generic highlighter: Prevent overlapping in the mime type registration.Leandro Melo2010-08-181-1/+7
| | | | Also add a progress bar for the registration process.
* Generic highlighter: Consider definition's priorities properly.Leandro Melo2010-08-061-0/+8
|
* Generic highlighter: Interface for automatic download of available ↵Leandro Melo2010-06-111-21/+33
| | | | definitions. Refactorings and changes in related parts of the code.
* More functionality for the generic highlighter options. Other small changes.Leandro Melo2010-05-281-0/+2
|
* Settings page for the generic highlighter.Leandro Melo2010-05-271-1/+5
|
* Generic highlighter: Mime type aliases and parents are now considered when ↵Leandro Melo2010-05-211-0/+1
| | | | searching for a definition.
* Fix compiler warning.Friedemann Kleint2010-05-201-1/+2
|
* Generic highlighter is now part of the text editor plugin.Leandro Melo2010-05-201-0/+98