Commit Graph

9 Commits

Author SHA1 Message Date
Ulf Lamping a7ce410506 "Elapsed Time:" is truncated, use "Elapsed:" instead
svn path=/trunk/; revision=19237
2006-09-15 21:59:09 +00:00
Ulf Lamping 8d7690ea23 wireshark.res is generated in the image dir, so the paths for includes should be relative to /image and not to /
svn path=/trunk/; revision=19201
2006-09-12 08:22:02 +00:00
Ulf Lamping 41c9f5e3f6 use file name information from wiretap instead of "build in" values
remove "double combobox" from the save dialog

append the default file extension to the save file name, if the user didn't added one

svn path=/trunk/; revision=18563
2006-06-23 18:29:48 +00:00
Gerald Combs eb71f7fb96 Rename the main executable to "wireshark", along with more conversions:
ethereal.com -> wireshark.org
  mailing lists and addresses
  ETHEREAL -> WIRESHARK
  Man pages
  Automake/Autoconf names


svn path=/trunk/; revision=18271
2006-05-31 19:12:15 +00:00
Gerald Combs 0c92125f1b Make sure the export dialog is large enough. Fix a Unicode issue while
we're at it.

svn path=/trunk/; revision=17754
2006-03-28 23:06:11 +00:00
Jaap Keuter 6a093bd4a3 Major properties cleanup
svn path=/trunk/; revision=17747
2006-03-27 21:00:16 +00:00
Ulf Lamping c025657f97 add a link to a message indicating that sizing *is* buggy
svn path=/trunk/; revision=17344
2006-02-18 01:10:38 +00:00
Gerald Combs a086a018dc Remove unneeded right justification.
svn path=/trunk/; revision=17292
2006-02-13 23:16:55 +00:00
Gerald Combs 80e5e0fb15 Copy over the file open/save code from the Win32 native branch.
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-02-13 21:25:43 +00:00