summaryrefslogtreecommitdiff
path: root/src/plugins/android
Commit message (Expand)AuthorAgeFilesLines
...
* Android: Fix installing signed packagesEskil Abrahamsen Blomfeldt2014-11-181-0/+10
* Android: Make Bundle Qt Deployment the default deployment method.Daniel Teske2014-11-188-28/+36
* Android 5.0 is not unknown anymore.BogDan Vatra2014-11-141-1/+2
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* Android: Fix starting the emulator on 32bit linuxDaniel Teske2014-11-102-3/+43
* Debugger: Do not directly call Engine::notify() functions from other threadshjk2014-11-041-1/+1
* Introduce and use FileName::exists()hjk2014-11-034-17/+16
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-033-5/+5
* Android: Fix wrong comparison operatorDaniel Teske2014-10-271-1/+1
* AndroidDeployQtStep: Fix deployment for qt 5.3Daniel Teske2014-10-274-8/+22
* Debugger: notify engine if remote process finishes on androidUlf Hermann2014-10-241-0/+1
* Make sure apps that are using Qt < 5.4 are really uninstalled.BogDan Vatra2014-10-211-2/+2
* Debugger: Consolidate RunControl creationhjk2014-10-201-3/+2
* Debugger: Remove messaging indirection in DebuggerRunControlhjk2014-10-171-1/+1
* ProjectExplorer: Add ClangStaticAnalyzerMode RunModeNikolai Kosjar2014-10-161-0/+1
* License update.Eike Ziller2014-10-157-43/+49
* TextEditor: Factory cosmeticshjk2014-10-151-0/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1475-532/+624
|\
| * License updateEike Ziller2014-10-09101-701/+801
| * Android: Be more careful in androidVirtualDevices()Daniel Teske2014-10-021-7/+24
* | TextEditor: Move CompletionAssistProvider constructionhjk2014-10-063-20/+4
* | Show project name.BogDan Vatra2014-10-032-16/+0
* | JsonWizard: Replace Java wizard with JsonWizardTobias Hunger2014-09-306-143/+0
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-297-11/+11
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-266-7/+7
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-253-4/+4
* | Android: Say hello to gradle!BogDan Vatra2014-09-2517-50/+329
* | Remove unused functionsBogDan Vatra2014-09-222-25/+0
* | Debugger: Merge two remote setup communication pathshjk2014-09-191-1/+5
* | Android: Add comment about the protocol used in the runnerhjk2014-09-181-0/+53
* | AndroidRunner: Initialize qmlPort member even if unused.hjk2014-09-171-0/+2
* | Force uninstall of any Qt apps that are using Qt < 5.4BogDan Vatra2014-09-163-4/+14
* | Android: Separate debug and analyze supporthjk2014-09-168-273/+97
* | Debugger: Better remote engine setup result reportinghjk2014-09-164-11/+5
* | Android: accept() device-dialog by doubleclickGabriel Hege2014-09-111-0/+2
* | Remove Qt version checks.Christian Kandeler2014-09-081-4/+0
* | AndroidManifestEditor: Split permissions and features checkboxDaniel Teske2014-09-052-20/+32
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-042-2/+2
* | QtVersion: Allow for variables in Qt version namesTobias Hunger2014-09-041-1/+1
* | Core: Use std::function for info bar callbackshjk2014-09-042-7/+3
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-15/+0
* | TextEditor: Move CompletionAssistProvider to *Widgethjk2014-09-031-1/+15
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-022-4/+1
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* | Android: Fix displayNameForIdDaniel Teske2014-09-021-1/+1
* | TextEditor: Move comment definitions back to *Widgethjk2014-09-021-1/+1
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-2/+2
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-254-9/+9
* | Android: Use a BaseEditorFactory derived class for JavaEditorhjk2014-08-222-51/+34