3121 Commits (d6d1a1906373dc6c232575697cf50bab799ad5a0)

Author SHA1 Message Date
  Chris Smith 1601bf2d28 Undeprecate the ResourceManager methods 16 years ago
  Chris Smith 1309c84173 Components in the prefs panel can now only take 70% of the width 16 years ago
  Shane Mc Cormack 54bd9dc6ac Slightly more useful refactoring. 16 years ago
  Shane Mc Cormack ad78e6b00f Finish the refactoring of checkRequirements that MD87 started. 16 years ago
  Gregory Holmes c116ea948e potential fix for some cursor not updating bugs 16 years ago
  Gregory Holmes ca3fb1dfc1 highlighting should only happen when mouse button 1 is down 16 years ago
  Gregory Holmes d6e189f00a javadoc 16 years ago
  Gregory Holmes baba15fef5 fixes issue 911: Textpane scrolling improvements 16 years ago
  Gregory Holmes f3d6c9e25c Remove unused imports in Apple 16 years ago
  Shane Mc Cormack f8f2eb5940 Add require-ui to plugin.infos. 16 years ago
  Shane Mc Cormack 6eeb084771 use Main.getUI().getClass().getPackage().getName() instead of Main.getUI().getClass().getName() so that plugins check for "com.dmdirc.ui.swing" not "com.dmdirc.ui.swing.SwingController" 16 years ago
  Shane Mc Cormack de9960cf9f Allow plugins to specify a regex to compare to the current running UI (uses Main.getUI().getClass()) to check. 16 years ago
  Gregory Holmes b73699f7f2 those didnt commit, foad 16 years ago
  Gregory Holmes 9f81a63112 temporary bodge for issue 947: Dragging the mouse out the bottom of the textpane selects incorrectly 16 years ago
  Shane Mc Cormack d666fc9d83 use mrj.version to check if we are on OSX, as the stuff in this only applies when using the apple JVM 16 years ago
  Shane Mc Cormack c8417515e8 Removed debugging 16 years ago
  Shane Mc Cormack 2e22af18b0 Improved OS X Support greatly. 16 years ago
  Chris Smith abc23da8ab Command Parser's command history now excludes all duplicate commands. This prevents things like the logging plugin unintentionally filling the history with rubbish, and preventing legitimate use 16 years ago
  Chris Smith ae3b2e0aae The "Source of whois command" now uses the right setting (it previously missed the "(raw )?" part) 16 years ago
  Shane Mc Cormack 3b05fc9188 use getOptionBool.. 16 years ago
  Shane Mc Cormack 1aa1e94da0 OS X related stuff (issue 954) 16 years ago
  Chris Smith 9a9f3c4f9f Bitlbee mode aliases 16 years ago
  Chris Smith 8e32ed855f OFTC hybrid mode aliases 16 years ago
  Gregory Holmes 96f0b68034 fixed the console errors being generated by the swinginputfield 16 years ago
  Gregory Holmes 02201422ba remove a sysout call from the last commit i didnt mean to commit (still yet to fix the console errors) 16 years ago
  Gregory Holmes 3ed787e774 Fixes issue 934: Migration Wizard and First Run Wizard 16 years ago
  Chris Smith ea9f034616 Nested exceptions are now reported the other way around, so they get categorised properly 16 years ago
  Chris Smith a3707b4a57 Give up trying to prevent NPE in ConfigManager.doStats and just catch the damn thing 16 years ago
  Chris Smith e460dddf94 IrcAddress now parses the query and fragment parts of URIs 16 years ago
  Shane Mc Cormack 64d945da64 Unbreak stuff! 16 years ago
  Shane Mc Cormack 6a8da8d96d Enable old ActionsManger until the new one actually does something 16 years ago
  Gregory Holmes c89ba67292 fixes ctrl+enter being broken since the inputhandler changes 16 years ago
  Gregory Holmes bb27407083 fixes issue 943: java.lang.ClassCastException: com.dmdirc.ui.swing.components.TextAreaInputField cannot be cast to com.dmdirc.ui.swing.components 16 years ago
  Shane Mc Cormack 889314a04e Moved osx stuff 16 years ago
  Chris Smith 59b4a059bf Update intelligent linking to include "?" in the trailing punctuation regex 16 years ago
  Chris Smith 510280110a CommandLineParser now errors out if trailing characters are appended to a short arg (e.g. -pFOO) 16 years ago
  Shane Mc Cormack 267dcf31c6 .dmg create now complete. 16 years ago
  Chris Smith 1c7bccecde Switch SwingPreferencesDialog to use MigLayout instead of some bastard offspring of Spring and Grid layouts 16 years ago
  Shane Mc Cormack be35d60216 Linux installer now creates meanigfully-named temp dirs (adds DMDirc. prefix) 16 years ago
  Chris Smith 77b1da5805 Fix default notifications.whois pref being different to the default setting 16 years ago
  Gregory Holmes 69db3d7e03 fixes issue 933: Users should be able to disable treeview drag selection 16 years ago
  Shane Mc Cormack e7ab11eec6 Add OSX logo in OSX icon format 16 years ago
  Shane Mc Cormack e600a76e07 128x128 version of logo for OSX 16 years ago
  Gregory Holmes a6b85cc777 Duration editor popup is now "positioned somewhere vaguely near the edit button" 16 years ago
  Gregory Holmes 54d2069d93 Fixed Duration editor showing nothing when the time was 0 16 years ago
  Chris Smith 96589afe22 More work on the user level plugin 16 years ago
  Gregory Holmes c250731ba2 fixes issue 597: Up/down keypresses are received by the input handler when a popup menu is open 16 years ago
  Chris Smith ea823fde73 ServerManager now synchronises access to its server list 16 years ago
  Chris Smith 1e8f74fd29 Receiving a connect error from the parser will no longer cause an assertion failure if a server is closing 16 years ago
  Shane Mc Cormack 591a496f95 Readd "003" as a valid handler 16 years ago