Dataset Viewer
project
stringclasses 16
values | issuekey
stringlengths 4
14
| title
stringlengths 3
200
| description
stringlengths 1
20k
⌀ | storypoint
int64 1
100
|
---|---|---|---|---|
appceleratorstudio | TISTUD-6 | Add CA against object literals in function invocations | {html}<div><p>The idea here is that if our metadata captures a type as function arg, we should be able to create an instance of that type as an object literal as an arg to a function invocation. For example:</p> <pre> <code>Ti.UI.createLabel( { <property-ca-here> } );</code> </pre></div>{html} | 1 |
appceleratorstudio | TISTUD-9 | Update branding for Appcelerator plugin to Appcelerator logo | {html}<div><p>At least fix feature icons, associated natures. Perhaps other screens as well.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-11 | Create new JSON schema for SDK team | {html}<div><p>Create JSON schema containing properties required for proper CA. Hand schema to Platform team to output new docs/JSON files as part of new SDK releases. It may be that instead we can use the vsdoc format, in which case we will need to indicate to the SDK team additional items to be added to the docs.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-13 | Create Project References Property Page | {html}<div><p>Create property page for project which allows manipulation of embedded references. User can add or remove references from the filesystem or URL (if possible).</p> <p>There may well be an established metaphor or existing page in PHP, PDT, JSDT or elsewhere. Investigate reusing this page is possible or appropriate.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-16 | New Desktop Project Wizard | {html}<div><p>Desktop (need to convert existing project creation code to Java). Some items here: <a href= "https://github.com/appcelerator/titanium_developer/blob/master/Resources/js/project.js#L551"> https://github.com/appcelerator/titanium_developer/blob/master/Reso...</a>. Others here: <a href= "https://github.com/appcelerator/titanium_developer/blob/master/Resources/perspectives/projects/js/projects.js"> https://github.com/appcelerator/titanium_developer/blob/master/Reso...</a>.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-21 | Launch application on Blackberry emulator | {html}<div><p>Note that some emulators are platform-specific, so we need to restrict usage as appropriate. Create launch configuration to run the application on the appropriate device emulator. Copy options from TiDev 1 as appropriate</p></div>{html} | 1 |
appceleratorstudio | TISTUD-22 | Launch application on iOS device (tethered) | {html}<div><p>Replicate experience from TiDev 1, creating a launch configuration as appropriate.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-23 | Launch application on Android device (tethered) | {html}<div><p>Check for items below as part of launch configuration, but if not correct, we would open preference page</p></div>{html} | 1 |
appceleratorstudio | TISTUD-24 | Create packager for Desktop project | {html}<div><p>Desktop, send ZIP file to web service to package, poll to see if process completed. Embed web page with links to completed build.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-25 | Create packager for Mobile/iOS project | {html}<div><p>Follow existing screens/workflow as appropriate. Launch wizard from right-click menu in App Explorer and button on App Explorer top bar.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-28 | Show remote samples in Samples View | {html}<div><p>Allow alternate list of samples pulled from remote server. Others would be cloned from github repo on demand using code from rubles.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-29 | Add Titanium Samples | {html}<div><p>Short list of pre-packaged samples included with Titanium Developer plugin. Kitchen Sink is the obvious one.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-30 | Convert Titanium Ruble and package with Titanium Plugin | {html}<div><p>Convert existing Titanium Mobile Ruble to Aptana format. <a href="https://github.com/subtleGradient/JavaScript-Appcelerator-Titanium-Mobile.tmbundle"> https://github.com/subtleGradient/JavaScript-Appcelerator-Titanium-...</a>. Have to double-check license--may need to ask for permission.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-31 | Add Sample Titanium templates | {html}<div><p>Add in template directory, add some sample templates per Titanium projects. No specific suggestions, but perhaps there is something the SDK team could suggest, at least a placeholder to the ruble so more can be added later by others.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-32 | Auto-update of Titanium SDK | {html}<div><p>Ping web service for newer versions of SDK. If present, download and unzip into proper directory, Shalom suggests reusing parts of portal code.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-36 | Launch debugger against emulators | {html}<div><p>Add button to App Explorer to help in debugging the current project. Similar to launching against Firefox debugger, so screens are similar.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-37 | Launch debuggers against device (tethered) | {html}<div><p>Similar to other debugging options.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-40 | Add iframe for Ad Content to Welcome/Dashboard screen | Retrieve content for frame from similar location as in TiDev. Assume some static content for offline mode. | 1 |
appceleratorstudio | TISTUD-44 | Create new Titanium Studio Splash Screen | There is a placeholder image for now (titanium_studio/plugins/com.appcelerator.titanium.rcp/splash.bmp) but needs replacement. We can replace the existing size, or use a new different size, but we'll just need to configure a few new options: http://www.vogella.de/articles/EclipseRCP/article.html#product_splash | 1 |
appceleratorstudio | TISTUD-54 | Allow users to install new Mobile/Desktop/etc SDKs | {html}<div><p>Let users easily grab the latest mobile or Desktop SDK, install it into their machine, etc.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-62 | Make App Explorer the active view by default in TiDev 2 | {html}<div><p>Currently, Project Explorer is in front. Switch that to App Explorer.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-64 | Implement tiapp.xml validation | {html}<div><p>As an example, see <a href= "http://developer.appcelerator.com/question/114521/error-error-generating-rjava-from-manifest"> http://developer.appcelerator.com/question/114521/error-error-gener...</a></p></div>{html} | 1 |
appceleratorstudio | TISTUD-65 | "Run on Device" for Android | {html}<div><p>Add a "Run on Device" entry for Android as we have for iOS.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-66 | Add pings to Iphone events | {html}<div><p>Mobile Install on Device event:</p> <p>The method sendInstallEvent() in MobileUsageUtils should be used for this.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-67 | Add pings to Android Events | {html}<div><p>Mobile Distribute App event: Use sendDistributeEvent() from MobileUsageUtils<br> Mobile Install on Device event: use sendInstallEvent() from MobileUsageUtils</p></div>{html} | 1 |
appceleratorstudio | TISTUD-68 | Add pings to Blackberry Events | {html}<div><p>Mobile Distribute App event: Use sendDistributeEvent() from MobileUsageUtils</p> <p>Mobile Install on Device event: use sendInstallEvent() from MobileUsageUtils</p> <p>Blackberry does not have devName / sdk fields for those methods. Those fields should have null passed in.</p></div>{html} | 1 |
appceleratorstudio | TISTUD-69 | Add pings to Desktop events | {html}<div><p>Desktop Launch: use sendLaunchEvent() from DesktopUsageUtils</p> <p>Desktop Package: use sendPackageEvent() from DesktopUsageUtils</p></div>{html} | 1 |
appceleratorstudio | TISTUD-71 | Create JSCA reader | Once the JSCA schema schema has been defined, we need to create code to can read schemas following that format. The reader will require the schema schema to be modified to support event handlers as types, properties, etc. are consumed by the reader. | 1 |
appceleratorstudio | TISTUD-72 | Store Analytic ping events in database | We want to store the events in a database in case the user is offline. | 1 |
appceleratorstudio | TISTUD-73 | Context info popup blocks code when using mutli-line function invocations | This is showing up particularly when using object literals inside method invocations. It looks like the popup itself needs to follow the row of the current offset; whereas, right now it basically places itself one line below the function invocation start | 1 |
appceleratorstudio | TISTUD-85 | Prompt for perspective reset if perspective layout/information has changed | We can pull this code from Studio 2. Allow us to version the perspective, and if we up the perspective version, prompt the user if they would like to reset the perspective to a new version. | 1 |
appceleratorstudio | TISTUD-86 | Close Studio or force update if user attempts to use product past pre-set expiration date | Hardcode in date of June 1, 2011. If the user reaches that date and attempts to use the product, force them to update to a new version, or shut the product down (standalone), or disabled the plugin (if used inside Eclipse) | 1 |
appceleratorstudio | TISTUD-87 | Refactor all ping related methods to a utility class | For example in newmobileprojectwizard.java. we can extract sendCreateProjectEvent to a utility class | 1 |
appceleratorstudio | TISTUD-101 | Add preferences for Titanium Desktop and Mobile SDKs | We currently don't have a way for users to adjust where their titanium desktop and mobile sdks are installed. We will want to initialize them to Mac: /Library/Application Support/Titanium/ Linux: ~/.titanium/ Win32: %ProgramData%\\Titanium\\ | 1 |
appceleratorstudio | TISTUD-106 | Download latest SDK on initial Titanium Startup | If a user starts Titanium Studio, and does not have a SDK installed, we need to ensure they have one ready. This might be done already--if so, great. Otherwise, let's automatically download and install the latest desktop and mobile SDKs. | 1 |
appceleratorstudio | TISTUD-112 | Clean doesn't actually clean a mobile project | We need to make "Clean" actually remove the contents of both the build/iphone and build/android directories (but not the directory itself). This will cause a real clean when you build the project and regenerate compiled files. | 1 |
appceleratorstudio | TISTUD-115 | Upgrade packaged JRuby to 1.6.0 RC3 | They've just released JRuby 1.6.0 RC3, which fixes a bug we saw with some users on Windows with funky default charsets. we should upgrade when possible. | 1 |
appceleratorstudio | TISTUD-121 | Allow users to download older versions of Mobile SDK | Change "Install Titanium SDK From URL..." to "Install Specific Titanium SDK..." Add radio button: * Install from URL: Top text box will stay as before, allowing people to paste in. Add browse button to surf to local location on disk * Install from Update stream: Cascading drop-downs ** Contributed via extension point. Two default streams contributed ** "release" stream: https://api.appcelerator.net/p/v2/release-list?name=mobilesdk (filter on OS) ** "continuous integration master" stream: http://builds.appcelerator.com.s3.amazonaws.com/mobile/master/index.json (we may need to work with platform to either a) regularize the format or b) allow for the extension point to apply some regex/xpath to the JSON to grab build info) | 13 |
appceleratorstudio | TISTUD-123 | Exclude build folder from AppExplorer | When an application is building, you could see constant workspace updating in Progress view. | 1 |
appceleratorstudio | TISTUD-124 | Keep user signed in for 24 hours since last sign in if offline | Basically, if user goes offline, he currently still could continue to use TiStudio features, but until Studio restart. It would be better to have some grace period if offline. | 1 |
appceleratorstudio | TISTUD-125 | Splash/Login Screen looks empty if user is already logged in | Screenshot attached. it may be that the page should just be condensed somewhat, since I don't think we need that much space for the username/password fields. Otherwise, can we place something in the blank area that would look fine if the fields are pasted over the top? | 1 |
appceleratorstudio | TISTUD-127 | Hook up language modules to be exported in timanifest file during Desktop packaging | The code for dealing with modules was commented out by me in porting over the Ti Dev 1 packager for Desktop, since we didn't have this in our metadata or anything. We need to re-implement this now that we are keeping track of this. | 1 |
appceleratorstudio | TISTUD-130 | Enter/Return doesn't being Login on login splash screen | When you first start TI Studio, it brings up a login screen. I entered my credentials, hit Return and... nothing. It should invoke the login button. | 1 |
appceleratorstudio | TISTUD-131 | Change "username" label to "email address" in splash screen login | The username label is mis-leading. I believe we're always looking for the user's email address they used to register with. | 1 |
appceleratorstudio | TISTUD-136 | Add user-agent icons for iPhone, iPad, Android | null | 1 |
appceleratorstudio | TISTUD-138 | Add Portal Dispatcher to Launch Specific Wizard | Could be done through a link. Suggestion is to allow the user to pass in a specific ID, i.e. com.appcelerator.titanium.ui.import.wizard | 1 |
appceleratorstudio | TISTUD-139 | Add Portal Dispatcher to Run Specific Command | Add a way for a link to trigger a specific command in Studio, i.e. "com.appcelerator.titanium.ui.ide.update.command.updateTitanium" | 1 |
appceleratorstudio | TISTUD-140 | Add Portal Dispatcher to Open Specific View | Add a way for a link to open a specific view in the user interface, by passing the view's ID: "com.aptana.explorer.view" | 1 |
appceleratorstudio | TISTUD-141 | Add Portal "Recently Opened Files" Feature | I'm assuming there is some what for portal to communicate and get a list of recently opened files from Eclipse (since Eclipse itself shows such a list), and return it as a JSON array of links that a developer could turn into clickable links on the portal page. | 1 |
appceleratorstudio | TISTUD-143 | Fix error message when user cannot login due network issues | User always gets incorrect login/password message. | 1 |
appceleratorstudio | TISTUD-144 | Fix error message when user cannot login due network issues | User always gets incorrect login/password message. | 1 |
appceleratorstudio | TISTUD-166 | Desktop Package/Distribute Wizard UI is ugly and has wrapping issues | I created the Desktop packaging wizard to mimic what was in Titanium Developer, but I had trouble getting it to look "pretty". Michael, you did a nice job fixing up my other nasty Ui work on wizards, maybe you can take a look? | 1 |
appceleratorstudio | TISTUD-167 | Add links to Mobile preference screen to direct user where to download Android SDK | We indicate we can't find the SDK, but let's add a link directing the user where to download it (if they don't have it already) | 1 |
appceleratorstudio | TISTUD-174 | Login between Screens | While using two screens the login form ist displayed between the screens. Screenshot attached | 1 |
appceleratorstudio | TISTUD-176 | Update the verified publisher in Windows installer to Appcelerator | It currently shows Aptana, Inc when hovering over the installer image. Would be 5 points if it is already in correct format. | 8 |
appceleratorstudio | TISTUD-178 | Auto-wire up CA in Titanium projects | User should not have to drop jsca file into Titanium project to get CA. | 1 |
appceleratorstudio | TISTUD-184 | Add command to install beta releases of Mobile/Desktop SDKs based on URL | We need a command (probably under help) to install beta versions of Titanium Mobile/Desktop SDKs via specific URLS. Something like the urls found at http://builds.appcelerator.com.s3.amazonaws.com/index.html We need to be able to recognize the difference between a mobilesdk and desktop sdk download. | 1 |
appceleratorstudio | TISTUD-195 | Update Samples view to include some sort of descriptive text and platform specifications | Looking at the samples view, it should have a few extra items: 1) A description of the sample in question. 2) Allow the sample to be "tagged" with a variety of text phrases. We could use that for sorting/filtering. | 1 |
appceleratorstudio | TISTUD-200 | Tiapp: surface errors/warnings in Overview Editor to Problem view and as project file decorators | Steps to Reproduce: 1. Create a new project from tiDev 2. Import the project to tiStudio 3. open tiapp.xml Actual: there are errors that the user need to resolve, but they do not see that indication until file is open Expected: To indicate to the user that there is an error on the project when they import | 20 |
appceleratorstudio | TISTUD-201 | Allow importing of existing projects without user modifications | In an ideal world, no user modifications would be required for a project creating in TiDev and brought into tiStudio. Not sure if thats possible or a goal, but we wanted to log it. the issues we have encountered: TISTUD-198 TISTUD-199 | 1 |
appceleratorstudio | TISTUD-204 | Save parameters in Android Distribute dialog for later reuse | Currently user has to reenter all fields in Android Distribute dialog. It would be more convenient to save and reuse them. | 1 |
appceleratorstudio | TISTUD-209 | Running project on iOS device gives an itunes error | Steps to Reproduce: 1. Create a new iOS project 2. Run as iOS device 3. See the console Actual: /Library/Application Support/Titanium/mobilesdk/osx/1.7.0/iphone/itunes_sync.scpt: execution error: iTunes got an error: Can't continue update. (-1708) Expected: No error | 1 |
appceleratorstudio | TISTUD-212 | Add deploy-targets validation when importing existing Mobile project | When importing a previously created titanium mobile project, the deploy-targets that were set for that project may not be compatible with the importing environment for various reasons like - missing SDKs or unsupported operating system. The import project wizard should display to the user any detected issues before creating the project, and perhaps offer to fix them in some cases (such as grabbing a missing SDK). | 1 |
appceleratorstudio | TISTUD-213 | Disable or hide any deploy-targets that are not available in the project's resources directory | Currently, the deploy targets resources are only created when a project is created. There is no scripting support for updating the resources directory by a new set of targets. To avoid any user confusion, we should probably hide those targets or gray them out with some info about the problem. | 1 |
appceleratorstudio | TISTUD-215 | App Explorer view should transition to the Debug perspective | When the user opens a debugging session, and switches to the debug perspective, only the Eclipse Debug button is left for re-launching the application while still in the Debug perspective. This makes the user experience somewhat inconsistent because (presumably) they will be launching from the Debug button inside the App Explorer ("Titanium" perspective). If we have the App Explorer itself exist in both perspectives, it should give the same interface for launching to the user. | 1 |
appceleratorstudio | TISTUD-216 | Remember last folder imported project from | Would be great if when importing a project, it remembered the last folder you imported from and showed the Finder/Explorer starting there. (Like Eclipse does). I imagine people tuck their Ti projects away in a special folder, so having it default to the last project's folder makes it just one step away from the folder containing all their projects. | 1 |
appceleratorstudio | TISTUD-232 | Update JSCA top-level metadata for better version tracking | Following the JFF schema as a model, we should add "name" and "description" properties to the top-level object. "version" should be changed from a Number to a String. Schema changes will also require code changes to update the model and the processing of those properties in the JSCA files. | 13 |
appceleratorstudio | TISTUD-234 | Must be able to set your own Default Project Location | Most developers I know have their own path for their development projects, often which they have been using for many years. The Ti Studio needs the ability to change the default location to be whatever the end-developer wants. | 1 |
appceleratorstudio | TISTUD-253 | Show progress when importing sample project | Git clone for kitchen sink takes around 3-4 minutes and the progress is stuck at 4%. It's somewhat confusing since I don't know whether something went wrong or it's just taking a while. Some type of progress indicator would be nice | 1 |
appceleratorstudio | TISTUD-255 | Ability to check the build number for tiDesktop and tiMobile SDK in the about page | We should have the ability to check the build number of the SDK that we are running in tiStudio. All the information is written to a text file called version.txt in the SDK folder | 1 |
appceleratorstudio | TISTUD-260 | Once a user has updated the SDK manually, alert the user that installation has completed successfully | Using *Help > Install Titanium SDK from URL* a user can install a SDK from a URL. However, once the installation has been completed, we should pop a toast to indicate that the installation process has completed. | 1 |
appceleratorstudio | TISTUD-267 | Re-arrange Help menu options | See attached image. Suggest the following: ---------- Titanium Studio > Check for Titanium SDK Updates Install Titanium SDK from URL... | 1 |
appceleratorstudio | TISTUD-268 | Add templates to Titanium project creation | Similar to how web projects work. We have templates in the Titanium ruble. On project creation, once we have run the scripts, we then copy in the template files. We only have one titanium ruble at the moment--if necessary, we can create two, or somehow indicate the samples apply to mobile or desktop projects. | 1 |
appceleratorstudio | TISTUD-273 | Allow selection by CamelCase | In another I-can't-name-it Eclipse based IDE, there's a feature where you can select things based on CamelCase, instead of by word, which is very handy. Example: If I have code like this: /pintley/ui/components/MoreRow.js On OS X, if I put my cursor between "Row" and ".js", hold down option-shift, and hit the left arrow, it would highlight "Row" instead of "MoreRow". It's a huge timesaver, but I can see that not everyone would like it. I just want the option. | 8 |
appceleratorstudio | TISTUD-280 | Add domain and login to cloud app wizard | null | 1 |
appceleratorstudio | TISTUD-285 | Remove auto-setting of workspace directory in Titanium Studio | Instead, let the user pick a default workspace on first launch. | 1 |
appceleratorstudio | TISTUD-288 | Notify user when mobile project creation fails | Ordinarily, we shouldn't allow the user to get this far in the process, but if they somehow manage to get here, we should alert the user to the error. | 1 |
appceleratorstudio | TISTUD-525 | Replace colons in project names with underscore characters | I tried creating a mobile project through developer with a colon in the name and got the following in the console. Just create a project with a colon in the name to reproduce. We should instead replace the colon with an underscore. {panel} <p><a href="/projects/32238/changesets/INFO" title= "Changeset [INFO]">[INFO]</a> Compiling JavaScript...one moment <a href="/projects/32238/changesets/INFO" title= "Changeset [INFO]">[INFO]</a> Simulator is exiting <a href= "/projects/32238/changesets/INFO" title= "Changeset [INFO]">[INFO]</a> No JavaScript errors detected. <a href="/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> executing command: /usr/bin/killall iPhone Simulator <a href="/projects/32238/changesets/INFO" title= "Changeset [INFO]">[INFO]</a> One moment, building ... <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copy resources from /Users/kevin/Name: Lite/Resources to /Users/kevin/Name: Lite/build/iphone/tmp <a href="/projects/32238/changesets/DEBUG" title="Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/about.html to /Users/kevin/Name: Lite/build/iphone/tmp/about.html <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/index.css to /Users/kevin/Name: Lite/build/iphone/tmp/index.css <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/index.html to /Users/kevin/Name: Lite/build/iphone/tmp/index.html <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/index.js to /Users/kevin/Name: Lite/build/iphone/tmp/index.js <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/about.html to /Users/kevin/Name: Lite/build/iphone/tmp/about.html <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/index.css to /Users/kevin/Name: Lite/build/iphone/tmp/index.css <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/index.html to /Users/kevin/Name: Lite/build/iphone/tmp/index.html <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/index.js to /Users/kevin/Name: Lite/build/iphone/tmp/index.js <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/about.html to /Users/kevin/Name: Lite/build/iphone/tmp/about.html <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/index.css to /Users/kevin/Name: Lite/build/iphone/tmp/index.css <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/index.html to /Users/kevin/Name: Lite/build/iphone/tmp/index.html <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/index.js to /Users/kevin/Name: Lite/build/iphone/tmp/index.js <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/about.html to /Users/kevin/Name: Lite/build/iphone/tmp/about.html <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/index.css to /Users/kevin/Name: Lite/build/iphone/tmp/index.css <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/index.html to /Users/kevin/Name: Lite/build/iphone/tmp/index.html <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/index.js to /Users/kevin/Name: Lite/build/iphone/tmp/index.js <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/android/appicon.png to /Users/kevin/Name: Lite/build/iphone/tmp/android/appicon.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/android/default.png to /Users/kevin/Name: Lite/build/iphone/tmp/android/default.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/android/appicon.png to /Users/kevin/Name: Lite/build/iphone/tmp/android/appicon.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/android/default.png to /Users/kevin/Name: Lite/build/iphone/tmp/android/default.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/android/appicon.png to /Users/kevin/Name: Lite/build/iphone/tmp/android/appicon.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/android/default.png to /Users/kevin/Name: Lite/build/iphone/tmp/android/default.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/android/appicon.png to /Users/kevin/Name: Lite/build/iphone/tmp/android/appicon.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/android/default.png to /Users/kevin/Name: Lite/build/iphone/tmp/android/default.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/appicon.png to /Users/kevin/Name: Lite/build/iphone/tmp/iphone/appicon.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/closebox.png to /Users/kevin/Name: Lite/build/iphone/tmp/iphone/closebox.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/Default.png to /Users/kevin/Name: Lite/build/iphone/tmp/iphone/Default.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/appicon.png to /Users/kevin/Name: Lite/build/iphone/tmp/iphone/appicon.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/closebox.png to /Users/kevin/Name: Lite/build/iphone/tmp/iphone/closebox.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/Default.png to /Users/kevin/Name: Lite/build/iphone/tmp/iphone/Default.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/appicon.png to /Users/kevin/Name: Lite/build/iphone/tmp/iphone/appicon.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/closebox.png to /Users/kevin/Name: Lite/build/iphone/tmp/iphone/closebox.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/Default.png to /Users/kevin/Name: Lite/build/iphone/tmp/iphone/Default.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/appicon.png to /Users/kevin/Name: Lite/build/iphone/tmp/iphone/appicon.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/closebox.png to /Users/kevin/Name: Lite/build/iphone/tmp/iphone/closebox.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/Default.png to /Users/kevin/Name: Lite/build/iphone/tmp/iphone/Default.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copy resources from /Users/kevin/Name: Lite/Resources/iphone to /Users/kevin/Name: Lite/build/iphone/tmp <a href="/projects/32238/changesets/DEBUG" title="Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/appicon.png to /Users/kevin/Name: Lite/build/iphone/tmp/appicon.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/closebox.png to /Users/kevin/Name: Lite/build/iphone/tmp/closebox.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/Default.png to /Users/kevin/Name: Lite/build/iphone/tmp/Default.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/appicon.png to /Users/kevin/Name: Lite/build/iphone/tmp/appicon.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/closebox.png to /Users/kevin/Name: Lite/build/iphone/tmp/closebox.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/Default.png to /Users/kevin/Name: Lite/build/iphone/tmp/Default.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/appicon.png to /Users/kevin/Name: Lite/build/iphone/tmp/appicon.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/closebox.png to /Users/kevin/Name: Lite/build/iphone/tmp/closebox.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/Default.png to /Users/kevin/Name: Lite/build/iphone/tmp/Default.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/appicon.png to /Users/kevin/Name: Lite/build/iphone/tmp/appicon.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/closebox.png to /Users/kevin/Name: Lite/build/iphone/tmp/closebox.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> copying: /Users/kevin/Name: Lite/Resources/iphone/Default.png to /Users/kevin/Name: Lite/build/iphone/tmp/Default.png <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> module library dependency detected Titanium.App <a href="/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> module library dependency detected Titanium.API <a href="/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> module library dependency detected Titanium.Network <a href="/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> module library dependency detected Titanium.Platform <a href="/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> module library dependency detected Titanium.Analytics <a href="/projects/32238/changesets/DEBUG" title="Changeset [DEBUG]">[DEBUG]</a> module library dependency detected Titanium.Media <a href="/projects/32238/changesets/DEBUG" title="Changeset [DEBUG]">[DEBUG]</a> module library dependency detected Titanium.Gesture <a href= "/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> module library dependency detected Titanium.UI <a href="/projects/32238/changesets/INFO" title= "Changeset [INFO]">[INFO]</a> Executing XCode build... <a href= "/projects/32238/changesets/INFO" title= "Changeset [INFO]">[INFO]</a> Executing XCode Compiler [toggle output] <a href="/projects/32238/changesets/DEBUG" title= "Changeset [DEBUG]">[DEBUG]</a> executing command: xcodebuild -configuration Debug -sdk iphonesimulator3.1.2 WEB_SRC_ROOT=/Users/kevin/Name: Lite/build/iphone/tmp GCC_PREPROCESSOR_DEFINITIONS=<strong>LOG</strong>ID<strong>=d7b66483-2558-4df7-9701-dfe81c20550d DEPLOYTYPE=development DEBUG=1 Traceback (most recent call last):<br> File "/Library/Application Support/Titanium/mobilesdk/osx/0.8.1/iphone/builder.py", line 544, in<br> main(sys.argv)<br> File "/Library/Application Support/Titanium/mobilesdk/osx/0.8.1/iphone/builder.py", line 359, in main<br> "GCC_PREPROCESSOR_DEFINITIONS=</strong>LOG<strong>ID</strong>=%s DEPLOYTYPE=development DEBUG=1" % log_id File "/Library/Application Support/Titanium/mobilesdk/osx/0.8.1/iphone/run.py", line 7, in run<br> (so,se) = subprocess.Popen(args, stderr=subprocess.PIPE, stdout=subprocess.PIPE).communicate() File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/subprocess.py", line 667, in communicate<br> return self.<em>communicate(input)<br> File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/subprocess.py", line 1138, in</em> communicate<br> rlist, wlist, xlist = select.select(read_set, write_set, [])<br> KeyboardInterrupt</p></div> {panel} | 5 |
appceleratorstudio | TISTUD-297 | Ability to hide hidden files from App Explorer View | I'm using external app for SVN versioning and .svn directories are visible. Also .settings directory from Eclipse should be hidden I think :-) | 1 |
appceleratorstudio | TISTUD-298 | Android: Fastdev Server Support | We've recently implemented a new feature in Android called "Fastdev" that serves up Javascript and other files from the project's "Resources" folder directly to the app as it's running. The server itself is long running, and supports several launches of the app. Currently I'm spawning this as subprocess from builder.py, which seems to work from command line, but Eclipse still sees the "Application installer" script as running (I'm guessing because it is actually a subprocess). The solution would probably be to have the IDE run it directly if/when it isn't already running. The syntax for starting and stopping the server is pretty straight forward: $MOBILESDK/android/fastdev.py start <path/to/project> $MOBILESDK/android/fastdev.py stop <path/to/project> You can check if the server is running by looking for an existing lock file in: <path/to/project>/.fastdev.lock | 1 |
appceleratorstudio | TISTUD-300 | Allow for override of Titanium SDK update check URL | Currently we check for http://api.appcelerator.net/p/v1/release-list. Allow the user to specify a new location to check. Suggest adding a preference to the Titanium pref page to allow a user to plug in a new URL. | 1 |
appceleratorstudio | TISTUD-302 | Build error when using external module | When I try to include an external module (SMSDialog Module from https://github.com/omorandi/TiSMSDialog/tree/) and compile my app to run on the iPhone simulator I get the following error: [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.1/iphone/builder.py", line 1091, in main execute_xcode("iphonesimulator%s" % link_version,["GCC_PREPROCESSOR_DEFINITIONS=__LOG__ID__=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s" % (log_id,sdk_version)],False) File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.1/iphone/builder.py", line 1012, in execute_xcode output = run.run(args,False,False,o) File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.1/iphone/run.py", line 39, in run sys.exit(rc) SystemExit: 65 This same code compiles correctly using Titanium Developer version 1.2.2. | 1 |
appceleratorstudio | TISTUD-310 | Add ability to run a project without importing it first | I'd like to be able to run a project (in the simulator/emulator at least) without having to import the project. This would be especially useful in a learning or training environment where we're working with many different projects. It would be helpful when users try out code from github, etc. Seems like tiapp.xml would give you all the info you need. | 1 |
appceleratorstudio | TISTUD-317 | Confirm BlackBerry Tooling can install on top of Titanium Studio | Confirm that the BlackBerry tooling here can be installed on top of Titanium Studio: http://na.blackberry.com/eng/developers/javaappdev/javaplugin.jsp If it cannot, we need to figure out what packaging changes to make to Titanium Studio in order for it to be able to work. If it turns out that it requires a whole bunch of things, like the Java editor, then we may want to consider requiring those who wish to do BlackBerry development to install Eclipse and use TiStudio as a plugin. | 1 |
appceleratorstudio | TISTUD-318 | Add BlackBerry option to Titanium Mobile New Project Wizard | Similar to Android, there will be a checkbox on the "Create new project" wizard in the "Deployment Options" section. # User must have the BlackBerry tools installed, and be using a version of the TiMobile SDK that supports BlackBerry # The BlackBerry tools only work on Windows, so the option would be grayed out on other platforms, indicating why it is grayed out. | 1 |
appceleratorstudio | TISTUD-319 | Add BlackBerry "Run on Emulator" | Running the BlackBerry emulator is similar to running the Android Emulator. The option is launched from the "play" menu in App Explorer and Project Explorer, and automatically appears for all projects with BlackBerry as a deploy target, The following options need to exist for the launch configuration: * Simulator: This dropdown selects the simulator which will run your application. We've selected the 9550 simulator by default, as it has a touch interface, and is the easiest to drive with a mouse and keyboard * Filter: This filters the amount of log output in the developer window based on the level selected. Info is default, Debug shows more than Info, and Trace shows more than Debug. With Blackberry Debug is normally as low as you need to go, Trace will have a lot of simulator messages that won't be useful in normal circumstances. * Launch button: click this button to launch the selected Blackberry Simulator. * Clear SDCard: Clear the sdcard on the next simulator launch. If you receive a "ControlledAccessException" while launching your app, you should stop the simulator, and click this on the next launch. One the emulator launches, suggest showing a pop-up (which may be dismissed in future runs) that shows the user how to start their app: "Locate your application in the "Downloads" section of the main Blackberry menu. You can do this by hitting the Blackberry key on the simulator, selecting the "Downloads" folder, and selecting your application." | 1 |
appceleratorstudio | TISTUD-320 | Make "Run on Device" iOS dialog prettier | At the very least, some more padding around the individual steps would be good, though perhaps using icons to indicate state might look good too. | 1 |
appceleratorstudio | TISTUD-321 | Add options to configure BlackBerry signing keys in Preferences | Suggest having this information on the Titanium Preference page, and if a user needs to configure it, send them there. Text: RIM requires that all applications sent to a device must be signed with their 3 keys and the user's private key. [Get Keys] links to https://www.blackberry.com/SignedKeys/. Remember your PIN, as you'll need it the first time you generate the private key when you sign the application. Form Field: BlackBerry Key Directory: Allows the user to browse to the folder on disk containing the three signing keys. Passphrase: ? Unsure if we need a passphrase text box Add help link to Titanium Studio Wiki with additional install instructions, as shown here: http://developer.appcelerator.com/doc/blackberry/getting-started-beta-preview | 1 |
appceleratorstudio | TISTUD-322 | Add option to configure BlackBerry SDK in preferences | Similar to Android, BlackBerry needs to point to an installed version of the blackberry SDK. By default, this will be Titanium Studio, so we can pre-fill the value. However, the user should be allowed the option to configure this value if it happens to be something other than the default (i.e. they have installed the tools in a different version of Eclipse). This might be necessary as the BlackBerry tools require a 32-bit JRE, and a user might be using Eclipse 64-bit. | 1 |
appceleratorstudio | TISTUD-323 | Add BlackBerry "Install To Device" | # Check to see that the user has installed the three Blackberry keys. If not, direct them to the preference page where they can set that up (TISTUD-321) # If you haven't created a private key yet, SignatureTool will appear and ask to create a private key # If the user has created a private key, the wizard may ask for a passphrase before installing to device We may need to prompt the user as for emulation too. One the emulator launches, suggest showing a pop-up (which may be dismissed in future runs) that shows the user how to start their app: "Locate your application in the "Downloads" section of the main Blackberry menu. You can do this by hitting the Blackberry key on the device, selecting the "Downloads" folder, and selecting your application." | 1 |
appceleratorstudio | TISTUD-324 | Add BlackBerry "Package for Distribution" wizard | Packaging scripts similar to Android and iPhone workflow, and will appear under the "packaging" button in App Explorer/Project Explorer. # Check that signing keys exist (both Blackberry and user's. If not, direct them to Preference page) # Set save location for final packaged file via Browse... button. # Run builder.py script with appropriate arguments to complete packaging process | 1 |
appceleratorstudio | TISTUD-325 | Create Blackberry icon for run/deploy/packaging | Similar to Android. A little icon (16px x 16px) to display in the various menus that indicates run/deploy/packaging | 1 |
appceleratorstudio | TISTUD-327 | Add BlackBerry Debug on Emulator | Similar to Android support, add the option to launch a debugger on the emulated device. See "run on emulator" for relevant device configuration options. Ticket is for integrating the run/debug configurations into Studio. Actual debugger work would be handled by BlackBerry team. | 1 |
appceleratorstudio | TISTUD-335 | Command + Click method, var, etc. jump to source | In most eclipse based IDE's you can command + click a method, var, property, etc. and it will jump to the source. If the source is in another file it will open the file and go to the source. This actually works right now in PHP with TiStudio. Having this for the javascript context would be wonderful. | 1 |
appceleratorstudio | TISTUD-336 | Outline window doesn't always show javascript object outlines for self-invoking functions | When using self-invoking functions, sometimes the outline view doesn't show the break down of what is inside. Here is a good example: https://img.skitch.com/20110426-t2xyeearhr1hkg4xbhpc82jbqs.jpg {code} var SomeTest = { test: function(arg) { var test = arg; return test; }, selfInvoked: (function() { var api = {}; api.test = 'test'; api.someMethod = function() { var blah = 'test'; return blah; }; return api; })() }; var someOtherTest = (function() { var api = {}; api.test = 'test'; api.someMethod = function() { var blah = 'test'; return blah; }; return api; })(); {code} | 8 |
appceleratorstudio | TISTUD-339 | Enable importing breakpoint files | 1. Click the debug view 2. Debug perspective > Breakpoints tab > right click > import breakpoints Actual Result: Does nothing Expected Result: Allow the user to import breakpoint files | 1 |
appceleratorstudio | TISTUD-346 | Titanium Studio downloads SDK updates again after workspace switch | After a workspace switch, TiStudio downloads SDKs again, what is a lengthy and annoying task. | 1 |
appceleratorstudio | TISTUD-348 | Add pings to HTML5 events | Send analytic pings for project creation, launch simulator, packaging etc... | 1 |
appceleratorstudio | TISTUD-355 | Loading bar displaces Login / Cancel buttons and Email / Password fields | After clicking Login, the Loading bar bumps both buttons and the Email and Password fields up a few pixels. | 5 |
appceleratorstudio | TISTUD-357 | Splash screen jumps | When you first boot Titanium Studio, there is an introductory splash screen, then a screen with the loading bar. The location of the screen jumps a couple of pixels in the transition from the first to the second. | 5 |
End of preview. Expand
in Data Studio
No dataset card yet
- Downloads last month
- 10