Add generation of release notes.
[metze/wireshark/wip.git] / ui /
2013-10-31 ruengelerAdd licence information.
2013-10-31 geraldSet the progress bar animation behavior to match other...
2013-10-31 geraldTry to make the animation a little more natural.
2013-10-30 geraldMove the geometry shenanigans a bit further ahead in...
2013-10-30 geraldFix maximized geometry behavior on non-OS X systems.
2013-10-30 geraldFix a comparison.
2013-10-30 geraldAdd initial support for geometry settings in the main...
2013-10-30 morrissSet SVN properties.
2013-10-29 ruengelerMake the packet analysis for SCTP independent from...
2013-10-29 geraldRevert part of 52896 and (for now) all of 52935. As...
2013-10-28 geraldFix scroll bar ranges.
2013-10-28 geraldRemove some (but not all) U3 remnants.
2013-10-28 morrissFrom Peter Wu via https://bugs.wireshark.org/bugzilla...
2013-10-28 geraldMore size and position tweaks.
2013-10-27 geraldTry to improve the appearance of the sequence diagram.
2013-10-27 mmannRemove iplen and iphdrlen from struct _packet_info.
2013-10-27 geraldRemove U3 code and packaging.
2013-10-26 pascalFrom robionekenobi via https://bugs.wireshark.org/bugzi...
2013-10-26 alagoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-10-25 geraldMore sequence dialog updates.
2013-10-25 eapacheAdd a very small hack to make the UAT update callback...
2013-10-25 morrissFix more SVN properties.
2013-10-25 morrissAdd SVN properties.
2013-10-25 eapacheMark unused parameter, remove moved .h file from Makefi...
2013-10-24 jmayerFix properties
2013-10-24 jmayerMake things compile again.
2013-10-24 geraldAdd sequence_dialog.ui.
2013-10-24 geraldAdd a missing dependency.
2013-10-24 geraldInitial and woefully incomplete flow graph support.
2013-10-24 tuexenRevert previous commit of Irene, which doesn't work...
2013-10-24 ruengelerMove sctp_stat to ui to make it independent from gtk.
2013-10-23 mmannBugfix "Restart the running live capture" when using...
2013-10-23 morrissAs suggested by Michael in https://bugs.wireshark.org...
2013-10-23 mmannAdd the ability to collapse subtrees with Shift+Left...
2013-10-23 etxrabg_slist_free_full() is glib 2.28
2013-10-23 etxrabMake manual address resolution work again by putting...
2013-10-22 ruengelerUse the preferred or default linktype as active.
2013-10-21 pascalTentative fix for https://bugs.wireshark.org/bugzilla...
2013-10-20 pascalFrom RobiOneKenobi via https://bugs.wireshark.org/bugzi...
2013-10-19 mmannOnly allow one popup dialog in UAT dialog. Editing...
2013-10-18 morrissGet it actually building when we don't HAVE_LIBPCAP.
2013-10-18 morrissClean up warnings when we don't HAVE_LIBPCAP.
2013-10-18 morrissSimplify a bit (in a way which will hopefully actually...
2013-10-18 morrissAdd -Wno-shorten-64-to-32 (if we can) when compiling...
2013-10-18 morrissAdd AM_CLEAN_CFLAGS (-Werror) to AM_CPPFLAGS so we...
2013-10-18 jmayerAfter looking for something in the column-*.h files and
2013-10-15 geraldAdjust parenthesis to make gcc happy.
2013-10-15 geraldAdd some missing parenthesis. Make sure we set our...
2013-10-15 geraldMake sure we have a valid capture file pointer in win32...
2013-10-15 geraldFill in the help links. Make sure they do something...
2013-10-15 geraldRemove some commented code.
2013-10-14 geraldLet Qt lay out and size elements in FollowStreamDialog...
2013-10-14 geraldPacketList and ProtoTree need access to MainWindow...
2013-10-13 cturneySMB2 SRT can be very inaccurate in the presence of...
2013-10-13 grahambAdd CMake properties to targets so that they are logica...
2013-10-12 geraldHave pixbuf_to_widget() use a guint8 * to match
2013-10-12 geraldSolaris Studio C++ won't let us pass the address of...
2013-10-11 geraldOne more HAVE_LIBPCAP.
2013-10-11 geraldTry to fix Qt compilation when libpcap is disabled.
2013-10-11 morrissFix some formatting.
2013-10-11 geraldMore ui/util.h includes.
2013-10-11 geraldInclude ui/util.h.
2013-10-11 morrissThere's no need to include prefs.h twice.
2013-10-11 geraldRemove GTK+ and global cfile dependencies from file_dlg...
2013-10-10 morrissDon't close the Capture Options window if there was...
2013-10-10 cmaynardRevert the changes made to resolve https://bugs.wiresha...
2013-10-10 etxrabFlag the addresses used in the trace which has been...
2013-10-09 geraldWhen we display an error message in the interface list...
2013-10-09 mmannPrefix all "Wireshark application specific" display...
2013-10-06 eapacheRewrite the layout case statement as two separate ones...
2013-10-06 mmannAdd support for RELATIVE-OID ASN.1 type. Bug 9192 ...
2013-10-05 geraldMake the task list colors more consistent.
2013-10-05 geraldFix the white-rectangle-at-startup artifact with the...
2013-10-04 martinkin a uat dialogue, allow only one popup for confirming...
2013-10-01 mmannRemove check_col.
2013-09-30 geraldStrip out references to PortAudio. Qt has its own audio...
2013-09-26 cmaynardWhen a line of text wraps to the next line, the charact...
2013-09-25 geraldDelete extra_split if we're not using it. This keeps...
2013-09-16 geraldaddress_equal → addresses_equal. Switch from address...
2013-09-16 geraldAdd stream information to the hint label. Update our...
2013-09-16 geraldMake sure we don't tap our packets twice. Give the...
2013-09-16 geraldFix graph type selection.
2013-09-16 geraldAnother attempt at axis scaling. Tweak the appearance...
2013-09-15 geraldWhen caclulating throughput, only subtract what we...
2013-09-15 martinkmark unused parameter
2013-09-15 etxrabunused variable 'conversation'
2013-09-15 geraldMake sure the RTT behavior matches the GTK+ port. Make...
2013-09-15 etxrabUse a better hash algorithm and add a dialouge to get...
2013-09-15 etxrabUse a better hash algorithm and add a dialouge to get...
2013-09-13 geraldMis-use error bars to draw segments.
2013-09-13 geraldMore TCP stream graph updates.
2013-09-13 jmayerInclude emem.h
2013-09-12 geraldAdd a context menu to the TCP stream graph which includ...
2013-09-12 geraldTry different arrow glyphs.
2013-09-12 jmayer== has higher precedence than &
2013-09-12 geraldAdd previous/next stream navigation to the TCP stream...
2013-09-12 geraldMake sure qmake links with zlib on Windows.
2013-09-11 geraldDefine NOMINMAX for the entire Qt build.
2013-09-11 martinkremove unused variable, mark unused parameter
2013-09-11 etxrabGet rid of some users the addrinfo_list.
next