Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 331467 | Differences between
and this patch

Collapse All | Expand All

(-)icons/latency/add_button.gif (+3 lines)
Added Link Here
1
GIF89a�+5vT8zW8yW;~Z<~Z@�^D�bE�cE�bE�cE�bJ�gJ�hO�lP�lT�qU�qT�pX�uU�q\�y_�{]�y��S��T��U��V��X��X��Z��[��Z��Z��[��`��`��`��`��a��c��e��e��f���������������������������������������������������������������!�?,Q���W)V�H�JuL
2
))��)�D%�I�8yO���!�H�Ҩ�`�B�(�����B��l6
3
HT?����HA;
(-)icons/latency/decreasebar_button.gif (+1 lines)
Added Link Here
1
GIF89a��hj�]a�DN�PX�,<�8E�(�-�"4������������������ý��o�{x��}�sr���!�,P`%VS9�h%��TL��V@�5Լ�`�I���`9�0��c iM�����f�΄J��!�Q�6:�����7�B;
(-)icons/latency/delete_button.gif (+1 lines)
Added Link Here
1
GIF89a
�1�35�qt�st�rt�su�*/�,4�,3�)0�6>�6>� +�09�U`�ck�cj�ck�dk�'�(�'� ,�T`�%�?R�?Q�HX�HX�etߜ��]I�n^�WF�XF�XFՈ|�PCܦ��G>�G?�G?�=9�a[��}�=:�RO��~�~������������������������������������������������!�?,
n��3��#Lj��HQ+�\+ҧ�!����E�L�A��qX���Hq�F��Ѱ$xF���wF�w��0�G�K����?A;
(-)icons/latency/graph.gif (+1 lines)
Added Link Here
1
GIF89a�g�g�!h�%k�(m�,o�1s�5v�9x�>|�B~�F��G��J��K��N��N��N��Q��Q��T��V��������!�,B�%�di�	r��2�ȔE���鰃�Ă�/E.�	0�(�IQt�x*��#�:�H�۰h"._(ܴ�b.�;
(-)icons/latency/increasebar_button.gif (+2 lines)
Added Link Here
1
GIF89a��hj�]a�DN�PX�,<�8E�(�-�"4������������������ý��o�{x��}�sr���!�,M`%VS9�h%�R:B�4�PHcWc( ���A�D �D�J�	) 
2
FVi@��x� 6Z�pX�x*;
(-)icons/latency/warning.gif (+1 lines)
Added Link Here
1
GIF89a�JZc!�!))Z91JJRJ9cJ)cc9scc{cB�s��1��1�s�s�{�{�{�{9�{��!��)��!��B������)����Z��J������Z����������ƽ��έ1ε9�Ɯֵ9����!�Υ�έ��޵��c�������������1��9��B��J��������������9��B����9��B��J�ޔ��������J�ޔ����!������������J�������������������������������R��s�������������!��9��B��J��R��k��s��{���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������!�[,����G-*�dJ�,���,n&$���J�9Aޤ���`�� c"�%v@��I�z|ܡ�@@�6W�P�O`�!CB�i�AQ��2@���8mf$��	#����1;�xiBfG-V��!���&�41�჋'|�H1 `�&M��@"�e:80X���g"jL�@:� ���! ;
(-)plugin.xml (-1 / +1 lines)
Lines 94-100 Link Here
94
            allowMultiple="false"
94
            allowMultiple="false"
95
            category="org.eclipse.linuxtools.lttng.ui.views.category"
95
            category="org.eclipse.linuxtools.lttng.ui.views.category"
96
            class="org.eclipse.linuxtools.lttng.ui.views.latency.LatencyView"
96
            class="org.eclipse.linuxtools.lttng.ui.views.latency.LatencyView"
97
            icon="icons/graph.gif"
97
            icon="icons/latency/graph.gif"
98
            id="org.eclipse.linuxtools.lttng.ui.views.latency"
98
            id="org.eclipse.linuxtools.lttng.ui.views.latency"
99
            name="%latency.view.name"
99
            name="%latency.view.name"
100
            restorable="true">
100
            restorable="true">
(-)src/org/eclipse/linuxtools/lttng/ui/views/latency/LatencyView.java (-5 / +5 lines)
Lines 352-358 Link Here
352
    	increaseBarWidth_.setImageDescriptor(
352
    	increaseBarWidth_.setImageDescriptor(
353
    			AbstractUIPlugin.imageDescriptorFromPlugin(
353
    			AbstractUIPlugin.imageDescriptorFromPlugin(
354
    					Messages.getString("LatencyView.tmf.UI"), 
354
    					Messages.getString("LatencyView.tmf.UI"), 
355
    					"icons/increasebar_button.gif"));
355
    					"icons/latency/increasebar_button.gif"));
356
    	
356
    	
357
    	
357
    	
358
358
Lines 374-380 Link Here
374
    	decreaseBarWidth_.setImageDescriptor(
374
    	decreaseBarWidth_.setImageDescriptor(
375
    			AbstractUIPlugin.imageDescriptorFromPlugin(
375
    			AbstractUIPlugin.imageDescriptorFromPlugin(
376
    					Messages.getString("LatencyView.tmf.UI"), 
376
    					Messages.getString("LatencyView.tmf.UI"), 
377
    					"icons/decreasebar_button.gif"));
377
    					"icons/latency/decreasebar_button.gif"));
378
    	
378
    	
379
    	
379
    	
380
380
Lines 396-402 Link Here
396
    	listMatchingEvents_.setImageDescriptor(
396
    	listMatchingEvents_.setImageDescriptor(
397
    			AbstractUIPlugin.imageDescriptorFromPlugin(
397
    			AbstractUIPlugin.imageDescriptorFromPlugin(
398
    					Messages.getString("LatencyView.tmf.UI"), 
398
    					Messages.getString("LatencyView.tmf.UI"), 
399
    					"icons/events_view.gif"));
399
    					"icons/eview16/events_view.gif"));
400
    	
400
    	
401
    	
401
    	
402
402
Lines 417-423 Link Here
417
    	addMatchingEvents_.setImageDescriptor(
417
    	addMatchingEvents_.setImageDescriptor(
418
    			AbstractUIPlugin.imageDescriptorFromPlugin(
418
    			AbstractUIPlugin.imageDescriptorFromPlugin(
419
    					Messages.getString("LatencyView.tmf.UI"), 
419
    					Messages.getString("LatencyView.tmf.UI"), 
420
    					"icons/add_button.gif"));
420
    					"icons/latency/add_button.gif"));
421
    	
421
    	
422
    	
422
    	
423
423
Lines 438-444 Link Here
438
    	deleteMatchingEvents_.setImageDescriptor(
438
    	deleteMatchingEvents_.setImageDescriptor(
439
    			AbstractUIPlugin.imageDescriptorFromPlugin(
439
    			AbstractUIPlugin.imageDescriptorFromPlugin(
440
    					Messages.getString("LatencyView.tmf.UI"), 
440
    					Messages.getString("LatencyView.tmf.UI"), 
441
    					"icons/delete_button.gif"));
441
    					"icons/latency/delete_button.gif"));
442
    }
442
    }
443
    
443
    
444
    /**
444
    /**
(-)src/org/eclipse/linuxtools/lttng/ui/views/latency/listeners/HistogramPaintListener.java (-1 / +1 lines)
Lines 147-153 Link Here
147
        		
147
        		
148
        		Image image = AbstractUIPlugin.imageDescriptorFromPlugin(
148
        		Image image = AbstractUIPlugin.imageDescriptorFromPlugin(
149
    					Messages.getString("LatencyView.tmf.UI"), 
149
    					Messages.getString("LatencyView.tmf.UI"), 
150
    					"icons/warning.gif").createImage(Display.getCurrent());
150
    					"icons/latency/warning.gif").createImage(Display.getCurrent());
151
        		axisImage_.drawImage(image, 5, 3);
151
        		axisImage_.drawImage(image, 5, 3);
152
        	}
152
        	}
153
        	
153
        	

Return to bug 331467