aboutsummaryrefslogtreecommitdiffstats
path: root/image/expert_indicators.svg
AgeCommit message (Collapse)AuthorFilesLines
2015-10-16Use buttons to display the main status bar icons.Gerald Combs1-618/+0
Use QToolButtons to display the expert indicator and comment icons in the main status bar. Use the same style sheet hack we use in ProgressFrame to un-style the buttons. Make sure we specify the @2x comment icon in our .qrc file so that it's loaded and used on retina displays. Move the comment and expert .pngs to the stock icon directory and use StockIcon to load them. Remove status.qrc since it's no longer used. Change-Id: I84485b22656f8f9af29ad3c02446ffefb6657ed5 Reviewed-on: https://code.wireshark.org/review/11048 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-03-08Update the expert indicators.Gerald Combs1-202/+393
Add @2x versions. Remove expert_ok. It appears to be unused. Change-Id: If36f839f622e235334a4237a9c5424c15a9945bc Reviewed-on: https://code.wireshark.org/review/7594 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-02-05Introduce end-of-line normalizationPascal Quantin1-427/+427
Change-Id: Ie6991af2432b193fbdc23bbbd335f83c091f14e8 Reviewed-on: https://code.wireshark.org/review/114 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Pascal Quantin <pascal.quantin@gmail.com>
2010-03-25Remove propery svn:eol-style: none of the other .svg files in this dir have ↵Bill Meier1-427/+427
this property. svn path=/trunk/; revision=32281
2009-11-05Make each level color and the light gradient color in the statusbar match.Gerald Combs1-7/+7
svn path=/trunk/; revision=30836
2009-11-05Lighten the chat and none icons as suggested by Stig.Gerald Combs1-11/+11
svn path=/trunk/; revision=30828
2009-11-04Add a convenience routine to convert pixbuf data generated byGerald Combs1-0/+427
gdk-pixbuf-csource to a GtkImage. Use it to load the expert indicator images. Add prettier indicator images. The "chat" indicator is more blue in order to differentiate it from the "none" indicator; make the chat text background more blue to match. svn path=/trunk/; revision=30825