aboutsummaryrefslogtreecommitdiffstats
path: root/image
AgeCommit message (Collapse)AuthorFilesLines
2006-03-28Make sure the export dialog is large enough. Fix a Unicode issue whileGerald Combs1-4/+4
we're at it. svn path=/trunk/; revision=17754
2006-03-27Major properties cleanupJaap Keuter2-0/+0
svn path=/trunk/; revision=17747
2006-02-18add a missing dependency to ethereal.rcUlf Lamping1-1/+1
svn path=/trunk/; revision=17345
2006-02-18add a link to a message indicating that sizing *is* buggyUlf Lamping1-0/+2
svn path=/trunk/; revision=17344
2006-02-15Fix a typo found by Jean-Baptiste Marchand.Gerald Combs1-1/+1
svn path=/trunk/; revision=17310
2006-02-14Split the version under Windows into its major, minor, and microGerald Combs2-3/+4
components. Use them to build the VERSION, RC_VERSION, and manifest versions (the latter two are picky about formatting). This would probably be useful on the autoconf side, but I didn't see an obvious way to implement it. svn path=/trunk/; revision=17302
2006-02-13Remove unneeded right justification.Gerald Combs1-6/+6
svn path=/trunk/; revision=17292
2006-02-13Add a manifest, so that styled widgets are drawn correcltly. TheGerald Combs3-2/+34
"version" field in the manifest is picky about formatting, so setting a custom version in config.nmake (e.g. "0.10.14-test") will probably break the Windows build. svn path=/trunk/; revision=17291
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs2-0/+137
The Windows-native routines were integrated by inserting #if GTK_MAJOR_VERSION >= 2 && _WIN32 win32_native_routine(GDK_WINDOW_HWND(top_level->window)); return; #endif at the beginning of each GTK+ file routine. There's probably a prettier way to do this. Some of the sizes need to be tweaked in win32-file-dlg.rc, but everything seems to work. Fix up whitespace. svn path=/trunk/; revision=17285
2006-01-17GTK 2.x only: show a slightly different Ethereal main icon while capturing.Ulf Lamping3-0/+2129
I very often forget to stop a running capture, so Ethereal keeps capturing packets on and on, leaving me with a lot of unrequired packets. On the other hand (because of the above) I often maximize Ethereal just to see that it's really not capturing any longer. Looking at the window title isn't of much help, as this title changes with every capture file name loaded, so there's no title which can be easily remembered. We probably might use this icon mechanism as well, when Ethereal loads a (huge) file, so the user get's a more visual feedback when the capture loading is finished (and probably for other potential "lengthy" tasks as well). svn path=/trunk/; revision=17042
2005-11-28first steps towards a separated capture tool, working title "dumpcap"Ulf Lamping2-1/+42
personal backup only, not meant for public testing! I've copied main.c into dumpcap.c and carved out all things not needed currently won't work as a command line tool, capture_loop.c wants an input pipe console output is also very ugly and the whole code needs a lot of further cleanup shouldn't break the unix build as I've only changed the nmake files so far, but who knows ... svn path=/trunk/; revision=16615
2005-09-21Fix a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=15918
2005-09-20add a new stop icon 48x48 for (simple) dialogs (derived from the openoffice ↵Ulf Lamping2-0/+979
stock icons and slightly enlarged using the Gimp) svn path=/trunk/; revision=15885
2005-08-05More char -> const char warning fixes.Jörg Mayer58-58/+58
Removed (very few) casts that only change the warning message but don't remove it (with gcc-4). svn path=/trunk/; revision=15227
2005-08-02 Fix svn properties where needed:Jörg Mayer1-0/+0
Remove svn:executable Add svn:executable Add svn:eol-style Add svn:keywords svn path=/trunk/; revision=15184
2005-05-07add icons for the "File Set" menu itemsUlf Lamping3-0/+178
svn path=/trunk/; revision=14326
2005-04-17add "Decode As" and "Checkbox" (Enabled Protocols) IconsUlf Lamping2-0/+69
svn path=/trunk/; revision=14116
2005-04-16add 12 new toolbar/menu iconsUlf Lamping11-0/+1698
add two toolbar toggle buttons add icons to various menu items create new Statistics telephony group and put telephony and alike protocols in it svn path=/trunk/; revision=14098
2005-04-15add some new capture and filter related handcrafted (toolbar) iconsUlf Lamping10-473/+1932
add "new" capture options feature, which will act like old capture start, and change capture start option (for immediately capture) rename Capture/Clear to Capture/Restart svn path=/trunk/; revision=14083
2005-04-12add clear toolbar icon (from GTK stock icons)Ulf Lamping1-0/+83
svn path=/trunk/; revision=14061
2005-03-12- Add 3d logo in size 64x64 (copied from Suse, who *may* have generatedJörg Mayer2-1/+2
it from eicon3d64.xpm) - Fix comment: The 3d logos seem to have a transparent background svn path=/trunk/; revision=13731
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
files. Do this with GENERATED_HEADER_FILES, GENERATED_C_FILES, and GENERATED_FILES macros in Makefile.common files, along the lines of what wiretap/Makefile.common has. Clean up "*~" files with "make clean" rather than only "make distclean" in some additional places. Add "maintainer-clean" rules to the Makefile.nmake files, paralelling the ones in the automake-generated Makefile.in files, using the GENERATED_FILES macros from Makefile.common files. In some cases, move the cleanup of files from "make distclean" to "make maintainer-clean", and in other cases, put in a comment indicating why we're not doing that (because some files that are distributed in the source tarballs, namely Flex output, were built with a UN*X Flex and won't compile on Windows, so we get rid of them with "make distclean" so you can clean up stuff that *has* to be re-generated for Windows). Clean up some *CLEANFILES definitions - get rid of ones that no longer apply as files were moved or that add to the definition a name that's already there. svn path=/trunk/; revision=13402
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in ↵Ulf Lamping2-7/+7
a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed. svn path=/trunk/; revision=12358
2004-07-28Add the MSWIN RC information for capinfo.Olivier Biot2-1/+42
svn path=/trunk/; revision=11556
2004-07-23From Graham Bloice: add resources to wiretap.dll.Guy Harris2-1/+40
svn path=/trunk/; revision=11476
2004-07-18 .cvsignore is deadJörg Mayer1-4/+0
it has been replaced by svn proplist -v <dir/file> and svn propedit <dir/file> svn path=/trunk/; revision=11422
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
Add tags and TAGS to all .cvsignore files svn path=/trunk/; revision=11419
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-17From Graham Bloice: add resource information to libethereal.dll.Guy Harris2-1/+40
svn path=/trunk/; revision=11388
2004-05-24Make the XPM text "const", to get rid of some compiler warnings.Guy Harris2-2/+2
svn path=/trunk/; revision=10981
2004-05-21Make the XPM data an array of "const char *", to get rid of a compilerGuy Harris1-1/+1
warning. svn path=/trunk/; revision=10939
2004-04-30Squelch some compiler warnings.Guy Harris6-6/+6
Clean up white space. svn path=/trunk/; revision=10735
2004-04-29added pane layout icons coming from pan (gnome newsreader)Ulf Lamping6-0/+320
svn path=/trunk/; revision=10728
2004-02-06simple_dialog now uses the stock_dialog_xy iconsUlf Lamping1-2/+7
svn path=/trunk/; revision=9996
2004-01-31using GTK2 stock icons for dialogs instead of Ethereal specific onesUlf Lamping4-0/+1974
svn path=/trunk/; revision=9911
2004-01-25Capitalize "Ethereal.icns" to fix a distclean error. Add its descriptionGerald Combs1-0/+2
to README.image. svn path=/trunk/; revision=9846
2004-01-21use stock buttons whereever possible,Ulf Lamping3-0/+333
added some ethereal specific stock icons svn path=/trunk/; revision=9763
2004-01-20missing icons for recent GUI additionsUlf Lamping6-0/+704
svn path=/trunk/; revision=9757
2004-01-18Add a Mac OS X icon file, for possible future use.Guy Harris1-0/+0
svn path=/trunk/; revision=9704
2004-01-10add a "Save As" button to the toolbarUlf Lamping1-0/+289
svn path=/trunk/; revision=9640
2003-11-11Get rid of carriage returns in source files.Guy Harris15-2697/+2697
svn path=/trunk/; revision=8942
2003-10-15From Ulf Lamping: toolbar.Guy Harris15-0/+2697
svn path=/trunk/; revision=8707
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-1/+3
recurse into subdirectories doing "nmake -f Makefile.nmake distclean". Have "nmake -f Makefile.nmake clean" not remove stuff that "make clean" doesn't remove (such as Flex/Bison output and config.h files) - and have "nmake -f Makefile.nmake distclean" remove stuff that "make distclean" removes, including "tethereal-tap-register.c" and "ethereal-tap-register.c". svn path=/trunk/; revision=8672
2003-03-26From Graham Bloice: make the RC_VERSION variable in config.nmakeGuy Harris1-6/+6
comma-separated, so that the resources will be built correctly and the version number correctly displayed in the GUI, and make the resources dependent on "config.nmake" so that they're rebuilt if it's changed. svn path=/trunk/; revision=7373
2002-04-08Fix the transparency on each 16-color image in ethereal.ico.Gerald Combs3-0/+0
Add our own checkbox images to the NSIS installer. svn path=/trunk/; revision=5121
2001-12-24Remove the black border from the XPM and PNG icons. Do the same forGerald Combs12-2224/+4777
the Windows icon file, courtesy of Gordon McKinney. svn path=/trunk/; revision=4445
2001-12-17The low color KDE icons were actually XPM-formatted files with a .pngGerald Combs3-0/+0
extension. Oops. svn path=/trunk/; revision=4410
2001-12-15Note that "ethereal48x48-trans.png" has a transparent background andGuy Harris1-2/+4
"ethereal48x48.png" has a white background. svn path=/trunk/; revision=4402
2001-12-15Add KDE Icon Factory Styleguide-compliant icons, along with a text fileGerald Combs7-0/+179
describing the files in the "image" directory. svn path=/trunk/; revision=4400
2001-12-12Go nuts with the 3D logo.Gerald Combs1-0/+1203
Add a routine to ui_util.c that sets a window's icon pixmap to a 16x16 version of the 3D logo. Call the routine for each window that is created. This has been tested with kwm and Sawfish (which expect a 16x16 icon), but we may have to come up with a better solution for other window managers (e.g. olwm and mwm). Add a 3D exclamation point image. Replace the exclamation point and Ethereal logo images used in simple_dialog() with their 3D counterparts. Remove the old icons from the source distribution. svn path=/trunk/; revision=4390