Skip to content

Commit

Permalink
Added features
Browse files Browse the repository at this point in the history
  • Loading branch information
cuzbog committed Nov 30, 2014
1 parent ee2e5d3 commit 568e10a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 10 deletions.
30 changes: 22 additions & 8 deletions CMakeLists.txt.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.1.1, 2014-11-26T21:48:15. -->
<!-- Written by QtCreator 3.1.1, 2014-11-29T21:42:41. -->
<qtcreator>
<data>
<variable>ProjectExplorer.Project.ActiveTarget</variable>
Expand Down Expand Up @@ -152,11 +152,15 @@
<value type="int">13</value>
<value type="int">14</value>
</valuelist>
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
<value type="int" key="PE.EnvironmentAspect.Base">-1</value>
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">mixcloudscope</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuRunConfiguration.Scopemixcloudscope</value>
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Arguments"></value>
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Executable"></value>
<value type="bool" key="ProjectExplorer.CustomExecutableRunConfiguration.UseTerminal">false</value>
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.WorkingDirectory">%{buildDir}</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Executable</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
<value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
Expand Down Expand Up @@ -236,24 +240,34 @@
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UploadStep</value>
<valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedFiles">
<value type="QString">/usr/share/qtcreator/ubuntu/scripts/qtc_device_applaunch.py</value>
<value type="QString">/home/boghison/Projects/build-MixCloud-Ubuntu_Device_GCC_armhf_ubuntu_sdk_14_10_utopic-Default/com.ubuntu.developer.boghison.mixcloud_0.2_armhf.click</value>
<value type="QString">/home/boghison/Projects/build-MixCloud-Ubuntu_Device_GCC_armhf_ubuntu_sdk_14_10_utopic-Default/com.ubuntu.developer.boghison.Mixcloud_0.2_armhf.click</value>
<value type="QString">/home/boghison/Projects/build-MixCloud-Ubuntu_Device_GCC_armhf_ubuntu_sdk_14_10_utopic-Default/com.ubuntu.developer.boghison.mixcloud_0.1_armhf.click</value>
<value type="QString">/usr/share/qtcreator/ubuntu/scripts/qtc_device_applaunch.py</value>
</valuelist>
<valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedHosts">
<value type="QString">127.0.0.1</value>
<value type="QString">127.0.0.1</value>
<value type="QString">127.0.0.1</value>
<value type="QString">127.0.0.1</value>
</valuelist>
<valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedRemotePaths">
<value type="QString">/tmp</value>
<value type="QString">/tmp</value>
<value type="QString">/tmp</value>
<value type="QString">/tmp</value>
</valuelist>
<valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedSysroots">
<value type="QString">/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf</value>
<value type="QString">/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf</value>
<value type="QString">/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf</value>
<value type="QString">/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf</value>
</valuelist>
<valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedTimes">
<value type="QDateTime">2014-11-26T21:27:42</value>
<value type="QDateTime">2014-11-26T21:27:42</value>
<value type="QDateTime">2014-11-29T21:26:06</value>
<value type="QDateTime">2014-11-28T22:37:47</value>
<value type="QDateTime">2014-11-29T21:16:51</value>
<value type="QDateTime">2014-11-29T21:26:06</value>
</valuelist>
</valuemap>
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
Expand Down
Binary file modified data/art.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"maintainer": "Bogdan Cuza <[email protected]>",
"name": "com.ubuntu.developer.boghison.mixcloud",
"title": "mixcloud",
"version": "0.1"
"version": "0.3"
}
1 change: 0 additions & 1 deletion src/scope/query.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <unity/scopes/SearchMetadata.h>
#include <unity/scopes/VariantBuilder.h>
#include <iostream>
#include <QDebug>

namespace sc = unity::scopes;

Expand Down

0 comments on commit 568e10a

Please sign in to comment.