summaryrefslogtreecommitdiff
path: root/qpid/java/management/eclipse-plugin/src
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkAidan Skinner2009-10-112-2/+2
* Merge from trunk Aidan Skinner2009-09-0911-51/+263
* QPID-2056: ensure the table listeners are added to the new table when changin...Robert Gemmell2009-08-172-48/+56
* QPID-1978: add some missed expansions of button text, dialog headings to pluralRobert Gemmell2009-08-172-4/+4
* QPID-2052: Enable setting Loggers to inherit their Level from an ancestor. Hi...Robert Gemmell2009-08-162-6/+92
* QPID-2016: Add ability to reload the Log4J configuration file on request usin...Robert Gemmell2009-08-161-0/+40
* QPID-2018: Updated AMQQueueMBean to make use of the AMQQueue clearQueue retur...Robert Gemmell2009-08-101-2/+15
* QPID-2037: refresh the treeViewer in advance to make the server nodes childre...Robert Gemmell2009-08-091-0/+2
* QPID-2032: hash the password in addUser() if connected to a Qpid JMX API 1.1 ...Robert Gemmell2009-08-091-4/+21
* QPID-2015: Update the management console to allow selection of the Queue attr...Robert Gemmell2009-08-095-247/+517
* QPID-2028 : Ensure all Non QpidTestCase System tests correctly clean up by re...Martin Ritchie2009-08-061-1/+2
* QPID-2014: when a user sets a new message interval to view, use the interval ...Robert Gemmell2009-08-031-11/+17
* QPID-2014: prompt the user for confirmation before clearing all Notifications...Robert Gemmell2009-08-032-0/+22
* QPID-2021: move the refresh button to the right side of the Refresh Interval ...Robert Gemmell2009-08-033-1/+52
* QPID-2009: mask the password Text field value when creating a new user or res...Robert Gemmell2009-07-291-2/+12
* QPID-2008: Sort the queue names when offering them as an input selection to u...Robert Gemmell2009-07-293-0/+6
* QPID-2007: Ensure the dialog shells are explicitly positioned,thus ensuring t...Robert Gemmell2009-07-298-0/+45
* QPID-1977: add back buton to the mbean view toolbar to navigate back after op...Robert Gemmell2009-07-272-3/+147
* QPID-2006: enable double click on a Queue from a binding result in order to o...Robert Gemmell2009-07-242-5/+106
* QPID-2006: enable double click to open a Queue/Exchange directly from the Vir...Robert Gemmell2009-07-241-0/+51
* QPID-1978: Enable multiple selection for adding Queues/Connections/Exchanges ...Robert Gemmell2009-07-242-32/+65
* QPID-1978: Enable multiple selection in the VirtualHostManager MBean for Queu...Robert Gemmell2009-07-241-68/+143
* QPID-1978: Enable multiple selection for the LoggingManagement tabs, allowing...Robert Gemmell2009-07-243-33/+162
* QPID-1978: Enable multiple-selection for the Set Rights and Delete Users oper...Robert Gemmell2009-07-241-59/+224
* QPID-2000: Convert the Queue selection view to use the new getQueueNamesDepth...Robert Gemmell2009-07-249-140/+581
* QPID-2005: make the fanout exchange mbean return a single wildcard binding en...Robert Gemmell2009-07-242-16/+52
* QPID-1967: collect possible Exchange Type values from the broker instead of r...Robert Gemmell2009-07-223-6/+26
* QPID-1999: ensure the Clear button in each VirtualHost Notifications area onl...Robert Gemmell2009-07-223-26/+69
* QPID-1995: prevent possible SWTException during application shutdown if worke...Robert Gemmell2009-07-221-5/+6
* QPID-1995 and QPID-1996: Rework the refresh mechanism to stop it clearing all...Robert Gemmell2009-07-213-208/+106
* QPID-1969: restrict the Notifications areas in each VirtualHost tree to only ...Robert Gemmell2009-07-214-5/+46
* QPID-1994: prevent NPE caused by refreshing whilst app is closing downRobert Gemmell2009-07-211-13/+16
* QPID-1968: add deleteMessages() support to the QueueOperations tabRobert Gemmell2009-07-211-0/+101
* QPID-1981: add copyMessages() support to the QueueOperations tabRobert Gemmell2009-07-211-8/+74
* QPID-1961: Update the management console to use new viewMessages(long,long) q...Robert Gemmell2009-07-211-14/+165
* QPID-1990: add the messages queue position to the viewMessages() operation re...Robert Gemmell2009-07-171-1/+17
* QPID-1946: support server management API checking in the console.Robert Gemmell2009-07-179-6/+496
* QPID-1991: dont create Type folder for the known top-level single mbeansRobert Gemmell2009-07-161-0/+21
* QPID-1966: add status bar for operation feedback reportsRobert Gemmell2009-07-1513-32/+136
* QPID-1947: leave the components visible during update to prevent focus-switch...Robert Gemmell2009-07-1410-77/+14
* QPID-1947: Add combo to toolbar allowing selection of update interval for aut...Robert Gemmell2009-07-141-0/+128
* QPID-1944: add initial new UI view for the Connection mbeanRobert Gemmell2009-07-133-2/+482
* QPID-1943: add initial new UI view for the Exchange mbeanRobert Gemmell2009-07-135-44/+1149
* QPID-1945: add initial new UI view for the VirtualHostManager mbeanRobert Gemmell2009-07-135-5/+726
* QPID-1942: initial Queue/Exchange/Connection selection work.Robert Gemmell2009-07-1310-801/+929
* QPID-1932: add initial new UI view for the Queue mbeanRobert Gemmell2009-07-132-1/+709
* QPID-1931: add initial new UI view for the LoggingManagement mbeanRobert Gemmell2009-07-136-1/+1145
* QPID-1930: add initial new UI view for the UserManagement mbeanRobert Gemmell2009-07-133-1/+733
* QPID-1930: add utility method for creating modal dialog shells, and augment p...Robert Gemmell2009-07-131-1/+36
* QPID-1929: create factory class to produce MBean views, clean up MBeanView ac...Robert Gemmell2009-07-134-259/+299