Add enumeration for location of the configuration file.
[jSite.git] / src /
2011-11-03 David ‘Bombe’ RodenAdd enumeration for location of the configuration file.
2011-11-03 David ‘Bombe’ RodenAdd a comment.
2011-11-03 David ‘Bombe’ RodenChange selected node when the port number changes.
2011-11-03 David ‘Bombe’ RodenDeleting the selected node will now selected another...
2011-11-03 David ‘Bombe’ RodenPrevent deletion of the last node.
2011-11-03 David ‘Bombe’ RodenOnly allow files in the root directory to be selected...
2011-11-03 David ‘Bombe’ RodenSet an error code if project was not inserted successfully.
2011-06-09 David ‘Bombe’ RodenThrow an exception when the node is not connected.
2011-05-15 David ‘Bombe’ RodenFix typo.
2011-01-26 David ‘Bombe’ RodenDon’t get confused by “--config-file” parameter.
2011-01-26 David ‘Bombe’ RodenAdd “--config-file” parameter to CLI. Fixes #65.
2010-09-01 David ‘Bombe’ RodenUse Closer.close() for various resources.
2010-09-01 David ‘Bombe’ RodenAdd @SuppressWarnings annotation.
2010-09-01 David ‘Bombe’ RodenAdd progress listener that displays the progress of...
2010-09-01 David ‘Bombe’ RodenHand down progress listener.
2010-09-01 David ‘Bombe’ RodenAdd progress listener interface to copy operation.
2010-08-25 David ‘Bombe’ RodenThe name of the index file must not be empty if an...
2010-08-25 David ‘Bombe’ RodenDon’t warn about no files to insert when there are...
2010-06-17 David ‘Bombe’ RodenSet version to 0.9.2. 0.9.2
2010-06-17 David ‘Bombe’ RodenSet homepage edition to 11.
2010-06-17 David ‘Bombe’ RodenShow different message when the insert was aborted...
2010-06-17 David ‘Bombe’ RodenImplement cancelling the insert when the “cancel” butto...
2010-06-17 David ‘Bombe’ RodenExpose whether the insert is currently running.
2010-06-17 David ‘Bombe’ RodenAdd possibility to stop a running insert.
2010-06-07 David ‘Bombe’ RodenSet version to 0.9.1. 0.9.1
2010-06-07 David ‘Bombe’ RodenIncrease edition of jSite homepage to 10.
2010-06-07 David ‘Bombe’ RodenDo not encode the insert early.
2010-06-07 David ‘Bombe’ RodenAdd “EarlyEncode” option to ClientPut* commands.
2010-06-07 David ‘Bombe’ RodenFix bug #4109: Set the preferred size on the scroll...
2010-01-30 David ‘Bombe’ RodenUpdate edition of homepage.
2010-01-30 David ‘Bombe’ RodenSet version to 0.9. 0.9
2010-01-30 David ‘Bombe’ RodenRe-enable the “preferences” menu item when navigating...
2010-01-30 David ‘Bombe’ RodenActivate the “previous” button on the preferences page.
2010-01-30 David ‘Bombe’ RodenUpdate French translation.
2010-01-30 David ‘Bombe’ RodenTranslate wizard buttons on the preferences page.
2010-01-30 David ‘Bombe’ RodenRemove Italian and Polish translation.
2010-01-28 David ‘Bombe’ RodenFix compilation problem with javac.
2010-01-28 David ‘Bombe’ RodenFire the “insert finished” event after updating the...
2010-01-23 David ‘Bombe’ RodenFix name of OK button text property.
2010-01-23 David ‘Bombe’ RodenChange wording into something more meaningful.
2010-01-23 David ‘Bombe’ RodenUse the general OK button text.
2010-01-22 David ‘Bombe’ RodenAdd check box and text field for “changed name” attribute.
2010-01-22 David ‘Bombe’ RodenCheck projects for duplicate file entries.
2010-01-22 David ‘Bombe’ RodenFix change detection to include “changed name” attribute.
2010-01-22 David ‘Bombe’ RodenDisable “insert redirect” checkbox on dialog creation.
2010-01-22 David ‘Bombe’ RodenFix change detection to include insert redirect attribute.
2010-01-22 David ‘Bombe’ RodenInclude field in file options that allows on-insert...
2010-01-22 David ‘Bombe’ RodenFactor out project validation, re-order warning and...
2010-01-22 David ‘Bombe’ RodenFix a typo.
2010-01-21 David ‘Bombe’ RodenShow error when default file is not inserted.
2010-01-21 David ‘Bombe’ RodenShow error when no files are selected for insertion.
2010-01-21 David ‘Bombe’ RodenImplement way to not insert a file at all.
2010-01-21 David ‘Bombe’ RodenNotify user when the insert collided with the previous...
2010-01-21 David ‘Bombe’ RodenRemove some @Override annotations that clash with Java...
2010-01-21 David ‘Bombe’ RodenAdd some @Override annotations.
2010-01-15 David ‘Bombe’ RodenAdd type parameter to list model.
2010-01-15 David ‘Bombe’ RodenAdd @Override annotations.
2010-01-15 David ‘Bombe’ RodenUse generics.
2010-01-15 David ‘Bombe’ RodenRemove Subversion $Id$ tag.
2010-01-14 David ‘Bombe’ RodenUpdate complete URI after keys or paths change.
2010-01-14 David ‘Bombe’ RodenRemove private and public key, add button for key manag...
2010-01-14 David ‘Bombe’ RodenExpose whether the dialog was cancelled.
2010-01-14 David ‘Bombe’ RodenAdd dialog to manage a project’s keys.
2010-01-13 David ‘Bombe’ RodenShow a warning when the user wants to quit and copied...
2010-01-13 David ‘Bombe’ RodenAdd new non-editable textfield and move “copy to clipbo...
2010-01-13 David ‘Bombe’ RodenRename URI fields to private and public key.
2010-01-13 David ‘Bombe’ RodenAllow more content types than HTML for the index file.
2010-01-01 David ‘Bombe’ RodenUpdated copyright lines.
2010-01-01 David ‘Bombe’ RodenAdd “ignore hidden files” checkbox to project files...
2010-01-01 David ‘Bombe’ RodenFix a ConcurrentModificationException.
2010-01-01 David ‘Bombe’ RodenHonor “ignore-hidden-files” property in file scanner.
2010-01-01 David ‘Bombe’ RodenSave and restore “ignore-hidden-files” property in...
2010-01-01 David ‘Bombe’ RodenAdd “ignore hidden files” property to project.
2009-12-30 David ‘Bombe’ RodenLog the latest found version with date.
2009-12-28 David ‘Bombe’ RodenDon’t ignore exceptions when creating the payload strea...
2009-12-28 David ‘Bombe’ RodenUse better method to show the possible actions.
2009-12-28 David ‘Bombe’ RodenShow transfer rate in progress bar after insert has...
2009-12-28 David ‘Bombe’ RodenFactor out transfer rate calculation.
2009-12-28 David ‘Bombe’ RodenLet the user choose to copy the URI when the insert...
2009-12-28 David ‘Bombe’ RodenSet version number to 0.8. 0.8
2009-12-23 David ‘Bombe’ RodenChange copyright line.
2009-12-22 David ‘Bombe’ RodenEnable and disable preferences action when starting...
2009-12-22 David ‘Bombe’ RodenImprove wording.
2009-12-22 David ‘Bombe’ RodenEnable button when a directory is set.
2009-12-22 David ‘Bombe’ RodenAdd German translation.
2009-12-22 David ‘Bombe’ RodenWhitespace and formatting fixes.
2009-12-22 David ‘Bombe’ RodenSet “next” text on “next” button.
2009-12-22 David ‘Bombe’ RodenSet temp directory on connetion and put dir command.
2009-12-22 David ‘Bombe’ RodenAdd temp directory.
2009-12-22 David ‘Bombe’ RodenAdd temp directory.
2009-12-22 David ‘Bombe’ RodenSet temp directory on project inserter when starting...
2009-12-22 David ‘Bombe’ RodenConvert “custom” radio button to field and select the...
2009-12-22 David ‘Bombe’ RodenLoad and save temp directory in configuration.
2009-12-22 David ‘Bombe’ RodenAdd (unused) logger.
2009-12-22 David ‘Bombe’ RodenWhen no directory was chosen, abort setting custom...
2009-12-22 David ‘Bombe’ RodenChange “default” radio button to field.
2009-12-22 David ‘Bombe’ RodenImplement choosing of directory.
2009-12-22 David ‘Bombe’ RodenSet button to inactive on creation if no temp directory...
2009-12-22 David ‘Bombe’ RodenPropagate temp directory from preferences page to proje...
2009-12-22 David ‘Bombe’ RodenForward the temp directory to the project inserter.
next