aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2014-04-25Support out-of-source checkapiStig Bjørlykke1-2/+4
Always call $(top_srcdir)/tools/checkAPIs.pl with -sourcedir=$(srcdir) from Makefile.am to allow out-of-source 'make checkapi'. Change-Id: I60d7e0079984a8ededdacf4517a0738486fa7973 Reviewed-on: https://code.wireshark.org/review/1294 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-16Remove Visual Studio solution and project files (and their existence from ↵Michael Mann1-1/+0
Makefiles) There have been discussions on -dev about removing this and I believe I was the last holdout. Finally convinced that I should just have a local copy (ignored by git) Change-Id: Ic72a22baf58e3412023cf851f0fce16eb07113b0 Reviewed-on: https://code.wireshark.org/review/681 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-04-26Update the capture start, stop, and restart icons and development badgeGerald Combs1-1/+1
with enhanced versions from Elliott. Switch the interface configuration icon to the "gear" version. This matches the gear in the capture icon. svn path=/trunk/; revision=49059
2013-04-07Change the "stop capture" icon to a Great Big Huge Square to try to makeGerald Combs1-0/+4
it more obvious (particularly at 16x16 pixels) that it and the "start capture" icons work like media controls. Update compress-pngs to match the latest version of pngcrush and recompress our PNGs. Add a "clean-pixmaps" target to ui/gtk/Makefile.am to make it easier to rebuild our pixbuf includes. svn path=/trunk/; revision=48776
2013-03-27Add the new splash image. Designed by Elliott Aldrich. Switch the splashGerald Combs1-0/+5
image from XPM to PNG+pixbuf. Remove old XPMs. svn path=/trunk/; revision=48600
2013-03-27Add an interface list icon. Some of the new capture icons were 1 pixelGerald Combs1-2/+11
too small, so add corrected ones. Add SVG versions of the new toolbar icons. Use consistent naming for alternate icons. Remove some no-longer-used XPMs. Add a script to compress PNGs using various utilities and run it. Regenerate the pixbuf includes using the smaller PNGs. svn path=/trunk/; revision=48591
2013-03-26Add new capture toolbar icons.Gerald Combs1-2/+2
svn path=/trunk/; revision=48571
2013-03-26More icon updates. Gerald Combs1-4/+18
Use the PNG versions of the new application icons. Remove the XPM versions of the Wireshark application and capture icons. To paraphrase Zoidberg, XPMs are bad and we should feel bad. Remove xpm_to_widget_from_parent (which we weren't using and likely won't use in the future). Replace wiki_24.xpm (which was a GNOME or GTK+ stock icon IIRC) with the 16x16 and 24x24 versions emblem-web.png from GNOME icon theme 2.30.3. This version was used specifically because it's GPLv2 and later versions are GPLv3. Update image/README. svn path=/trunk/; revision=48565
2013-01-19There is no wireless layout.Jaap Keuter1-1/+1
svn path=/trunk/; revision=47161
2013-01-19Replace more XPMs with PNGs.Gerald Combs1-0/+7
svn path=/trunk/; revision=47159
2012-12-05Create 16x16 and 24x24 versions of the document icon with a contrastingGerald Combs1-0/+10
border. Add them as pixbufs to ui/gtk/toolbar_icons.h and use them to replace the file icon XPM in stock_icons.c. Add modelines. svn path=/trunk/; revision=46413
2012-09-18Add python cache and temporary files to the list of files to clean up.Jeff Morriss1-1/+3
svn path=/trunk/; revision=44974
2012-09-18If we have PYTHON use make-tap-reg.py (like we do on Windows): it's slightlyJeff Morriss1-3/+8
faster than the old shell-script version (~150 msec instead of ~500 msec on my system). svn path=/trunk/; revision=44971
2012-09-14libgtkui_dirty → libui_dirty.Gerald Combs1-7/+1
svn path=/trunk/; revision=44907
2012-09-14More fixes for the text import move.Gerald Combs1-4/+0
svn path=/trunk/; revision=44906
2012-09-03LIBGCRYPT_CFLAGS and LIBGNUTLS_CFLAGS don't seem to be necessary here.Jeff Morriss1-1/+1
svn path=/trunk/; revision=44759
2012-08-09Add green bullet to indicate success. Irene Rüngeler1-1/+1
svn path=/trunk/; revision=44378
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-2/+2
from makefiles (and thus from the buildbot). The intention is to be able to tell when a human is running the tool so we can provide more code-review guidance. As a starter, enable the "too many proto_tree_add_text() calls" check when a human is running the tool. svn path=/trunk/; revision=41943
2012-03-19Sort the EXTRA_DIST list.Guy Harris1-1/+1
svn path=/trunk/; revision=41659
2012-03-08And fix some other ../../image/...s for out-of-tree builds.Guy Harris1-4/+4
svn path=/trunk/; revision=41426
2012-03-08Fix to handle out-of-tree builds - use $(top_srcdir) rather than aGuy Harris1-1/+1
string of ../ items to get to another directory in the source tree, as, when doing an out-of-tree build, the source tree is a separate tree from the build tree. svn path=/trunk/; revision=41425
2012-03-07Update and add icons for capture comments / annotations.Gerald Combs1-0/+7
svn path=/trunk/; revision=41406
2012-02-20Fix tpo.Guy Harris1-1/+1
svn path=/trunk/; revision=41080
2012-02-19Don't run Flex-generated files through checkapi - they use forbiddenGuy Harris1-6/+8
APIs such as malloc and free. svn path=/trunk/; revision=41079
2012-02-19We already have GENERATED_HEADER_FILES; use that instead ofGuy Harris1-5/+4
GENERATED_H_FILES. If we have DIRTY_GENERATED_C_FILES, use it the same way we use GENERATED_C_FILES. GENERATED_FILES is "everything to nuke on a "make maintainer-clean"", not "everything to put into the distribution". svn path=/trunk/; revision=41075
2012-02-19Put back the comment for the rule to generate wireshark-tap-register.c.Guy Harris1-0/+14
svn path=/trunk/; revision=41069
2012-02-18Rename the (static) library built from stuff in ui/gtk to "libgtkui" inGuy Harris1-9/+9
automake/autoconf and nmake builds, to match the name in CMake builds. svn path=/trunk/; revision=41058
2012-01-21Get make checkapi working again.Michael Tüxen1-2/+2
svn path=/trunk/; revision=40625
2012-01-19Add icons for pipe interfaces. This allows for easierMichael Tüxen1-0/+5
testing the upcoming patch, which improves the infrastructure to handle interfaces for capturing. Obtained from Irene Ruengeler. svn path=/trunk/; revision=40583
2012-01-15More .. -> ../.. changes after gtk/ moveJörg Mayer1-3/+3
svn path=/trunk/; revision=40523
2012-01-15Clean up after gtk/ move: Makefile.am.inc is now at ../..Jörg Mayer1-1/+1
svn path=/trunk/; revision=40521
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+123
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518