Commit Graph

3374 Commits

Author SHA1 Message Date
Ben Fry d34fac05fe Merge pull request #3917 from JakubValtar/change-detector
Fix file counting in change detector
2015-09-30 11:11:00 -04:00
Jakub Valtar 3df9af779e Fix file counting in change detector 2015-09-30 11:06:57 -04:00
Ben Fry dc7d98e2ad About screen looking hideous on Windwos 2015-09-30 10:38:48 -04:00
Ben Fry e1b4c123ce Merge pull request #3916 from JakubValtar/symlinks
Do not follow symlinks when deleting directories
2015-09-30 10:35:10 -04:00
Ben Fry 8fbdddc429 this is problematic on non-retina displays 2015-09-30 10:32:36 -04:00
Jakub Valtar b67b010301 Do not follow symlinks when deleting directories 2015-09-30 10:08:40 -04:00
Ben Fry ecf565019b fix the About screen, add retina support 2015-09-30 09:59:26 -04:00
Ben Fry 880edcdc9d only do update click when there are updates available 2015-09-30 09:44:28 -04:00
Ben Fry 80057b3f8d Merge pull request #3910 from JakubValtar/clean-up-delete-function
Clean up delete dir function
2015-09-30 00:15:13 -04:00
Ben Fry 4c9b882a50 2x icons and rid of the ugly border in the completion panel (#3906) 2015-09-29 23:00:19 -04:00
Ben Fry 07b1cbe558 only draw when >0 updates 2015-09-29 22:22:06 -04:00
Ben Fry 929d45d716 show the number of available updates in the footer (fixes #3518) 2015-09-29 22:20:44 -04:00
Ben Fry 55db4772e7 goodbye warnings 2015-09-29 21:49:31 -04:00
Ben Fry e1afe3b875 make gutter of console match error list (fixes #3904) 2015-09-29 21:44:33 -04:00
Ben Fry d72ca7e2cb implement custom tooltip for error/warning hover 2015-09-29 21:34:26 -04:00
Ben Fry 4892690e4e implementing new splash screen, sorting out other static init problems 2015-09-29 21:10:02 -04:00
Ben Fry 1a8c73554a initial version of SplashWindow from the web 2015-09-29 21:07:03 -04:00
Jakub Valtar 402f963378 Comeback of deleteDir 2015-09-29 21:03:15 -04:00
Jakub Valtar 8f92f2efdc Clean up delete dir 2015-09-29 19:29:48 -04:00
Ben Fry 3208e6f5b5 better temp lister 2015-09-29 19:14:52 -04:00
Ben Fry 568c8cf5bb get rid of tabs, remove dead code 2015-09-29 18:12:09 -04:00
Ben Fry acfac91e9c Merge pull request #3905 from JakubValtar/error-table-click
Give focus to the Editor after clicking an error in ErrorTable
2015-09-29 18:10:27 -04:00
Jakub Valtar 79a36cc7cb Update status error/warning when changing the line 2015-09-29 18:02:52 -04:00
Jakub Valtar b7ae0f9e20 Give focus to the Editor after clicking an error in ErrorTable 2015-09-29 17:12:10 -04:00
Ben Fry 1400caedc9 implementing gradient version of the status bar 2015-09-29 15:33:46 -04:00
Jakub Valtar 0d8f8f1be9 Set update count on Editor startup 2015-09-29 11:16:17 -04:00
Ben Fry ea45682d6d Merge pull request #3896 from JakubValtar/cm-update-count
CM: Send update count to Editors
2015-09-29 10:14:42 -04:00
Jakub Valtar 3a33c4bdfb CM - fix NPE related to restart button 2015-09-28 17:15:31 -04:00
Jakub Valtar f89390ce2e CM - "version not compatible" label 2015-09-28 16:59:50 -04:00
Jakub Valtar 75f8d37df7 CM: Reload contributions before counting updates 2015-09-28 16:24:57 -04:00
Jakub Valtar 9c327a9c6b CM: Send update count to Editors 2015-09-28 15:56:24 -04:00
Jakub Valtar 872d882b75 Forgot to remove these 2015-09-27 19:29:08 -04:00
Jakub Valtar 001f29a394 CM - fix threading issues + threading notes
- UI is now updated on EDT. Should work for now, but needs more love
later, e.g. use SwingWorkers and update UI on EDT instead of
synchronizing everywhere.
- added TODOs about threading

Fixes #3882
2015-09-27 15:06:50 -04:00
Jakub Valtar a259f8d028 Fix synchronization in ListPanel
Runs on background thread, should be synchronized
2015-09-27 13:10:31 -04:00
Jakub Valtar 9514f86f7d Merge pull request #3872 from Akarshit/CM-ApplyFilter
Filter applied when refreshing
2015-09-27 12:29:43 -04:00
Jakub Valtar 5ab6cd5fc4 Prevent AIOOBE in error table
If the error checker updates the table between the click and invocation
of the click event listener, selection will be cleared and click index
will be -1. Checking if the index is valid before using it.
2015-09-26 10:11:11 -04:00
Jakub Valtar 15d14375ca Set selection mode for error table 2015-09-26 10:08:52 -04:00
Jakub Valtar d083dcd0e4 Make error checker play nice when switching tabs 2015-09-26 10:03:20 -04:00
Akarshit Wal f04297debb Filter applied when refreshing 2015-09-26 00:52:04 +05:30
Ben Fry 920edb034a bring back "done" message (fixes #3861) 2015-09-24 06:01:57 -04:00
Ben Fry 209ea9000a clean up error/warning handling, differentiate errors/warnings in list (fixes #3406) 2015-09-24 05:11:04 -04:00
Ben Fry 4ea4d58b56 starting the next release 2015-09-24 04:21:33 -04:00
Ben Fry a38fd26b8a fix initial focus and note earlier fixes in todo.txt 2015-09-22 19:34:53 -04:00
Ben Fry 424a8e4c9e fixing the table headers 2015-09-22 19:30:18 -04:00
Ben Fry e65ab4a54d remove debug item 2015-09-22 19:17:45 -04:00
Ben Fry 2c02fc6661 better location for update accessors and controllers 2015-09-22 19:15:39 -04:00
Ben Fry 5f401d4fa1 fix button placement in the CM 2015-09-22 19:03:35 -04:00
Ben Fry a017144d1a more repeatable version of the name handling 2015-09-22 18:58:53 -04:00
Ben Fry d81ff0808f deal with section heads and other quirky ugliness 2015-09-22 18:56:13 -04:00
Ben Fry 2c5da8d339 get rid of aqua background during load 2015-09-22 18:19:30 -04:00