2011-12-23 08:38  grothoff

	* [r18757] contrib/gnunet_fs_gtk_create_namespace_dialog.glade,
	  contrib/gnunet_fs_gtk_main_window.glade,
	  contrib/gnunet_fs_gtk_open_directory_dialog.glade,
	  contrib/gnunet_fs_gtk_select_pseudonym_dialog.glade,
	  src/fs/gnunet-fs-gtk-download.c,
	  src/fs/gnunet-fs-gtk-edit_publish_dialog.c,
	  src/fs/gnunet-fs-gtk-edit_publish_dialog.h,
	  src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c,
	  src/fs/gnunet-fs-gtk-main_window_create_pseudonym.c,
	  src/fs/gnunet-fs-gtk-main_window_file_publish.c,
	  src/fs/gnunet-fs-gtk-main_window_open_directory.c,
	  src/fs/gnunet-fs-gtk.c, src/fs/gnunet-fs-gtk.h: LRN: #1759: get
	  rid of gtk_dialog_run

2011-12-19 22:35  grothoff

	* [r18708] src/fs/gnunet-fs-gtk-event_handler.c: fixing #2001
	  (cleanup button for download-by-uri)

2011-12-18 10:46  grothoff

	* [r18669] contrib/gnunet_fs_gtk_main_window.glade,
	  src/fs/gnunet-fs-gtk-main_window_file_download.c,
	  src/fs/gnunet-fs-gtk.c, src/fs/gnunet-fs-gtk.h, src/lib/about.c:
	  LRN: Make download-by-uri dialogue-less

2011-12-16 19:04  grothoff

	* [r18643] src/fs/gnunet-fs-gtk-event_handler.c: LRN: Don't
	  reattach the menu

2011-12-16 19:03  grothoff

	* [r18642] contrib/gnunet_fs_gtk_main_window.glade,
	  src/fs/gnunet-fs-gtk-common.c,
	  src/fs/gnunet-fs-gtk-event_handler.c, src/fs/gnunet-fs-gtk.c:
	  LRN: Make metadata list items selectable, make metadata copyable
	  and be more careful with strings (validation) - #1759

2011-12-16 19:00  grothoff

	* [r18640] contrib/gnunet_fs_gtk_about_window.glade,
	  contrib/gnunet_fs_gtk_download_as_dialog.glade,
	  contrib/gnunet_fs_gtk_main_window.glade,
	  src/fs/gnunet-fs-gtk-download.c, src/fs/gnunet-fs-gtk.c: LRN:
	  Various changes (#1759)
	  
	  * Make preview sensitive (prevent graying-out)
	  * Enable fs persistence and probes (crashes, but who said it was
	  going
	  to be easy?
	  * Make Save File dialog non-blocking

2011-12-16 18:58  grothoff

	* [r18638] contrib/gnunet_fs_gtk_main_window.glade,
	  contrib/gnunet_fs_gtk_search_tab.glade,
	  src/fs/gnunet-fs-gtk-event_handler.c, src/fs/gnunet-fs-gtk.c:
	  LRN: [PATCH 1/2] Multiple GUI changes (#1759)
	  
	  * Rename "Key" column to "Root"
	  * Make namespace selector focusable
	  * Namespace selector now tracks mouse pointer
	  * Namespace is chosen by a single click
	  * Namespace list is populated by namespace descovery callback
	  instead of namespace list callback
	  (adds found namespaces on the fly)
	  
	  * Normalized cell background for search results
	  Now rows look like they have uniform background
	  * Add tooltips with full query text to search tab
	  
	  * Root is added to the query when a search in namespace is made

2011-12-13 18:13  grothoff

	* [r18585] contrib/gnunet_fs_gtk_advertise_pseudonym_dialog.glade,
	  src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c: fixing crash
	  for adding pseudonyms with no keywords by disabling OK button as
	  long as there are no keywords (#2002)

2011-12-13 17:50  grothoff

	* [r18584] src/fs/gnunet-fs-gtk-event_handler.c: do not allow
	  downloading of sks/ksk URIs, block on attempt (#2003)

2011-12-12 15:35  grothoff

	* [r18561] contrib/gnunet_fs_gtk_main_window.glade,
	  contrib/gnunet_fs_gtk_search_tab.glade,
	  src/fs/gnunet-fs-gtk-main_window_view_toggles.c,
	  src/fs/gnunet-fs-gtk.c: applying patches from #1759 towards
	  making the GUI nicer; specifically, this covers
	  0004-new-search-bar, 0001-lump-and-tweaks, 2-get-text-from-combo,
	  3-do-not-use-new-search-tab, 4-fix-search-tab-label,
	  1-make-tabs-smaller, 2-remove-has-entry,
	  3-revert-get-text-from-combobox

2011-12-09 16:59  grothoff

	* [r18537] src/statistics/gnunet-statistics-gtk.c,
	  src/statistics/gtk_statistics.c, src/statistics/gtk_statistics.h,
	  src/statistics/test.c: polishing statistics widget, integration
	  with main gnunet-statistics-gtk GUI

2011-12-09 15:16  grothoff

	* [r18529] src/statistics/Makefile.am,
	  src/statistics/gtk_statistics.c, src/statistics/gtk_statistics.h,
	  src/statistics/test.c: finishing statistics widget

2011-12-08 21:55  grothoff

	* [r18522] src/statistics/Makefile.am,
	  src/statistics/gnunet-statistics-gtk-about.c,
	  src/statistics/gnunet-statistics-gtk.c,
	  src/statistics/gtk_statistics.c, src/statistics/gtk_statistics.h,
	  src/statistics/test.c: towards stats widget

2011-12-08 16:15  grothoff

	* [r18516] configure.ac, contrib/Makefile.am,
	  contrib/get_version.sh,
	  contrib/gnunet_fs_gtk_about_window.glade.in, src/Makefile.am,
	  src/fs/gnunet-fs-gtk-about.c, src/include/gnunet_gtk.h,
	  src/lib/about.c, src/lib/glade.c,
	  src/peerinfo/gnunet-peerinfo-gtk-about.c,
	  src/statistics/gnunet-statistics-gtk.c: LRN: Starting to get rid
	  of gtk_dialog_run(), and more
	  
	  * Call AC_INIT() with different package name and tarball name
	  * Get version from VCS instead of hard-coding it in configure.ac
	  * Don't supply version to AM_INIT_AUTOMAKE
	  * Use silent rules
	  * Make a few GNUNET_FS_GTK_* AM variables to be used in .glade
	  files
	  * Add contrib/gnunet_fs_gtk_about_window.glade.in
	  * GNUNET_GTK_display_about () doesn't take dialog name anymore
	  (it should always be 'about_window' now)
	  * GNUNET_GTK_get_new_builder () now passes the builder as a
	  callback
	  argument
	  * about.c now implements most of the things that were previously
	  done
	  by GtkAboutDialog.

2011-12-07 21:27  grothoff

	* [r18500] configure.ac, src/fs/Makefile.am, src/setup/Makefile.am:
	  only link against plibc on w32

2011-12-06 19:54  grothoff

	* [r18477] configure.ac, contrib/Makefile.am,
	  contrib/gnunet_statistics_gtk_about_dialog.glade,
	  contrib/gnunet_statistics_gtk_main_window.glade, src/Makefile.am,
	  src/statistics, src/statistics/Makefile.am,
	  src/statistics/functions.c, src/statistics/functions.h,
	  src/statistics/gnunet-statistics-gtk.c,
	  src/statistics/statistics.c: adding skeleton for
	  gnunet-statistics-gtk

2011-12-06 12:47  grothoff

	* [r18444] src/fs/Makefile.am, src/setup/Makefile.am: LRN: do not
	  forget to link plibc

2011-12-06 12:47  grothoff

	* [r18443] configure.ac: LRN: Include platform.h unconditionally
	  platform.h is required for correct functioning of some of the
	  headers,
	  because it defines WINDOWS macro, and even more so in my local
	  version
	  of GNUnet.

2011-12-06 12:46  grothoff

	* [r18442] configure.ac: LRN: do not look for both GTK-3 and GTK-2

2011-12-06 12:46  grothoff

	* [r18440] configure.ac: LRN: fix no-undefined WL for W32

2011-11-30 15:06  grothoff

	* [r18407] Makefile.am, configure.ac, ltmain.sh, m4/libtool.m4,
	  m4/ltoptions.m4, m4/ltversion.m4, m4/lt~obsolete.m4, po/da.po,
	  po/de.po, po/fr.po, po/gnunet-gtk.pot, po/sv.po, po/tr.po,
	  po/vi.po: releasing gnunet-gtk 0.9.0

