[JBoss JIRA] (JBIDE-16339) Generate new content in New Dialog wizards for JQM 1.4
by Viacheslav Kabanovich (JIRA)
Viacheslav Kabanovich created JBIDE-16339:
---------------------------------------------
Summary: Generate new content in New Dialog wizards for JQM 1.4
Key: JBIDE-16339
URL: https://issues.jboss.org/browse/JBIDE-16339
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: jsp/jsf/xml/html source editing
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.2.0.Alpha2
1. Generate data-role="page" data-dialog="true" instead of data-role="dialog".
2. Generate new content for OK button (as in New Button wizard).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-14629) Errors when creating and deploying seam2 project with Seam 2.3.Final
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14629?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-14629:
--------------------------------------
Assignee: Rob Stryker (was: Viacheslav Kabanovich)
[~rob.stryker] could you please review and merge https://github.com/jbosstools/jbosstools-server/pull/184 and https://github.com/jbosstools/jbosstools-server/pull/185?
> Errors when creating and deploying seam2 project with Seam 2.3.Final
> ---------------------------------------------------------------------
>
> Key: JBIDE-14629
> URL: https://issues.jboss.org/browse/JBIDE-14629
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.1.0.Beta1
> Environment: JBDS 7.0.0.Beta1-v20130519-0601-B206 with bundled JBoss EAP 6.1.0.Beta1
> Reporter: Vlado Pakan
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.1.2.Final, 4.2.0.Alpha2
>
> Attachments: seamerror.png
>
>
> ERROR: DefaultDS Database connection is defined with incorrect link to hsqldb.jar file with JDBC driver for HSQLDB.
> 1. Fix DefaultDS Database connection definition
> ASSERT: It's possible to connect to DefaultDS
> 2. Create new seam project with bundled JBoss EAP and JBoss Seam 2.3.Final
> ERROR: There is error in Problems view:
> !seamerror.png!
> 3. Start seam project on server
> ERROR: This error appear in Server log. Application is not deployed:
> {noformat}
> 3:58:45,950 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016012: Deployment deployment "seam.war" contains CDI annotations but beans.xml was not found.
> 13:58:46,430 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "seam-ds.xml" (runtime-name : "seam-ds.xml")
> 13:58:46,430 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "seam.war" (runtime-name : "seam.war")
> 13:58:46,431 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "hsqldb.jar" (runtime-name : "hsqldb.jar")
> 13:58:46,436 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
> JBAS014775: New missing/unsatisfied dependencies:
> service jboss.jdbc-driver.hsqldb_jar (missing) dependents: [service jboss.data-source.java:/seamDatasource]
> {noformat}
> Is this supported scenario?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16271) Support jquery mobile 1.4
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16271?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16271:
-----------------------------------
Fix Version/s: (was: 4.1.2.Final)
> Support jquery mobile 1.4
> -------------------------
>
> Key: JBIDE-16271
> URL: https://issues.jboss.org/browse/JBIDE-16271
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.1.Final
> Reporter: Max Rydahl Andersen
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Alpha2
>
> Attachments: Combobox.bmml, Combobox.bmml, Combobox.png
>
>
> jquery mobile 1.4 is coming out and apparently have performance fixes making it better suited for cordova development.
> Noets from Vineet:
> "I wouldn't say 1.4 is more compatible. It's a case of jQM 1.4 being more suitable
> for Cordova apps. jQM 1.4 is more performant and thus Cordova apps are less sluggish.
> The release notes allude to this: http://jquerymobile.com/blog/2013/09/24/announcing-jquery-mobile-1-4-beta/
> I've got no hard numbers here, but this slides in this talk - http://www.slideshare.net/AlexanderSchmitz/austin-26252266
> gives a better overview of what's in 1.4. Slide 22 is most relevant -
> jQM 1.4 ships with a better default theme that improves performance,
> among various other changes discussed in other slides."
> Need to find out what issues jquery mobile palette and others might have with supporting jquery mobile for both 1.3 and 1.4...will be relevant with future new versions too.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16338) JQuery Mobile 1.4 class="ui-*" content assist
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16338?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-16338:
----------------------------------------
JBT already provides a good content assist for style classes in class="" attributes. But it works only if the linked css is available in the local file system.
For example:
{code}
<head>
<link rel="stylesheet" href="resources/jquery.mobile-1.4.0.min.css" />
</head>
{code}
Style classes from jquery.mobile-1.4.0.min.css will be available for content assist if there is resources/jquery.mobile-1.4.0.min.css.
Another example:
{code}
<head>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.min.css" />
</head>
{code}
Style classes from a remote site won't be available for content assist.
Maybe we should download css files and store them in the workspace and use them as local if there is a link with the same remote URL.
> JQuery Mobile 1.4 class="ui-*" content assist
> ---------------------------------------------
>
> Key: JBIDE-16338
> URL: https://issues.jboss.org/browse/JBIDE-16338
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Alpha2
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16305) Document the Hybrid Mobile project artifacts that should be placed under version control
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16305?page=com.atlassian.jira.plugi... ]
Gorkem Ercan commented on JBIDE-16305:
--------------------------------------
.project file is how eclipse recognizes an eclipse project.
config.json is actually what the Cordova CLI and Phonegap uses to recognize cordova projects. In the next release, we will also be using config.json to store the Cordova engine & version used by the project. Both of these files are meant to be shared.
[~mmurray] Can you suggest, how we should proceed with this?
> Document the Hybrid Mobile project artifacts that should be placed under version control
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-16305
> URL: https://issues.jboss.org/browse/JBIDE-16305
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.CR1
> Reporter: Vineet Reynolds
>
> I noticed the project directory containing a {{.cordova}} directory with a config.json file. Also, the Eclipse {{.project}} file contains a reference to the {[HybridAppNature}}.
> I'm not sure if both of these files should be placed under version control. Only the {{www}} directory seemed obvious enough to place under SCM. It would be great if we could get this documented so that end-users are aware of how to share Hybrid Mobile projects.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16322) Add an option to generate a menu in New JQM Panel wizard
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16322?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16322:
-----------------------------------
Description:
Let's create an option for New Panel wizard which will allow user to generate a listview widget.
!scr.png!
was:Let's create an option for New Panel wizard which will allow user to generate a listview widget.
> Add an option to generate a menu in New JQM Panel wizard
> --------------------------------------------------------
>
> Key: JBIDE-16322
> URL: https://issues.jboss.org/browse/JBIDE-16322
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Alpha2
>
> Attachments: scr.png
>
>
> Let's create an option for New Panel wizard which will allow user to generate a listview widget.
> !scr.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months