summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-10-09Add syntax_line_edit.h to CMakeLists to fix CMake qtshark build.Evan Huus1-0/+1
2012-10-08Remove a debugging #include.Gerald Combs1-1/+0
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs22-359/+1333
2012-10-08Don't leak all of our column data in packet_list_recreate (I think we still leakEvan Huus1-0/+1
2012-10-08Update French translations !Alexis La Goutte1-226/+300
2012-10-08Make new text translatable (for QtShark:file_set_dialog.cpp)Alexis La Goutte3-13/+426
2012-10-08Fix crash when exporting packet dissection as plain text on Windows (regressi...Pascal Quantin1-0/+2
2012-10-07(Trivial) Remove unneeded #include.Bill Meier1-35/+34
2012-10-07Minor cleanup:Bill Meier1-186/+172
2012-10-07This is an attempt to improve the default window placement position when ther...Chris Maynard1-1/+25
2012-10-06Get QMake to build our .qm files.Gerald Combs1-0/+22
2012-10-06Don't store qm files in svn: they're generated from the ts files and get removedEvan Huus2-0/+0
2012-10-06Use ellipses rather than crosses made from lines to show data points,Martin Mathieson1-84/+105
2012-10-06Fix some indentation, add missing braces, and don't bother callingMartin Mathieson1-21/+19
2012-10-05Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs3-23/+23
2012-10-05A minor modification to Stephen Fisher's r34265 patch to [attempt to] resolve...Chris Maynard1-7/+5
2012-10-04Modify use of GtkTable in preparation for using GtkGrid instead if GTK3.Bill Meier1-79/+49
2012-10-04Fix tpyo.Guy Harris1-1/+1
2012-10-04Update translation filesAlexis La Goutte2-112/+1302
2012-10-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte4-50/+41
2012-10-04Simplify use of GtkTable in preparation for using GtkGrid instead if GTK3.Bill Meier1-51/+60
2012-10-03Include packet-range.h on Windows - file_dlg_win32.h usesGuy Harris1-0/+1
2012-10-03Remove more obsolete _MSC_VER code.Gerald Combs1-151/+0
2012-10-03Fix compilation on Windows. Add back and fix function definitions,Gerald Combs2-6/+23
2012-10-03(Trivial): add some whitespace for readability.Bill Meier1-12/+12
2012-10-03Unify the GTK+ and Win32 versions of "Export Specified Packets". Add aGerald Combs3-366/+243
2012-10-03When drawing an axis, only call cairo_stroke once all lines are drawn.Martin Mathieson1-8/+4
2012-10-03Submit Jacub's fix for bug 7771 (hanging while drawing graph types thatMartin Mathieson1-2/+11
2012-10-02Get rid of the always-null and unused argument toGuy Harris1-1/+1
2012-10-02Move the main window slots to main_window_slots.cpp.Gerald Combs7-692/+747
2012-10-01Don't bother setting a background gradient in the toolbar on Windows.Gerald Combs1-9/+0
2012-10-01Construct a proper directory URL.Gerald Combs1-1/+4
2012-10-01Add new fileset ui file to cmake build.Evan Huus1-0/+1
2012-10-01Implement file sets.Gerald Combs12-237/+509
2012-10-01Widen the "Find text" dialog a bit so the entire title is visible.Chris Maynard1-0/+1
2012-10-01Add a window pointer so that we can figure out from whence we came.Gerald Combs1-7/+8
2012-10-01update the capture comment icon in the statusbarMartin Kaiser1-0/+3
2012-10-01There is no longer the need to define HAVE_CONFIG_H.Jeff Morriss1-1/+1
2012-10-01Stop defining HAVE_CONFIG_H on Windows builds too.Jeff Morriss1-1/+1
2012-09-30use the correct status bar icon for the capture commentMartin Kaiser1-1/+2
2012-09-30Add displayed and marked percent columns and percent calculations for dropped...Chris Maynard2-69/+132
2012-09-30Revert r45185. While it looks better with an icon if "Filter toolbar style" ...Chris Maynard1-2/+1
2012-09-29Revert most of r45210. We don't use the return value of GetExitCodeProcess(),...Chris Maynard1-0/+3
2012-09-29More unused variables caught by cppcheck.Evan Huus3-13/+8
2012-09-29Don't fetch the exit code of our child process, we never use it.Evan Huus1-5/+1
2012-09-29Fix some memleaks caught by cppcheck.Evan Huus1-1/+5
2012-09-29Remove some unused variables caught by cppcheck.Evan Huus1-7/+1
2012-09-28remove some very old comments about multithreaded tap implementation...Jakub Zawadzki8-57/+0
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki42-149/+0
2012-09-28Increase the default width of the capture options dialog so all columns are v...Chris Maynard1-2/+2