aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2012-10-19Fix columns.Gerald Combs2-2/+2
2012-10-19The file set and export object trees are lists. Make them act likeGerald Combs4-13/+39
2012-10-18Fix CMake build:Evan Huus1-0/+3
2012-10-18Show the object export dialog in accordance with the QtGerald Combs3-39/+44
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs9-22/+639
2012-10-16Use local variable, local one is also used later by epan_dissect_run().Jakub Zawadzki1-1/+1
2012-10-16Don't try to use a non-existant pseudo_header variable.Evan Huus1-1/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-2/+2
2012-10-16Add an include.Gerald Combs1-0/+2
2012-10-16Use topic_action instead of topic_cb for the Windows file dialogs. MoveGerald Combs7-78/+48
2012-10-16Remove some no-longer-needed SSL dummy routines.Gerald Combs1-20/+0
2012-10-16Move common SSL key export routines to ui/ssl_key_export.[ch]. Make theGerald Combs3-6/+62
2012-10-16Fix In file included from export_dissection_dialog.cpp:24:0: export_dissectio...Alexis La Goutte1-0/+1
2012-10-16Include config.h so that the necessary HAVE_HEADER_H macros are defined on theEvan Huus1-0/+2
2012-10-16Comment out some more unused code to fix a few gcc errors.Evan Huus1-3/+5
2012-10-16Use $${INSTALL_DIR} instead of wireshark-gtk2.Gerald Combs1-1/+1
2012-10-16Fix includes.Gerald Combs1-1/+6
2012-10-16Add "Export Packet Bytes".Gerald Combs5-7/+164
2012-10-15Add help buttons. Ifdef out some code on Windows.Gerald Combs6-9/+61
2012-10-15Try a experimental gtk3 buildAnders Broman1-0/+1
2012-10-13Always initiailize member variables in constructors, even if it's just to NULL.Evan Huus3-5/+4
2012-10-13Reduce variable scopes where possible.Evan Huus4-7/+11
2012-10-13Fix compilation with GCC:Evan Huus1-6/+5
2012-10-13Fix initialization order.Gerald Combs1-1/+1
2012-10-13Fix Windows compilation problems from r45513. #ifdef out some non-WindowsGerald Combs5-134/+134
2012-10-12Add a packet format group box, similar to the packet range group box.Gerald Combs15-50/+707
2012-10-11Make new text translatable (a Alexis La Goutte3-89/+232
2012-10-11Fix crash when use pcapng with comments (with QtShark)Alexis La Goutte1-0/+4
2012-10-10RevertJörg Mayer2-0/+0
2012-10-09Fix Qt compilation on Windows. Check the user-supplied range syntaxGerald Combs2-7/+8
2012-10-09Add syntax_line_edit.h to CMakeLists to fix CMake qtshark build.Evan Huus1-0/+1
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs20-357/+1319
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-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-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-03Include packet-range.h on Windows - file_dlg_win32.h usesGuy Harris1-0/+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-01There is no longer the need to define HAVE_CONFIG_H.Jeff Morriss1-1/+1
2012-09-27Only define a parameter name if we end up using it, to fix theEvan Huus2-2/+10
2012-09-26Fix compilation on Windows.Gerald Combs3-11/+14
2012-09-26Implement "Save" and "Save As".Gerald Combs5-34/+462
2012-09-25Add load of translate QLibraryInfo to have standart button (and other stuff) ...Alexis La Goutte1-0/+5