Activity for ADSVote

  • Habbit S. Hardin Habbit S. Hardin committed [r75] on Code

    - StaticUtils: reverse the comparison in findInListModel

  • Habbit S. Hardin Habbit S. Hardin committed [r74] on Code

    Fixed default height for the table presenting the read results so that it can fit 3-5 results on most LAFs

  • Habbit S. Hardin Habbit S. Hardin committed [r73] on Code

    Fixed translation of "Sainte-Laguë 1.4"

  • Habbit S. Hardin Habbit S. Hardin committed [r72] on Code

    - Add @Override as required

  • Habbit S. Hardin Habbit S. Hardin committed [r71] on Code

    - RGUI: establish sensible defaults for the cases in which the UI manager does not provide TextField.border or TextField.background (Nimbus for example)

  • Habbit S. Hardin Habbit S. Hardin committed [r70] on Code

    - Several files: improved documentation

  • Habbit S. Hardin Habbit S. Hardin committed [r69] on Code

    - Added documentation

  • Habbit S. Hardin Habbit S. Hardin committed [r68] on Code

    - Constructor turned from package private to public to allow reflective instantiation

  • Habbit S. Hardin Habbit S. Hardin committed [r67] on Code

    - Documentation improvements throughout the base and data namespaces

  • Habbit S. Hardin Habbit S. Hardin committed [r66] on Code

    - Allow importAll and merge to take null as a source

  • Habbit S. Hardin Habbit S. Hardin committed [r65] on Code

    - Created a RowComparator and inner classes for comparing rows based on the values of a certain column.

  • Habbit S. Hardin Habbit S. Hardin committed [r64] on Code

    - Minor code cleanup in getSortedResultsPaintInfo. Reverse ordering now uses java.util.Collections.reverseOrder(Comparator) to generate a proper Comparator

  • Habbit S. Hardin Habbit S. Hardin committed [r63] on Code

    - TableImportPlugin: modified autodetection architecture and I/O model to use ByteChannels

  • Habbit S. Hardin Habbit S. Hardin committed [r62] on Code

    - ComponentHierarchySource: new interface designed to help in LAF changes

  • Habbit S. Hardin Habbit S. Hardin committed [r61] on Code

    - HemicycleSeatsEditor: add option for a new property in the renderer

  • Habbit S. Hardin Habbit S. Hardin committed [r60] on Code

    NetBeans 6.5 project files update. "Compile-on-save" activated

  • Habbit S. Hardin Habbit S. Hardin committed [r59] on Code

    Added new way of distributing parties around the graph ("Contiguity" vs. "Speed" for the old one)

  • Habbit S. Hardin Habbit S. Hardin committed [r58] on Code

    - AboutDialog: partial commit to allow proper viewing of the whole text, needs more work

  • Habbit S. Hardin Habbit S. Hardin committed [r57] on Code

    Fix JavaDoc link

  • Habbit S. Hardin Habbit S. Hardin committed [r56] on Code

    - HighestAverages: fixed a bug that caused a NullPointerException to be raised when a minimum vote % removed every single party from the contest

  • Habbit S. Hardin Habbit S. Hardin committed [r55] on Code

    NEW [UV] FEATURE: GraphRenderer editors

  • Habbit S. Hardin Habbit S. Hardin committed [r54] on Code

    HemicycleSeats: fixed a bug on the handling of AlignToEnd option that made it equal to AlignToBeggining

  • Habbit S. Hardin Habbit S. Hardin committed [r53] on Code

    Added explanation of MAX_RADIUS

  • Habbit S. Hardin Habbit S. Hardin committed [r52] on Code

    Just realized that wildcards do the trick better...

  • Habbit S. Hardin Habbit S. Hardin committed [r51] on Code

    - Source-breaking API change: property seatsMargin is replaced by seatsMarginPct, with different semantics

  • Habbit S. Hardin Habbit S. Hardin committed [r50] on Code

    - Clarified the operations in guessDistribution. The algorithmic explanation has been rewritten to tell what the _current_ code does, not what the original version did before the adimensionalization.

  • Habbit S. Hardin Habbit S. Hardin committed [r49] on Code

    Fixed a bug that would have caused the repaint method to be invoked on null pointers

  • Habbit S. Hardin Habbit S. Hardin committed [r48] on Code

    frmMain: code cleanup, addition of the import-and-merge action/menuitem

  • Habbit S. Hardin Habbit S. Hardin committed [r47] on Code

    ResultsGraph (constructor): fixed bug that did not apply the UI until updateUI was explicitly called (it is now called in the ctor). Seemingly, Sun's JRE does this, but OpenJDK does not.

  • Habbit S. Hardin Habbit S. Hardin committed [r46] on Code

    frmMain: added Results->Import menu item with preliminar (mockup) functionality. Modified the LAF combobox to show a human-readable version of the theme, and modified the combobox action handler to avoid setting the first theme as default

  • Habbit S. Hardin Habbit S. Hardin committed [r45] on Code

    Fixed bug in the new LocalizedStore causing stack overflow on equals calls and another one that messed up comparisons with other LocalizedStore instances.

  • Habbit S. Hardin Habbit S. Hardin committed [r44] on Code

    Changed the register method so that it returns the old association when replacing one. Also extracted part of its code to a new utility method

  • Habbit S. Hardin Habbit S. Hardin committed [r43] on Code

    * Big update adding the new import plugin framework with a crude, preliminary implementation of CSV.

  • Habbit S. Hardin Habbit S. Hardin committed [r42] on Code

    Added an additional check to the Export dialog, created the Import dialog

  • Habbit S. Hardin Habbit S. Hardin committed [r41] on Code

    Polished the CSV export feature, adding the possibility of switching the column/record delimiters. I8N is pending

  • Habbit S. Hardin Habbit S. Hardin committed [r40] on Code

    "Export to CSV" component is now functional

  • Habbit S. Hardin Habbit S. Hardin committed [r39] on Code

    Completed the "export" action, unified failure behaviour with the "render" action

  • Habbit S. Hardin Habbit S. Hardin committed [r38] on Code

    First (non-working) version of the "Export results table" dialog

  • Habbit S. Hardin Habbit S. Hardin committed [r37] on Code

    Some reorganization of files.

  • Habbit S. Hardin Habbit S. Hardin committed [r36] on Code

    Added a dummy results source class, for direct use of ResultsGraph without the need for SAMs

  • Habbit S. Hardin Habbit S. Hardin committed [r35] on Code

    Fixed unwanted removal in strings

  • Habbit S. Hardin Habbit S. Hardin committed [r34] on Code

    Translations updated, replaced some strings with icons.

  • Habbit S. Hardin Habbit S. Hardin committed [r33] on Code

    Spanish translation updated.

  • Habbit S. Hardin Habbit S. Hardin committed [r32] on Code

    Serbian translation updated

  • Habbit S. Hardin Habbit S. Hardin committed [r31] on Code

    Project sync, fixed a bug marking all parties "auto-added"

  • Habbit S. Hardin Habbit S. Hardin committed [r30] on Code

    Stub of new Serbian translation courtesy of Nikola

  • Habbit S. Hardin Habbit S. Hardin committed [r29] on Code

    Rebalanced table column widths, replaced text with icons in the smallest ones

  • Habbit S. Hardin Habbit S. Hardin committed [r28] on Code

    New "auto-add party" feature: selected parties will be automatically added to new constituencies.

  • Habbit S. Hardin Habbit S. Hardin committed [r27] on Code

    Added some icons to the frmMain tabs

  • Habbit S. Hardin Habbit S. Hardin committed [r26] on Code

    Internacionalized the "render graph" dialog, then localized it into Spanish.

  • Habbit S. Hardin Habbit S. Hardin committed [r25] on Code

    The dialog will now close after successfully saving a rendered image.

  • Habbit S. Hardin Habbit S. Hardin committed [r24] on Code

    RenderGraph will now draw its borders when asked to "draw to an image", so that you can add padding to it with an EmptyBorder.

  • Habbit S. Hardin Habbit S. Hardin committed [r23] on Code

    More work on the Settings tab: switching graph renderers and party ordering policies is now possible. All other switches remain either disabled or ineffective

  • Habbit S. Hardin Habbit S. Hardin committed [r22] on Code

    Made all GraphRenderer ID fields public

  • Habbit S. Hardin Habbit S. Hardin committed [r21] on Code

    Switched from Sun's resource kit icons to Tango Desktop Project, with a better licensing policy (CC-by-sa instead of a non-free use-but-not-modify)

  • Habbit S. Hardin Habbit S. Hardin committed [r20] on Code

    Added license / author notices

  • Habbit S. Hardin Habbit S. Hardin committed [r19] on Code

    Started work on filling the "settings" tab up. Created the whole GUI, most of which is currently nonfunctional

  • Habbit S. Hardin Habbit S. Hardin committed [r18] on Code

    Added a helper method to read XML from an URI, making it possible to read from a "resource" file in the JAR

  • Habbit S. Hardin Habbit S. Hardin committed [r17] on Code

    Deleted old code from the original .NET version

  • Habbit S. Hardin Habbit S. Hardin committed [r16] on Code

    Small update - started real work on "settings" tab

  • Habbit S. Hardin Habbit S. Hardin committed [r15] on Code

    Aesthetical changes: results table columns are now sized more adequately, only one about dialog is created.

  • Habbit S. Hardin Habbit S. Hardin committed [r14] on Code

    Added option to remove constituencies.

  • Habbit S. Hardin Habbit S. Hardin committed [r13] on Code

    Added smart background handling.

  • Habbit S. Hardin Habbit S. Hardin committed [r12] on Code

    More coherence on LAF switch.

  • Habbit S. Hardin Habbit S. Hardin committed [r11] on Code

    Added background color selection option.

  • Habbit S. Hardin Habbit S. Hardin committed [r10] on Code

    Added aspect ratio info.

  • Habbit S. Hardin Habbit S. Hardin committed [r9] on Code

    Precarious, puny render graph dialog first enabled. Can only choose image size

  • Habbit S. Hardin Habbit S. Hardin committed [r8] on Code

    Started real work on "render graph" dialog, some organizational changes in the main form source

  • Habbit S. Hardin Habbit S. Hardin committed [r7] on Code

    Totals tab now shows (sigma of) seats, votes and census. Also computes overall turnot.

  • Habbit S. Hardin Habbit S. Hardin committed [r6] on Code

    Corrected author notices

  • Habbit S. Hardin Habbit S. Hardin committed [r5] on Code

    Corrected version notice

  • --none-- committed [r4] on Code

    This commit was manufactured by cvs2svn to create tag 'default_release'.

  • Habbit S. Hardin Habbit S. Hardin committed [r3] on Code

    Initial import

  • Root Root committed [r2] on Code

    initial checkin

  • --none-- committed [r1] on Code

    Standard project directories initialized by cvs2svn.

1