🔀 Merge release branch for 0.14
[jSite.git] / src /
2012-08-31 David ‘Bombe’ RodenMake sure we have a connection to the node before check...
2012-08-31 David ‘Bombe’ RodenImplement toString().
2012-08-30 David ‘Bombe’ RodenUse Runnables to show and hide the dialog.
2012-08-28 David ‘Bombe’ RodenDisable “ignore hidden files” checkbox and “re-scan...
2012-08-28 David ‘Bombe’ RodenShow progress dialog if scanning takes more than two...
2012-08-28 David ‘Bombe’ RodenExpose the last scanned filename.
2012-08-28 David ‘Bombe’ RodenUse NullOutputStream from utils.
2012-08-28 David ‘Bombe’ RodenMerge branch 'mavenize' into next
2012-08-28 David ‘Bombe’ RodenDeclare all possibly-static methods as static.
2012-08-28 David ‘Bombe’ RodenAdd missing @Override annotations.
2012-08-28 David ‘Bombe’ RodenUse SortedListModel from utils.
2012-08-28 David ‘Bombe’ RodenUse StreamCopier from utils.
2012-08-28 David ‘Bombe’ RodenUse Closer from utils.
2012-08-26 David ‘Bombe’ RodenUse Closer from utils.
2012-08-26 David ‘Bombe’ RodenUse MIME type detector from utils.
2012-08-26 David ‘Bombe’ RodenUse XML classes from utils.
2012-08-26 David ‘Bombe’ RodenUse IconLoader from utils.
2012-08-26 David ‘Bombe’ RodenMavenize jSite.
2012-08-26 David ‘Bombe’ RodenUse unicode escapes for non-ASCII characters.
2012-08-26 David ‘Bombe’ RodenFix calculation of project size.
2012-07-13 David ‘Bombe’ RodenAdd warning if a project is larger than 2 MiBs.
2012-04-01 David ‘Bombe’ RodenMerge branch 'master' into next
2012-04-01 David ‘Bombe’ RodenMerge branch 'release-0.10' 0.10
2012-04-01 David ‘Bombe’ RodenUpdate edition of the jSite homepage.
2012-04-01 David ‘Bombe’ RodenSet version to 0.10.
2012-04-01 David ‘Bombe’ RodenRemove stdout debugging.
2012-04-01 David ‘Bombe’ RodenTranslate “manifest putter” to German.
2012-03-27 David ‘Bombe’ RodenAdd missing French translation.
2012-03-23 David ‘Bombe’ RodenFrench translation update by dagga.
2012-03-22 David ‘Bombe’ RodenFrench translation update from dagga.
2012-03-22 David ‘Bombe’ RodenOnly ask for confirmation if the location of the config...
2012-03-22 David ‘Bombe’ RodenRemember original location the configuration was loaded...
2012-03-22 David ‘Bombe’ RodenAlso set the last insert filename when a project finish...
2012-03-22 David ‘Bombe’ RodenUse last insert filename when redirecting to a previous...
2012-03-22 David ‘Bombe’ RodenDon’t throw a NullPointerException when no file is...
2012-03-22 David ‘Bombe’ RodenStore and load last insert filename.
2012-03-22 David ‘Bombe’ RodenAdd filename of last insert.
2012-03-22 David ‘Bombe’ RodenUse changed name when inserting a file.
2012-03-22 David ‘Bombe’ RodenMake combox box expand horizontally.
2012-03-22 David ‘Bombe’ RodenForward manifest putter between configuration, preferen...
2012-03-22 David ‘Bombe’ RodenAdd combo box for manifest putter.
2012-03-22 David ‘Bombe’ RodenOverride toString() for better display in a combo box.
2012-03-22 David ‘Bombe’ RodenForward manifest putter to project inserter.
2012-03-22 David ‘Bombe’ RodenMake manifest putter configurable.
2012-03-22 David ‘Bombe’ RodenStore the manifest putter in the configuration.
2012-03-19 hernicUpdate src/de/todesbaum/jsite/i18n/jSite_fr.properties
2012-03-18 David ‘Bombe’ RodenForward priority between configuration, preferences... 0.10-rc1
2012-03-18 David ‘Bombe’ RodenAllow storing and loading the priority from/to the...
2012-03-18 David ‘Bombe’ RodenAdd insert priority to preferences panel.
2012-03-18 David ‘Bombe’ RodenForward the insert priority to the project inserter.
2012-03-18 David ‘Bombe’ RodenMake the insert priority configurable.
2012-03-18 David ‘Bombe’ RodenOverride toString() to allow simple display in a JList.
2012-03-18 David ‘Bombe’ RodenAdd method to parse a priority from a string.
2012-03-18 David ‘Bombe’ RodenUpdate copyrights in About dialog to 2012.
2012-03-18 David ‘Bombe’ RodenForward use-early-encode flag between configuration...
2012-03-18 David ‘Bombe’ RodenAdd checkbox for use-early-encode option.
2012-03-18 David ‘Bombe’ RodenForward use-early-encode flag to project inserter.
2012-03-18 David ‘Bombe’ RodenMake use of the early-encode flag configurable.
2012-03-18 David ‘Bombe’ RodenAdd methods to store and load use-early-encode option.
2012-03-17 David ‘Bombe’ RodenFix up all file headers.
2012-03-17 David ‘Bombe’ RodenOrganize imports.
2012-03-17 David ‘Bombe’ RodenAdd missing properties.
2012-03-17 David ‘Bombe’ RodenAdd “force insert” checkbox.
2012-03-17 David ‘Bombe’ RodenFix a wrong i18n property name.
2012-03-17 David ‘Bombe’ RodenStore the scanned files in the list.
2012-03-17 David ‘Bombe’ RodenOverride toString() for simple displaying it in a List.
2012-03-17 David ‘Bombe’ RodenDon’t insert a redirect if force-insert is set.
2012-03-17 David ‘Bombe’ RodenClear force-insert flag after successful insert.
2012-03-17 David ‘Bombe’ RodenAdd temporary force-insert flag.
2012-03-17 David ‘Bombe’ RodenRename method to better describe the purpose.
2012-03-17 David ‘Bombe’ RodenSearch for known files correctly.
2012-03-17 David ‘Bombe’ RodenOnly copy the current hash to the last insert hash...
2012-03-17 David ‘Bombe’ RodenDon’t remove the last insert hash when not inserting...
2012-03-17 David ‘Bombe’ RodenAlways set the current hash when inserting.
2012-03-17 David ‘Bombe’ RodenFix loading of projects.
2012-03-17 David ‘Bombe’ RodenStore and load last insert edition.
2012-03-17 David ‘Bombe’ RodenLog decision to insert a redirect.
2012-03-17 David ‘Bombe’ RodenUse last insert edition for redirect.
2012-03-17 David ‘Bombe’ RodenSet the last insert edition of all inserted files after...
2012-03-17 David ‘Bombe’ RodenStore the edition of the last insert of a file.
2012-03-17 David ‘Bombe’ RodenLoad and save last insert hashes.
2012-03-17 David ‘Bombe’ RodenDon’t update the progress bar if the progress is 0.
2012-03-17 David ‘Bombe’ RodenReturn some unnecessary stuff.
2012-03-17 David ‘Bombe’ RodenUse ScannedFile.
2012-03-17 David ‘Bombe’ RodenCopy hashes after the project has finished inserting.
2012-03-17 David ‘Bombe’ RodenCalculate hashes when scanning files.
2012-03-17 David ‘Bombe’ RodenStop updater when the connection is interrupted.
2012-03-17 David ‘Bombe’ RodenAdd method to copy the hashes after a project was inserted.
2012-03-17 David ‘Bombe’ RodenAdd last insert and current hash to file options.
2012-03-17 David ‘Bombe’ RodenRemove file containers and edition replacements.
2012-03-16 David ‘Bombe’ RodenUse the “default” manifest putter because it’s actually...
2012-03-16 David ‘Bombe’ RodenAdd possibility to choose a manifest putter for an...
2012-03-16 David ‘Bombe’ RodenPrevent NPE when URIGenerated message comes too late.
2011-11-04 David ‘Bombe’ RodenRevert "Set the EarlyEncode flag on insert."
2011-11-03 David ‘Bombe’ RodenSet the EarlyEncode flag on insert.
2011-11-03 David ‘Bombe’ RodenReset edition if the keys were changed.
2011-11-03 David ‘Bombe’ RodenReformat javadoc.
2011-11-03 David ‘Bombe’ RodenVerify that the default location is valid.
2011-11-03 David ‘Bombe’ RodenFix HTML in dialog.
2011-11-03 David ‘Bombe’ RodenRename option.
next