This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The Saros Eclipse Plugin". Pusher was dpp-gerrit.
The branch, master has been updated
via 00c403e413526e59482912a28eeb7dc5d174cba6 (commit)
from 6a4d756b176d934365c9566bc4a13854e81aea34 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 00c403e413526e59482912a28eeb7dc5d174cba6
Author: Christian Cikryt <[email protected]>
Date: Tue Dec 9 16:23:40 2014 +0100
[UI] HTML-UI: adds rudimentary support to add accounts
This commit adds the HTML, CSS, Javascript, and Java files to display
a simple drop-down button to add and list XMPP accounts. A minimal HTML
dialog window supports the addition of new accounts.
All components are in a very early stage of development.
This commit adds the Angular JS library which will probably be removed
as soon the HTML leaves the prototype state.
Change-Id: Id4cd7c2e50370297a533cbaad8640ed6dd0f32ea
Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2043
Tested-by: Jenkins CI
Reviewed-by: Matthias Bohnstedt <[email protected]>
Reviewed-by: Holger Schmeisky <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
de.fu_berlin.inf.dpp.intellij/build.xml | 18 ++
.../de.fu_berlin.inf.dpp.intellij.iml | 1 +
.../context/SarosIntellijContextFactory.java | 8 +-
.../intellij/ui/swt_browser/BrowserCreator.java | 47 +---
.../ui/swt_browser/IntelliJDialogManager.java | 100 ++++++++
.../de.fu_berlin.inf.dpp.ui.iml | 18 ++-
de.fu_berlin.inf.dpp.ui/lib/gson-2.3.jar | Bin 0 -> 206853 bytes
.../resources/html/add-user-wizard.html | 41 ++++
.../resources/html/css/bootstrap.min.css | 5 +
.../resources/html/css/saros.css | 29 ++-
.../resources/html/js/add-user-wizard.js | 17 +-
.../resources/html/js/controllers.js | 63 +++++
.../resources/html/lib/angular.min.js | 247 ++++++++++++++++++++
.../html/lib/ui-bootstrap-tpls-0.11.2.min.js | 10 +
.../resources/html/saros-angular.html | 55 +++++
.../browser_functions/AccountBrowserFunctions.java | 124 ++++++++++
.../inf/dpp/ui/manager/IDialogManager.java | 40 ++--
.../src/de/fu_berlin/inf/dpp/ui/model/Account.java | 32 ++-
.../de/fu_berlin/inf/dpp/util/ComponentLookup.java | 32 ++-
19 files changed, 784 insertions(+), 103 deletions(-)
create mode 100644
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/swt_browser/IntelliJDialogManager.java
create mode 100644 de.fu_berlin.inf.dpp.ui/lib/gson-2.3.jar
delete mode 100644 de.fu_berlin.inf.dpp.ui/lib/placeholder.txt
create mode 100644 de.fu_berlin.inf.dpp.ui/resources/html/add-user-wizard.html
create mode 100644 de.fu_berlin.inf.dpp.ui/resources/html/css/bootstrap.min.css
copy
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/util/JobWithStatus.java
=> de.fu_berlin.inf.dpp.ui/resources/html/css/saros.css (75%)
copy
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/core/exceptions/OperationCanceledException.java
=> de.fu_berlin.inf.dpp.ui/resources/html/js/add-user-wizard.js (73%)
create mode 100644 de.fu_berlin.inf.dpp.ui/resources/html/js/controllers.js
create mode 100644 de.fu_berlin.inf.dpp.ui/resources/html/lib/angular.min.js
create mode 100644
de.fu_berlin.inf.dpp.ui/resources/html/lib/ui-bootstrap-tpls-0.11.2.min.js
create mode 100644 de.fu_berlin.inf.dpp.ui/resources/html/saros-angular.html
create mode 100644
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/browser_functions/AccountBrowserFunctions.java
copy
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/util/NotificationPanel.java
=>
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/manager/IDialogManager.java
(50%)
copy
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/editor/StoppableCaretListener.java
=> de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/model/Account.java (63%)
copy
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/actions/DisconnectServerAction.java
=> de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/util/ComponentLookup.java
(53%)
hooks/post-receive
--
The Saros Eclipse Plugin
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot