summaryrefslogtreecommitdiff
path: root/src/plugins/qtscripteditor
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler/lupdate/uic warnings.Friedemann Kleint2009-07-291-0/+2
* Some more QToolBar changes.con2009-07-161-0/+1
* Less QToolBars in editor tool bar.con2009-07-161-1/+1
* Update license headers and sales contact details.Jason McDonald2009-06-1725-54/+54
* Merge commit 'origin/1.2'con2009-06-161-2/+4
|\
| * Fixed the alignment of the line/column number labelThorbjørn Lindeijer2009-06-161-2/+4
* | Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainlineRoberto Raggi2009-06-041-1/+1
|\ \ | |/
| * API: temporaryEditor --> isTemporarycon2009-06-041-1/+1
* | Version bump also in master.con2009-06-041-3/+3
|/
* Version bump.con2009-06-021-3/+3
* Rely on lazy instantiation of text editor actionsThorbjørn Lindeijer2009-05-261-1/+0
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinedt2009-05-251-1/+1
|\
| * Make strings consistant, part. descriptions in the 'New' wizard.Daniel Molkentin2009-05-251-1/+1
* | Fixes spelling of temporaryEditordt2009-05-251-1/+1
|/
* Fixes showing temporary filesdt2009-05-251-0/+2
* Merge branch 'master' of ../mainline into dui-editorRoberto Raggi2009-05-131-1/+1
|\
| * Rename qworkbenchplugin.pri to qtcreatorplugin.priAlessandro Portale2009-05-081-1/+1
* | Disable the buggy code completion support for JS files.Roberto Raggi2009-05-111-0/+2
|/
* Version bump.con2009-04-081-3/+3
* Version bump.con2009-04-081-3/+3
* Better name for method to pick the completion collectorThorbjørn Lindeijer2009-04-072-2/+2
* Added license headers to javascriptengine_p.{cpp,h}Thorbjørn Lindeijer2009-04-072-52/+110
* Make warnings with Qt::darkYellow.Roberto Raggi2009-04-061-1/+1
* Fixed QScriptParser::loc(n)Roberto Raggi2009-04-025-68/+18
* Show the warning messages.Roberto Raggi2009-04-021-4/+4
* Fixed the diagnostic message for syntax errors.Roberto Raggi2009-04-022-2/+2
* Simple code completion for QtScript.Roberto Raggi2009-04-028-3/+233
* Fixed the automatic insertion of `;' tokens and improved the QtScriptParser.Roberto Raggi2009-04-024-66/+84
* Regenerated the parser.Roberto Raggi2009-04-015-746/+95
* Added simple token error recovery.Roberto Raggi2009-04-017-620/+790
* fakevim: distinquish :q and :q!hjk2009-03-312-1/+7
* Improved the update of the method combo.Roberto Raggi2009-03-311-11/+8
* Added the method combo.Roberto Raggi2009-03-312-7/+182
* Enable the standard actions (e.g undo, redo, ...)Roberto Raggi2009-03-315-20/+27
* Some work on the syntax checker.Roberto Raggi2009-03-312-0/+76
* Imported the javascript front-endRoberto Raggi2009-03-3121-0/+9687
* Unduplicated the code that initializes editor settingsThorbjørn Lindeijer2009-03-171-15/+1
* Don't show code folding margin when it isn't supportedThorbjørn Lindeijer2009-03-171-1/+1
* Fixes: Bump Creator version after releaseDaniel Molkentin2009-03-041-3/+3
* Merge commit 'origin/1.0.0'Oswald Buddenhagen2009-03-021-2/+16
|\
| * Fixes: - New license, new website.v1.0.0con2009-02-271-2/+16
| * Fixes: change license headers to LGPLhjk2009-02-2511-231/+187
* | Fixes: change file license headers to include LGPLhjk2009-02-2511-231/+187
* | Merge branch '1.0.0' into master-masterOswald Buddenhagen2009-02-241-3/+3
|\ \ | |/
| * Fixes: - Updated version numbercon2009-02-241-3/+3
* | Merge branch '1.0.0' into masterOswald Buddenhagen2009-02-231-2/+2
|\ \ | |/
| * Fixes: rename some commands to get something like a 'naming scheme'hjk2009-02-201-2/+2
* | fix context definitions of the vcs editors (this makes shortcuts work again)mae2009-02-162-8/+0
* | Merge branch '1.0.0'con2009-02-101-0/+1
|\ \ | |/
| * Recognize .qs files as QScriptThorbjørn Lindeijer2009-02-101-0/+1