3428 Commits (0612ba0c7e9d1f64e38cc9e218b984d1290c02bb)
 

Author SHA1 Message Date
  Chris Smith bd8764b79a "Refactoring" the prefs dialog to allow other stuff to grab components 16 years ago
  Chris Smith 9a97f59854 Fix CME caused by the previous fix 16 years ago
  Chris Smith dcdeb9cd72 Renaming action groups now removes actions from the old group before it's nuked, so they don't get randomly unregistered 16 years ago
  Chris Smith 2348dd949e ActionManagerTest now deletes test dirs before running 16 years ago
  Chris Smith ab688214d2 Added Logger.assertTrue and switched ActionManager to use it 16 years ago
  Gregory Holmes 7809d09f96 new AMD can now add/edit/delete action groups (issue 545) 16 years ago
  Chris Smith 034eac4543 Tidied up ActionModel.trigger and separated some of it into ActionModel.test so it can be unit tested 16 years ago
  Chris Smith 6c5ed5c123 Added Action unit test 16 years ago
  Chris Smith 734bcb880a Added ActionManager unit test 16 years ago
  Chris Smith d3c99f6e72 Move JWrappingLabel into the components package where it belongs 16 years ago
  Chris Smith 8ccaf4c733 Updater dialog now uses JWrappingLabel 16 years ago
  Chris Smith fe7254b09b Fix headers in the update dialog being wrong 16 years ago
  Chris Smith 1c18c772c5 Server.getNetwork now throws an exception if the parser is null 16 years ago
  Chris Smith 9edc406297 Fixed ActionManager.renameGroup incorrectly removing the group before calling removeGroup 16 years ago
  Chris Smith 5faf71c11a Changed assertions in IdentityManager to throw IAEs instead. 16 years ago
  Gregory Holmes 4152b883bc Work on issue 545 16 years ago
  Gregory Holmes 00efad7968 Some kind of start to some kind of textpane searching improvement 16 years ago
  Chris Smith 97c71c9807 Disable ant-contrib method of building plugins as it doesn't include SVN versions 16 years ago
  Chris Smith 69a42a5e04 Implemented DummyQueryWindow 16 years ago
  Chris Smith 8657b5e630 Added ChannelWindow.redrawNicklist and made SetNickColour command use it instead of assuming we were using the swing UI 16 years ago
  Chris Smith 79e0f9364b Moved IconManager to UI 16 years ago
  Chris Smith 288cc6ed4b Added umode +h to asuka mode aliases 16 years ago
  Chris Smith b537317b3f Added DISCONNECTING server state. Should fix 'event called from parser that's not in use' errors. 16 years ago
  Chris Smith 4fecf78820 Basic PreferencesManager unit test 16 years ago
  Chris Smith ee0c51d2cc Fix a couple of bugs with plugin versioning hacks 16 years ago
  Chris Smith ca3867f84c Updated ChannelInfo unit test for parser method rename 16 years ago
  Chris Smith 34d37325d2 Core style/pmd fixes 16 years ago
  Chris Smith 50a5664219 PMD violation fixes 16 years ago
  Chris Smith 923ca3e42c Updated BuildAll.sh to call a script to submit plugins to the addon site 16 years ago
  Chris Smith 5467545a07 ErrorManager should now refuse to report NoClassDefFoundError and NoSuchMethodError exceptions 16 years ago
  Chris Smith 30f242eea4 Remove version numbers from all plugins 16 years ago
  Chris Smith e050d96cb4 Plugins that don't have version/friendly version specified now have their version/friendly version set to their SVN revision 16 years ago
  Gregory Holmes 13f80468cb Fixes issue 910 16 years ago
  Chris Smith ae4f818d20 Load more code tidying 16 years ago
  Chris Smith fa6b78251b Add unit test for DCC plugin's ip<->long methods 16 years ago
  Chris Smith 02407bb1c8 Fix various PMD violations, javadoc errors, and general crap code. Mostly around the DCC plugin 16 years ago
  Chris Smith 9a4f7e7f7a Remove a few unused properties 16 years ago
  Gregory Holmes f303578199 Fixed some FindBugs errors 16 years ago
  Shane Mc Cormack 1b34323a41 Don't add unneeded junk to the install dir 16 years ago
  Shane Mc Cormack 2eafd7ee79 WindowsInstaller now doesn't compare a string using != 16 years ago
  Chris Smith b4591c19a9 Bunch of minor style improvements 16 years ago
  Gregory Holmes 19dd7948cf another stab at the layout for the prefs dialog tree (better?) 16 years ago
  Shane Mc Cormack f9f94333bf Linux installer now runs on PCBSD (And probably other BSDs) if java/java6 is pre-installed. 16 years ago
  Chris Smith 68afd30982 Remove addon_revision constant. 16 years ago
  Shane Mc Cormack ebfae6fe4a Add addon site IDs to the plugins 16 years ago
  Shane Mc Cormack 7106180c9f Fix NPE, checkRequirements() now returns a boolean (like it should have done in the first place) 16 years ago
  Shane Mc Cormack 36e89289c5 Automatically instanciate PluginComponent() when a new plugin is detected. 16 years ago
  Chris Smith 6046bd41e0 Remove debugging that greg left in 16 years ago
  Shane Mc Cormack f083a9c1b0 On unix building will automatically substitute the correct SVN Revision :D 16 years ago
  Chris Smith 06cb2b25d8 ListenerList now uses a MapList not WeakMapList. 16 years ago