Builds the Spark Install4j distributables once every day.

Build: #149 was successful Manual run by wroot

Stages & jobs

  1. Build Stage

  2. Post Build

Code commits

Spark (master)

  • wroot <wrooot@users.noreply.github.com>

    wroot <wrooot@users.noreply.github.com> 8be8b131420cacb827e2ab2b7e8e11050be8c880

    Merge pull request #349 from guusdk/SPARK-945_store-bounds
    SPARK-945: Storing size and location of various screens.

  • Guus der Kinderen

    Guus der Kinderen 59034112f648daa4e71892504bc0de0592716371

    Merge branch 'master' into SPARK-945_store-bounds

  • Guus der Kinderen

    Guus der Kinderen 648103188e8cbfc696911cb5ae450bf1e135cb5d m

    SPARK-945: Store bounds for Conference Room Browser.
    This commit ensures that the size and position is remembered for the dialog in which a user selects a chat room to join.

    • core/src/main/java/org/jivesoftware/spark/ui/conferences/ConferenceRoomBrowser.java (version 648103188e8cbfc696911cb5ae450bf1e135cb5d)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/layout/LayoutSettings.java (version 648103188e8cbfc696911cb5ae450bf1e135cb5d)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/layout/LayoutSettingsManager.java (version 648103188e8cbfc696911cb5ae450bf1e135cb5d)
  • Guus der Kinderen

    Guus der Kinderen 97bbdf9b841ec9a5b3313041cbddb2e7bf482587 m

    SPARK-945: Store bounds for VCard editor.
    This commit ensures that the size and position is remembered for the dialog in which a user manages VCards (the profile information).

    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/layout/LayoutSettings.java (version 97bbdf9b841ec9a5b3313041cbddb2e7bf482587)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/layout/LayoutSettingsManager.java (version 97bbdf9b841ec9a5b3313041cbddb2e7bf482587)
    • core/src/main/java/org/jivesoftware/sparkimpl/profile/VCardEditor.java (version 97bbdf9b841ec9a5b3313041cbddb2e7bf482587)
  • Guus der Kinderen

    Guus der Kinderen 32188d874bdf8d167a2898f0c7fd0de7822a04c6 m

    SPARK-945: Store bounds for Plugin dialog.
    This commit ensures that the size and position is remembered for the dialog in which a user manages plugins.

    • core/src/main/java/org/jivesoftware/spark/component/MessageDialog.java (version 32188d874bdf8d167a2898f0c7fd0de7822a04c6)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/layout/LayoutSettings.java (version 32188d874bdf8d167a2898f0c7fd0de7822a04c6)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/layout/LayoutSettingsManager.java (version 32188d874bdf8d167a2898f0c7fd0de7822a04c6)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/viewer/PluginViewer.java (version 32188d874bdf8d167a2898f0c7fd0de7822a04c6)
  • Guus der Kinderen

    Guus der Kinderen 9f7f8d615474f9779d378dffb9a337b6d3bf15c0 m

    SPARK-945: Store bounds for Broadcast history and message dialogs.
    This commit ensures that the size and position is remembered for the dialogs in which a user manages broadcasts.

    • core/src/main/java/org/jivesoftware/spark/ui/BroadcastHistoryFrame.java (version 9f7f8d615474f9779d378dffb9a337b6d3bf15c0)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/alerts/BroadcastDialog.java (version 9f7f8d615474f9779d378dffb9a337b6d3bf15c0)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/layout/LayoutSettings.java (version 9f7f8d615474f9779d378dffb9a337b6d3bf15c0)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/layout/LayoutSettingsManager.java (version 9f7f8d615474f9779d378dffb9a337b6d3bf15c0)
  • Guus der Kinderen

    Guus der Kinderen f2b97aa5a62da8c8b7a1bc221c0078c19baa41e6 m

    SPARK-945: Save component bounds upon change
    This commit changes how component bounds (position + dimension) are stored. Before this commit, this
    occurred only when every component was closing. When closing Spark abruptly, these event listeners did not always trigger.

    With this commit, the bounds of components are updated whenever they change. The bounds are saved just once, when the main screen quits.

    • core/src/main/java/org/jivesoftware/LoginDialog.java (version f2b97aa5a62da8c8b7a1bc221c0078c19baa41e6)
    • core/src/main/java/org/jivesoftware/MainWindow.java (version f2b97aa5a62da8c8b7a1bc221c0078c19baa41e6)
    • core/src/main/java/org/jivesoftware/spark/ui/ChatContainer.java (version f2b97aa5a62da8c8b7a1bc221c0078c19baa41e6)
    • core/src/main/java/org/jivesoftware/spark/ui/ChatFrame.java (version f2b97aa5a62da8c8b7a1bc221c0078c19baa41e6)
    • core/src/main/java/org/jivesoftware/spark/ui/ContactItem.java (version f2b97aa5a62da8c8b7a1bc221c0078c19baa41e6)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/layout/LayoutPlugin.java (version f2b97aa5a62da8c8b7a1bc221c0078c19baa41e6)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/layout/LayoutSettings.java (version f2b97aa5a62da8c8b7a1bc221c0078c19baa41e6)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/layout/LayoutSettingsManager.java (version f2b97aa5a62da8c8b7a1bc221c0078c19baa41e6)
    • core/src/main/java/org/jivesoftware/sparkimpl/preference/PreferenceDialog.java (version f2b97aa5a62da8c8b7a1bc221c0078c19baa41e6)
  • wroot <wrooot@users.noreply.github.com>

    wroot <wrooot@users.noreply.github.com> 6a2709815344640cf8418d2f500a89659e4fa075

    Merge pull request #348 from guusdk/editorconfig
    Adds an EditorConfig file.
    SPARK-1948

  • Guus der Kinderen

    Guus der Kinderen 7ac953e01ea25fc1ebc5b6c38c6713c5f15d80b0 m

    Adds an EditorConfig file.
    EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.

    • .editorconfig (version 7ac953e01ea25fc1ebc5b6c38c6713c5f15d80b0)