1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
1999-11-07 James LewisMoss <dres@ioa.com>
* po/ChangeLog: Add ChangeLog file to make "make dist" happy.
* po/README: Add README file to make "make dist" happy.
* configure.in (GNOME_APT_VERSION): Add AC_ISC_POSIX (get rid of
warnings from autoconf)
Add AC_C_CONST and AC_C_INLINE tests. Man odd things happen when
you #undef const and #undef inline with standard c++ headers. :)
1999-09-19 Havoc Pennington <hp@pobox.com>
* src/menus.cc, src/pkgtree.cc: fix some
const-warnings-that-became-errors-in-2.95
1999-08-25 Havoc Pennington <hp@pobox.com>
* src/sources-wizard.cc, src/sources-wizard.h: Add New Source
wizard from Olivier, based on patch from Diego.
* src/Makefile.am: Put splash screen in EXTRA_DIST; move
noinst_HEADERS to gnome_apt_SOURCES; add new files
* src/gnome-drud*: Merges from gnome-libs and fix #include
to reflect our location outside gnome-libs
* src/pkgtree.cc: Take out one of the most annoying debug
spews.
* src/sources.cc, src/sources.h: Add add/remove/edit buttons
from Diego and Olivier. Edit window also.
1999-08-17 Havoc Pennington <hp@pobox.com>
* src/gnome-drud.c: Merge druid fixes from gnome-libs
1999-08-09 Havoc Pennington <hp@pobox.com>
* configure.in, po/pt_BR.po: Translation to Brasilian Portuguese,
from Diego Delgado Lages <dlages@dcc.ufrj.br>.
* src/Makefile.am, src/gnome-drud*: Add GnomeDruid to the
build, renamed. Unfortunately not all gnome-libs 1.0.x have
GnomeDruid, and GnomeDruid shouldn't have gone in any of them,
but it did, so we have to both include it here and rename it.
This is a wizard widget to be used in various gnome-apt wizards.
* src/gnome-apt.cc: Add splash screen from
Diego Delgado Lages <dlages@dcc.ufrj.br>.
* src/menus.cc: Add Diego to about dialog.
1999-08-09 Havoc Pennington <hp@pobox.com>
* cache.cc (UpdateAndReopen): pkgAcquire::Run() now returns
an enum.
(Install): Ditto.
1999-06-27 Havoc Pennington <hp@pobox.com>
* src/drawtree.cc: Remove idle functions in destructor, so we
don't get a hypothetical race condition on exit.
* src/gnome-apt.cc: Call shutdown functions to clean up various
modules on exit. Call ios::sync_with_stdio() just for paranoia.
Switch from exit() to return (for no good reason).
Add gnome_apt_labelled_widget() convenience function.
* src/index.cc: Dynamically allocate the global Indexes
* src/preferences.cc: Dynamically allocate the global Preferences
* src/search.cc: Add toggles for case sensitive and the various
text fields.
* src/sources.cc: Dynamically allocate the global Sources
* src/gdeb/gdeb.cc: Dynamically allocate the NoPackage
1999-06-21 Havoc Pennington <hp@pobox.com>
* src/acquirestatus.cc: Add ability to cancel. Now requires latest
libapt-pkg. Also fixed some weird indentation.
* debianlogo.xpm, gdeb.cc: Use new logo, and put it in a frame.
* Changed a bunch of g_print() to ga_debug(). Compiling with
--enable-debug=no should actually get rid of the spew now.
1999-06-11 Havoc Pennington <hp@pobox.com>
* src/gnome-apt.cc (main): don't call poptGetArgs(). I don't know
what that was.
* po/de.po: German translation from Marco Hoffmann <mhoff@gmx.net>.
* configure.in: Add de to ALL_LINGUAS
1999-03-11 Havoc Pennington <hp@pobox.com>
* macros: Forgot to cvs add a bunch of stuff, so the build
hasn't worked in a couple of weeks. Oops. Thanks to
Stuart Miles <stuartm@moleshome.demon.co.uk> for the
report.
1999-02-28 Havoc Pennington <hp@pobox.com>
* src/Makefile.am: Use $(ZVT_LIBS) instead of -lzvt.
* macros: Update this directory to match newer Gnome.
* ABOUT-NLS: Added this.
1999-02-28 Havoc Pennington <hp@pobox.com>
* po/it.po, configure.in: Patch to Italian patch from
Vincent Renardias.
1999-02-28 Havoc Pennington <hp@pobox.com>
* po/it.po: Italian translation from Eugenia Franzoni
<eugenia@pluto.linux.it>.
1999-02-27 Havoc Pennington <hp@pobox.com>
* po/fr.po: Applied patch from Vincent Renardias,
<vincent@ldsol.com>, updating the French translation.
1999-02-20 Havoc Pennington <hp@pobox.com>
* src/menus.cc: Applied patch from Stuart Miles
<stuartm@moleshome.demon.co.uk>, correcting contents of About
dialog.
1999-02-15 Havoc Pennington <hp@pobox.com>
* src/sources.cc (edit): Do not add contrib and non-free as
default section options. Only show main and non-US.
1999-02-06 Havoc Pennington <hp@pobox.com>
* src/drawtree.cc (column_from_x): Don't return an invisible
row.
(button): Check whether we're on the expander in the single
click case, and expand.
(configure): Update adjustments, since page size changes.
(setup_adjustments): Set page_size to the number of rows
there's room for on the screen. Scrolling is still hosed but
not quite *as* hosed.
* gnome-aptrc: Style for the popup menu title (italics)
* sources.cc, preferences.cc: Only apply prefs on final emission
of the "apply" signal.
1999-02-05 Havoc Pennington <hp@pobox.com>
* src/menus.cc (tree_button_press): Hack: unselect package name
menu item as soon as it's selected, so it will appear not to get
selected.
|