Persons_Comparator.git
2019-01-19  Jérôme BenoitRemove unused library. master
2019-01-19  Jérôme BenoitBreak a loop once the work is done.
2019-01-18  Jérôme BenoitRearrange code.
2019-01-18  Jérôme BenoitFix the country name fetching from CSV.
2019-01-18  Jérôme BenoitRefine the weight max and its drawing.
2019-01-18  Jérôme BenoitSwitch person class usage of Origin class to Country...
2019-01-18  Jérôme BenoitMerge remote-tracking branch 'origin/master'
2019-01-18  Sylvain Papaadd method in Country
2019-01-18  Jérôme BenoitMake the JTree have a single selection model.
2019-01-18  Sylvain PapaCountry+Region add flag
2019-01-18  Jérôme BenoitCode cleanup.
2019-01-18  Sylvain PapaCountry + Origin + RegionView modify
2019-01-18  Jérôme Benoit* Code cleanup;
2019-01-17  Sylvain PapaImplement and modify to display JTree with countries
2019-01-17  Sylvain PapaWork on Region, RegionView, countries.csv, Country
2019-01-17  Sylvain PapaMerge remote-tracking branch 'origin/master'
2019-01-17  Jérôme BenoitRefactor the person drawing code.
2019-01-17  Jérôme BenoitOnly draw eyes on selection and the full closest person...
2019-01-16  Jérôme BenoitMake the main window a singleton to permit to query...
2019-01-16  Jérôme BenoitSplit the person panel into two sub panels : one for...
2019-01-16  Jérôme BenoitAdd a cell renderer on the eye color JList view compone...
2019-01-16  Sylvain PapaMerge remote-tracking branch 'origin/master'
2019-01-16  Jérôme BenoitAdd CSV countries file and remove the JSON ones.
2019-01-16  Jérôme BenoitAdd a CSVUtils class for future usage.
2019-01-16  Jérôme BenoitReorganize the PersonView :
2019-01-15  Jérôme BenoitImplement the person comparator :
2019-01-14  Sylvain PapaMerge branch 'master' of /home/sylvain/IdeaProjects...
2019-01-14  Jérôme BenoitStart the implementation of inputs gathering and the...
2019-01-14  Sylvain Papaadd person in Main and data
2019-01-14  Jérôme BenoitDefine the Region object type.
2019-01-14  Jérôme BenoitAdd country envelope class.
2019-01-14  Jérôme BenoitRemove duplicate region data files and indent in a...
2019-01-14  Sylvain Papaadd data continent
2019-01-12  Jérôme BenoitAdd listener to specific events like country selection.
2019-01-12  Jérôme BenoitBut all person displaying related information into...
2019-01-12  Jérôme BenoitDo not create a new instance recursively for nothing...
2019-01-12  Jérôme BenoitCode cleanup.
2019-01-11  Jérôme BenoitRemove a warning.
2019-01-11  Jérôme BenoitAdd some basic data for the Origin class and implement...
2019-01-11  Jérôme BenoitFinish the WeightView by using a JComboBox.
2019-01-11  Jérôme BenoitFinish the SizeView by using a JSpinner.
2019-01-11  Jérôme BenoitAdd cut/copy/paste to the main windows menu.
2019-01-11  Jérôme BenoitGo back to JList on the EyeView, JComboBox will be...
2019-01-11  Jérôme BenoitPut each view inside its own panel and add each panel...
2019-01-11  Jérôme BenoitChange the EyeView for a JComboList, store the color...
2019-01-11  Jérôme BenoitFix .compareTo() calculation in Size and Weight classes.
2019-01-11  Jérôme BenoitAdd an ArrayList of persons to the Person class.
2019-01-10  Jérôme BenoitMerge branch 'master' of git.piment-noir.org:Persons_Co...
2019-01-10  Jérôme BenoitA lib directory to the project with gson library.
2019-01-10  Sylvain Papaadd class Region and RegionView
2019-01-10  Jérôme BenoitAdd a menu to the main windows.
2019-01-09  Jérôme BenoitTune a bit the Idea configuration for the project.
2019-01-09  Jérôme BenoitAdd a label to all views.
2019-01-09  Jérôme BenoitProperly add all view JComponents to the JPanel in...
2019-01-09  Jérôme BenoitAdd a MainWindowsView class and use it in the main().
2019-01-09  Jérôme Benoit* Add Levenshtein distance to Firstname class Comparable.
2019-01-09  Jérôme BenoitStructure the code to respect MVC design pattern.
2019-01-08  Jérôme BenoitImplement eye color compareTo() method.
2019-01-08  Jérôme BenoitImplement some compareTo() methods.
2019-01-08  Jérôme BenoitMake Person class and attributes implements Comparable.
2019-01-08  Jérôme BenoitThrow an error for illegal arguments.
2019-01-08  Jérôme BenoitBasic classes structure that deal with Person attributes.
2019-01-07  Jérôme BenoitRefine .gitignore for Eclipse.
2019-01-07  Jérôme BenoitInitial git repository creation with Hello World in...