summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/snippets
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-2917-17/+17
* Adjust license headershjk2012-10-0517-363/+346
* Remove NULL tests for Core::ICore::settings()Orgad Shaneh2012-08-091-13/+9
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-1917-51/+17
* Make PluginManager mostly static.Eike Ziller2012-06-192-3/+3
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-232-18/+9
* Normalized connect()sRobert Loehning2012-03-061-5/+5
* Removed module names from #include directives.Erik Verbruggen2012-02-1512-35/+35
* Long live the king!hjk2012-01-2617-17/+17
* Use new static ICore interface.hjk2012-01-242-5/+5
* TextEditor: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-061-1/+1
* UI files: Do not polute the global Ui namespaceTobias Hunger2011-11-241-2/+2
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1117-34/+34
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0317-34/+34
* | more Id type fixeshjk2011-11-102-2/+2
|/
* all: less QScopedPointerhjk2011-09-191-4/+0
* more stylehjk2011-09-192-9/+10
* Pass focusOutEvent to the superclassJarek Kobus2011-09-021-0/+1
* Remove unneeded defines.hjk2011-07-141-1/+0
* Fix crash when changing font settingsLeandro Melo2011-06-201-0/+2
* Editors: Make snippets and code style honor font settingsLeandro Melo2011-06-011-0/+23
* Documentation: Snippets supportLeandro Melo2011-05-272-0/+72
* New code assist APILeandro Melo2011-05-182-27/+30
* Fix/add copyright headersTobias Hunger2011-05-0617-17/+17
* add/unify i/o error handlingOswald Buddenhagen2011-04-183-21/+34
* Merge branch '2.2'Oswald Buddenhagen2011-04-1417-238/+221
|\
| * Update license.hjk2011-04-1317-238/+221
* | core: make context and widget IContext data membershjk2011-04-142-17/+5
|/
* Remove grid from snippets table viewLeandro Melo2011-04-061-0/+6
* Snippets: Remove unnecessary headerLeandro Melo2011-03-011-2/+0
* Revert "Make our options dialog a bit more uniform"Leandro Melo2011-02-281-75/+23
* Revert "More options dialog UI changes"Leandro Melo2011-02-281-18/+0
* More options dialog UI changesLeandro Melo2011-02-251-0/+18
* Make our options dialog a bit more uniformLeandro Melo2011-02-251-23/+75
* Fix Krazy code scanning tool warnings (QString, loops, spelling).Friedemann Kleint2011-02-251-1/+1
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-226-28/+30
* Snippets: Complement is now Trigger Variant in the UILeandro Melo2011-02-021-1/+1
* 10n: Fix tr() issues.Friedemann Kleint2011-01-191-1/+2
* Snippets: Check for content change on applyLeandro Melo2011-01-142-1/+6
* It's 2011 now.con2011-01-1217-17/+17
* License headers, part 2con2010-12-1713-91/+143
* Merge branch '2.1'con2010-12-174-28/+44
* Snippets: Replace forward declaration by includeLeandro Melo2010-12-092-3/+1
* Snippets: Remove the snippets managerLeandro Melo2010-12-086-133/+19
* Snippets: Make it flexible for adding builtin snippetsLeandro Melo2010-12-083-139/+31
* Snippets: Correct top-left/bottom-right when emiting dataChangedLeandro Melo2010-12-081-1/+4
* Snippets: Make it easier for plugins to add snippets groupsLeandro Melo2010-12-0815-223/+335
* Snippets: Add more use-casesLeandro Melo2010-12-085-54/+192
* Snippets: Move code from the manager to the collection.Leandro Melo2010-12-085-175/+164