Mercurial > hg > ConflictEditor
graph
-
bring up a message dialog if the selected database did not contain any conflicts default tipThu, 05 Jan 2012 05:33:19 +0100, by dirk
-
add a siteMon, 10 Oct 2011 02:56:36 +0200, by Dirk Olmes
-
remove commented stuffSun, 09 Oct 2011 08:15:37 +0200, by Dirk Olmes
-
add a module that generates a webstart packageSun, 09 Oct 2011 08:15:11 +0200, by Dirk Olmes
-
add a toplevel pom, make this a reactor buildSun, 09 Oct 2011 07:29:59 +0200, by Dirk Olmes
-
add a comment why we discard the index hereFri, 07 Oct 2011 05:59:38 +0200, by dirk
-
replace the text field for the db url with a combo box that is populated from the preferences.Fri, 07 Oct 2011 03:58:41 +0200, by dirk
-
remove the selected conflict after saving - does not fully work yet, e.g. does not proplerly reset the differences tableTue, 20 Sep 2011 17:47:59 +0200, by dirk
-
do not blindly cast to Component ... the source of the event may be some arbitrary object (e.g. a model)Tue, 20 Sep 2011 17:21:03 +0200, by dirk
-
Implement HttpAccess using Apache's HTTP components. This works much better in conjunction with UTF-8 encoded JSONTue, 20 Sep 2011 17:00:45 +0200, by dirk
-
as per Jackson recommendation, don't use Reader objects but instead use just plain input streamTue, 20 Sep 2011 16:18:42 +0200, by dirk
-
implement resolving the conflictSun, 18 Sep 2011 19:06:59 +0200, by dirk
-
fix a bug with selection in the differences tableSun, 18 Sep 2011 11:28:20 +0200, by dirk
-
the current conflict is an ObjectNode now so there's less need for castsSun, 18 Sep 2011 11:27:55 +0200, by dirk
-
wire up the current value, conflict value and preview buttonsSun, 18 Sep 2011 11:00:16 +0200, by dirk
-
pull the buttons into their own panel so they can be activated/deactivated in a single operationSun, 18 Sep 2011 10:13:48 +0200, by dirk
-
change column namesSun, 18 Sep 2011 09:40:58 +0200, by dirk
-
do not use findValue as it searches recursively. This is not what we want in all the cases findValue was used before.Sun, 18 Sep 2011 09:37:40 +0200, by dirk
-
toString of Difference should properly quote the values and not quote null fields.Sat, 17 Sep 2011 09:28:13 +0200, by dirk
-
helper class for playing around with JSONSat, 17 Sep 2011 09:22:30 +0200, by dirk
-
better assertionsSat, 17 Sep 2011 07:10:23 +0200, by dirk
-
implement hashCode and equals for DifferenceSat, 17 Sep 2011 07:05:41 +0200, by dirk
-
tighten up checksSat, 17 Sep 2011 06:55:38 +0200, by dirk
-
clean code!Sat, 17 Sep 2011 06:49:13 +0200, by dirk
-
generate differences for missing keys either in the original document or in the conflicting document.Fri, 16 Sep 2011 17:03:57 +0200, by dirk
-
implement a test case for DocumentMatcher that covers the currently implemented casesFri, 16 Sep 2011 11:38:15 +0200, by dirk
-
add button panelTue, 13 Sep 2011 08:24:35 +0200, by Dirk Olmes
-
clean code: pull build/create methods apartTue, 13 Sep 2011 04:10:29 +0200, by Dirk Olmes
-
switch to GridBagLayoutTue, 13 Sep 2011 03:29:11 +0200, by Dirk Olmes
-
clean up: ConflictEditor should only contain code that mediates between the various GUI elements. The logic for dealing with conflicts moves to ConflictEditorController.Tue, 13 Sep 2011 02:33:01 +0200, by Dirk Olmes
-
Clean up connecting the widgetsTue, 13 Sep 2011 02:20:11 +0200, by Dirk Olmes
-
rename the button to find conflictsTue, 13 Sep 2011 02:07:14 +0200, by Dirk Olmes
-
ignore unwanted filesTue, 13 Sep 2011 01:55:28 +0200, by Dirk Olmes
-
use a special table cell renderer that displays otherwise hidden special characters (\n for now)Mon, 12 Sep 2011 15:58:20 +0200, by Dirk Olmes
-
group the conflicts list and the differences table in a split viewMon, 12 Sep 2011 15:50:00 +0200, by Dirk Olmes
-
implement exception handling listeners, when selecting a conflict document, display all differencesMon, 12 Sep 2011 14:27:04 +0200, by Dirk Olmes
-
retrieve conflicts and show them in a very simple form in a JListMon, 12 Sep 2011 13:49:42 +0200, by Dirk Olmes
-
basic GUI (not yet connected) for connecting to a DB and showing conflictsMon, 12 Sep 2011 13:31:59 +0200, by Dirk Olmes
-
use a Difference object to describe the diffMon, 12 Sep 2011 12:03:28 +0200, by Dirk Olmes
-
first drop of the conflict editor - mostly model workMon, 12 Sep 2011 11:47:48 +0200, by Dirk Olmes