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 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671
|
app-install-data (0.1.32.2debian) unstable; urgency=low
* Remove non-free Sun Java icon, closes: #397684
-- Isaac Clerencia <isaac@debian.org> Thu, 9 Nov 2006 07:45:13 +0100
app-install-data (0.1.32.1debian) unstable; urgency=low
* Drop all multiverse icons and desktop files, closes: 388023.
-- Peter Rockai <me@mornfall.net> Mon, 30 Oct 2006 14:33:27 +0100
app-install-data (0.1.32.0debian) unstable; urgency=low
* Upload to Debian, closes: #370027
* Split out the data into a separate source package
-- Peter Rockai <me@mornfall.net> Fri, 2 Jun 2006 20:14:27 +0200
gnome-app-install (0.1.32) dapper; urgency=low
* AppInstall/AppInstall.py:
- exit when ok is clicked but no packages where selected
- fix a bug that caused universe to be not enabled (ubuntu: #46723)
and make sure to enable updates as well
* menu-data/*:
- updated to the latest dapper
* menu-data-additonal/vmware-player.desktop:
- added
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 22 May 2006 09:33:43 +0200
gnome-app-install (0.1.31) dapper; urgency=low
* AppInstall/AppInstall.py:
- be more robust about mistyped passwords (ubuntu: #40591)
* menu-data-additonal/wine.desktop:
- added a valid desktop file
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 May 2006 23:20:50 +0200
gnome-app-install (0.1.30) dapper; urgency=low
* AppInstall/AppInstall.py:
- fix broken "Advanced" button (Ubuntu: #45043)
- fix in the "add-channel" code
* AppInstall/DialogProprietary.py:
- browser window expands with the dialog window
* menu-data/*:
- updated to the current dapper version (including java5)
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 17 May 2006 17:16:45 +0200
gnome-app-install (0.1.29) dapper; urgency=low
* menu-data/*:
- updated to latest dapper archive
* data/gnome-app-install.glade:
- "show proprietary applications" -> "show commercial applications"
(as suggested by Malcom)
* AppInstall/Menu.py:
- "Reading desktop files" -> "Reading list of available applications"
(thanks to Matt for this suggestion)
* debian/control:
- depend on app-install-data-commercial (that contains the commercial
desktop files)
* AppInstall/AppInstall.py, DialogProprietary.py:
- removed some debug code
- fix a problem with 3rd party apps without channels
* menu-data-additonal/gstreamer-ugly.desktop:
- point to "gstreamer0.10-plugins-ugly" (ubuntu: #40046)
* use the "Education" section (to be in sync with the gnome menu
again) (ubuntu: #37921)
* data/gnome-app-install.glade:
- fix not translatable button (ubuntu: #44417)
* help/C/gnome-app-install.xml:
- various fixes to the manual (ubuntu: #44331)
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 May 2006 19:31:18 +0200
gnome-app-install (0.1.28) dapper; urgency=low
* menu-data/*:
- updated to latest dapper archive
* menu-data-additional/nm-applet.desktop:
- fixed category, shows up in 'Internet' now
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 9 May 2006 23:47:23 +0200
gnome-app-install (0.1.27) dapper; urgency=low
* catch more errors, some wording fixes (thanks to Sebastian Heinlein)
* AppInstall/AppInstall.py:
- fix bug when adding a component
* help/C/gnome-app-install.xml:
- fix some incorrect xml (thanks to Matthew East, closes: 40061)
* menu-data/*:
- updated to latest dapper archive
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 21 Apr 2006 09:52:31 +0200
gnome-app-install (0.1.26) dapper; urgency=low
* debian/control:
- python-dbus -> python2.4-dbus
-- Daniel Holbach <daniel.holbach@ubuntu.com> Sat, 8 Apr 2006 01:06:02 +0200
gnome-app-install (0.1.25) dapper; urgency=low
* give better feedback when the search had no results (ubuntu: #38112)
* only allow a single gnome-app-install instance in a session (ubuntu: #38424) * fix a bug in the duplication detection when it was too agressive
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 7 Apr 2006 22:44:16 +0200
gnome-app-install (0.1.24) dapper; urgency=low
* debian/rules: fix a bug in the clean target
* help/C: updated documentation (thanks to the docteam!)
* AppInstall/AppInstall.py: added support for CTRL-q (ubuntu: #3751)
* menu-data/*.desktop:
- updated to the latest dapper
* improved the runtime duplication detection
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 5 Apr 2006 14:37:14 +0200
gnome-app-install (0.1.23) dapper; urgency=low
* menu-data/*.desktop:
- updated to current dapper
- added libxine-extracodecs.desktop (thanks to Jonathan Riddell)
- fix a bug in the lyx file
* fix a problem with gtkhtml2 and the high-contrast theme (ubuntu #36686)
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Mar 2006 15:35:55 +0200
gnome-app-install (0.1.22) dapper; urgency=low
* menu-data/*.desktop:
- updated to current dapper, fixed a bug in the epoch handling so
this build is much more complete than the previous ones (#35183)
* blacklisted some duplicated/bogus desktop files (#33922)
* make sure that a security repo is added if component is added (#34613)
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 24 Mar 2006 13:15:51 +0100
gnome-app-install (0.1.21) dapper; urgency=low
* menu-data/*.desktop: updated to current dapper
* typo fix (ubuntu: #35655)
* added pseudo desktop packages for flash and msttfonts
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 22 Mar 2006 18:49:09 +0100
gnome-app-install (0.1.20) dapper; urgency=low
* fixes various strings (thanks to Jane Silber for the review)
for real this time, thanks for Sebastian Heinlein for noticing
and sending the patch
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Mar 2006 16:47:48 +0000
gnome-app-install (0.1.19) dapper; urgency=low
* fixes various strings (thanks to Jane Silber for the review)
* make sure that {universe,multiverse}-security is also added when
{universe, multiverse} are added
* remove the "add" button from the description, this is done via the
toggle button now again
* make the progress a single 0-100 run (instead of multiple runs)
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 13 Mar 2006 18:26:50 +0000
gnome-app-install (0.1.18) dapper; urgency=low
* menu-data/gnome-office.desktop: added gnome-desktop
* menu-data/gstreamer-ugly.desktop: added gstreamer plugin for the "ugly"
codecs
* string cleanups
* disabled the skype channel because it dosn't work with current dapper
(dependency problems)
* the pulse is gone and the "normal" progress is back
* clicking on a toggle button of a not active channels ask if it should
be add
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 6 Mar 2006 12:55:30 +0000
gnome-app-install (0.1.17) dapper; urgency=low
* po/fi.po: updated Finnish translation (thanks to Timo Jyrinki)
* fix problem with the 3rd party channel files ending up in the wrong dir
* ask for package list update if the cache is outdated
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Feb 2006 14:41:34 +0100
gnome-app-install (0.1.16) dapper; urgency=low
* AppInstall/Menu.py: use GenericName is Comment dosn't give anything
useful (kde requires this)
* AppInstall/AppInstall.py: don't crash if the icon-theme dosn't have
gnome icons (kde again). Thanks to Sebastian
Heinlein for the diff)
* help/*: updated to latest svn version
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 24 Feb 2006 14:54:54 +0100
gnome-app-install (0.1.15) dapper; urgency=low
* help/*: added the help from the docteam (Thanks guys!)
* debian/control: changed maintainer field
* menu-data/*: updated to latest dapper data
* support desktop files with no Exec line and assume they are
"pseudo" files that install e.g. gsteamer plugins or servers
* bugfixes
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 23 Feb 2006 10:16:52 +0100
gnome-app-install (0.1.14) dapper; urgency=low
* po/pt_BR.po: updated translation (thanks to
Carlos Eduardo Pedroza Santiviago)
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Feb 2006 15:55:46 +0100
gnome-app-install (0.1.13) dapper; urgency=low
* fix in the desktop file parsing code (thanks to zyga)
* typo fixes (thanks to Sebastian Heinlein)
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Feb 2006 23:10:45 +0100
gnome-app-install (0.1.12) dapper; urgency=low
The 'Thanks to Sebastian Heinlein' release
* "All" category has a icon now
* "Add repository" button added to document view
* bugfixes
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Feb 2006 20:01:31 +0100
gnome-app-install (0.1.11) dapper; urgency=low
* split the desktop data out into it's own "app-install-data" package
that is shared between gnome-app-install and apdept-installer
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 15 Feb 2006 13:02:05 +0100
gnome-app-install (0.1.10) dapper; urgency=low
* fix ok button poping up empty dialog
* don't die if gettext.dgettext() throws a exception (it seems to like
doing this)
* add "All" category
* imporved searching
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 13 Feb 2006 11:26:29 +0100
gnome-app-install (0.1.9) dapper; urgency=low
* fix problem with adding missing components in non-root mode
* fix url detection
* fix a problem with some applications not being displayed (e.g. inkscape)
* fix incorrectly detected urls in the descripton
* don't explode on enter in search field
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Feb 2006 21:38:08 +0100
gnome-app-install (0.1.8) dapper; urgency=low
* fix anoying flickering in dialogs
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 8 Feb 2006 22:55:46 +0100
gnome-app-install (0.1.7) dapper; urgency=low
* non-root mode added, just run synaptic as backend with gksu
* make links clickable in the package description
* make it possible to launch a newly installed application
* remember "show unsupported", "show proprietary" settings
* improved the description displaying
* bufixes
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 8 Feb 2006 21:11:06 +0100
gnome-app-install (0.1.6) dapper; urgency=low
* data/gnome-app-install.desktop.in: added "..." (ubuntu: #22475)
* improved the UI
* menu-data/*.desktop: updated to current dapper
* improved formating of the html page
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 20 Jan 2006 10:39:07 +0100
gnome-app-install (0.1.5) dapper; urgency=low
* show version information in the info page (ubuntu: #21530)
* workaround a pygtk crash in the TreeModelFilter (ubuntu: #21527)
* fix the menupath display in the dialog that shows the newly installed
applications (ubuntu: #21443)
* be more robust about (half)broken desktop files (ubuntu: #21442)
* support per-channel repository keys as well
* support displaying a license agreement
* give a hint about the used desktop environment in the info page
(ubuntu: #21531)
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 Jan 2006 15:26:31 +0100
gnome-app-install (0.1.4) dapper; urgency=low
* show version in about dialog (ubuntu #21539)
* show progress for the menu building
* fix a icon-display problem in the gtkhtml2 browser view
* bugfixes/cleanups
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 28 Dec 2005 15:32:25 +0100
gnome-app-install (0.1.3) dapper; urgency=low
* various bufixes
* updated desktop/icon files to current dapper
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 21 Dec 2005 15:55:24 +0100
gnome-app-install (0.1.2) dapper; urgency=low
* use window default icon again (ubuntu: #21252)
* typo fix (ubuntu: #21251)
* have checkboxes for proprietary and unsupported software to
make filtering easy
* search performance increased/dynmaic filtering on unsupported
proprietary possible here as well now
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 19 Dec 2005 12:08:04 +0100
gnome-app-install (0.1.1) dapper; urgency=low
* added missing build-dep to python-dev
-- Michael Vogt <michael.vogt@ubuntu.com> Sat, 17 Dec 2005 12:11:00 +0100
gnome-app-install (0.1) dapper; urgency=low
* new upstream release:
- massive code cleanups
- use SimpleGladeApp now
- split the code into useful modules
- use sources.list.d directory now
- use the mechanism from gnome-software properties to
read/manipulate the sources.list
- make the used browser (pymozemebed/gtkhtml2/raw) plugable
- use gtkhtml2 as html widget until firefox is fixed
* use gksu in desktop file and added X-KDE-SubstituteUID=true
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Dec 2005 13:57:14 +0100
gnome-app-install (0+20051005) breezy; urgency=low
* menu-data:
- gksu.desktop: removed, title is 'open root terminal' and that
was removed from the menu too
- datakiosk.desktop: removed double entry (only development now)
* debian/control:
- depend on firefox|mozilla-firefox
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 5 Oct 2005 11:35:29 +0200
gnome-app-install (0+20051004) breezy; urgency=low
* data/gnome-app-install.desktop.in:
- add various desktop file translations (ubuntu #16943)
* menu-data/gnome-terminal.desktop:
- updated category to be in sync with ubuntu (ubuntu #16832)
* menu-data/aegis-virus-scanner.desktop:
- updated name (ubuntu #15703)
* debian/control:
- updated dependencies (ubuntu #16456)
* src/gnome-app-install.in:
- use explicit python path (ubuntu #16547)
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Oct 2005 10:17:42 +0200
gnome-app-install (0+20050927) breezy; urgency=low
* fix a incorrect variable name (ubuntu: #16453)
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 27 Sep 2005 17:21:05 +0200
gnome-app-install (0+20050926) breezy; urgency=low
* added locking support
* added firefox|mozilla-browser to dependencies (for gtkmozembed)
(ubuntu #16306)
* typo fix: 'Can not remove' -> 'Cannot remove' (ubuntu #16295)
* fix a bug when multiple searches are executed (ubuntu #16346)
* menu-data/gnome-screensaver-preferences.desktop
kghostview.desktop, qdvdauthor.desktop:
- fix components
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Sep 2005 22:55:47 +0200
gnome-app-install (0+20050921) breezy; urgency=low
* added to menu-data/:
- lbreakout2 (ubuntu #15703, thanks to Wouter Stomp)
* debian/control:
- added dependency to gnome-icon-theme (ubuntu: #15918)
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 21 Sep 2005 14:34:47 +0200
gnome-app-install (0+20050919) breezy; urgency=low
* desktop file changes in menu-data/:
- remove babytrans.desktop (uninstallable and unfixable)
- remove smeg-kde.desktop (duplicate of smeg) (ubuntu #15704)
* Fixed/added:
banshee.desktop, cream.desktop, d4x.desktop, evince.desktop,
firestarter.desktop, gnome-art.desktop, gnome-breakout.desktop,
gnome-power-preferences.desktop, kmerlin.desktop, revelation.desktop,
wifi-radar.desktop (ubuntu #15703)
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 19 Sep 2005 17:44:41 +0200
gnome-app-install (0+20050914) breezy; urgency=low
* data/gnome-app-install.glade:
- typo:"initalizing" -> "initializing"
* desktop file changes in menu-data/:
Changed (because X-AppInstall-Package was wrong):
- GnomeICU.desktop: pkg is "gnomeicu"
- MySqlAdministrator: pkg is "mysql-admin" (ubuntu #15304)
- MySqlQueryBrowser: pkg is "mysql-query-browser" (ubuntu #15304)
- anjuta.desktop: pkg is "anjuta"
- conglomerate.desktop: pkg is "conglomerate"
- galeon.desktop: pkg is "galeon"
- gedit.desktop: pkg is "gedit"
- startdict.desktop: pkg is "stardict"
Corrected section:
- totem, kiten, kbemusedsrv, kbluetoothd, kbtobexclient, kbtserialchat,
kcm_btpaired, kcm_kbluetoothd
* src/verifyDesktopFile.py:
- catch "-common" packages as well
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2005 10:46:49 +0200
gnome-app-install (0+20050912) breezy; urgency=low
* desktop file changes in menu-data/:
Changed (because X-AppInstall-Package was wrong):
- atomix.desktop: changed pkg to "atomix" (ubuntu #15207)
- chinepaint.desktop: changed pkg to "chinepaint"
- enigma.desktop: changed pkg to "enigma"
- gcompris.desktop: changed pkg to "gcompris"
- gcompris-edit.desktop: changed pkg to "gcompris"
- gimp2.2.desktop: changed pkg to "gimp"
- glabels.desktop: changed pkg to "glabel"
- glade-2.desktop: changed pkg to "glade-gnome-2"
- gnome-terminal.desktop: changed pkg to "gnome-terminal"
- gnomecc.desktop: changed pkg to "gnome-control-center"
- eclipse.desktop: change pkg to "eclipse-platform"
- mplayer.desktop: changed pkg to "mplayer"
- kdevelop3.desktop: changed pkg to "kdevelop3"
- kdevdesigner.desktop: changed pkg to "kdevelop3"
- kdevassisant.desktop: changed pkg to "kdevelop3"
- kdevelop_c_cpp.desktop: changed pkg to "kdevelop3"
- kdevelop_kde_cpp.desktop: changed pkg to "kdevelop3"
- kdevelop_ruby.desktop: changed pkg to "kdevelop3"
- kdevelop_scripting.desktop: changed pkg to "kdevelop3"
- totem.dekstop: changed pkg to "totem"
- xchat.desktop: changed pkg to "xchat"
Changed (other reasons):
- gnome-phone-manager.desktop: fixed icon location
Removed (because in gnome-control-center and no apps):
- default-application.desktop, display-properties.desktop
at-properties.desktop, font-properties.desktop,
gnome-about-me.desktop, gnome-font-viewer.desktop
gnome-network-preferences, gnome-settings-mouse.desktop
gnome-settings-sound.desktop, gnome-ui-properties.desktop
gtk-theme-selector.desktop, themus-theme-applie.desktop
keybindings.desktop, window-properties.desktop
Removed (other reasons):
- acroread.desktop removed, we have "AdobeReader.desktop" already
- kresources.desktop: part of kdelibs-data
- lilo.desktop: not a application
- ubuntu-about.desktop: part of the gnome-panel
- kdevelop_c_cpp.desktop, kdevelop_ruby.desktop
kdevelop_kde_cpp.desktop, kdevelop_scripting.desktop: because
they are all provided by kdevelop3.desktop already
* src/AppInstall.py:
- detect packages that are not availabe even when the needed
component was added (e.g. helixplayer on amd64)
* src/gnome-app-install.py.in:
- fail if not started as root (ubuntu #15139)
* src/verifyDesktopFile.py:
- be smarter about common problems (e.g. -data packages)
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 12 Sep 2005 11:38:53 +0200
gnome-app-install (0+20050909) breezy; urgency=low
* Changed the title and desktop file to "Add applications"
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 9 Sep 2005 14:20:02 +0200
gnome-app-install (0+20050908) breezy; urgency=low
* maintain selection when changing repositories (ubuntu #14140)
* added python-gnome2 dependency (ubuntu #14962)
* small ui fixes for the progress window (half of ubuntu #14141)
* typo fix (ubuntu #14857)
* fix a incorrect eclipse menu entry (ubuntu #14858)
* improve the program not availabe dialog a bit (spacing, image)
(ubuntu #14859)
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 7 Sep 2005 09:49:10 +0200
gnome-app-install (0+20050904) breezy; urgency=low
* more fixes for the menu-data desktop files:
- gaim.desktop: X-App-Install package is gaim (not gaim-data)
* data/featured.txt:
- added: evince, totem, gnome-games, gaim, glade-gnome-2
- removed: gpdf, gnome-gv, sodipodi, glade-2, gaim-data, vlc
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 5 Sep 2005 13:59:00 +0200
gnome-app-install (0+20050903) breezy; urgency=low
* make OpenOffice.org2 a featured application, removed OO1
* fix the window title (ubuntu #14556)
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 5 Sep 2005 11:37:45 +0200
gnome-app-install (0+20050831) breezy; urgency=low
* fix error when enabling a repository (#14140)
* updated the menu data desktop files to the current archive
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 31 Aug 2005 23:53:33 +0200
gnome-app-install (0+20050825) breezy; urgency=low
* set apply only sensitive when there are actually actions to perform
* added intro page (#13433)
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 Aug 2005 01:17:12 +0200
gnome-app-install (0+20050824) breezy; urgency=low
* improve the search (ubuntu #14022)
* fix some incorrect desktop data files
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 25 Aug 2005 11:09:19 +0200
gnome-app-install (0+20050823) breezy; urgency=low
* minor ui improvments
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 23 Aug 2005 17:47:05 +0200
gnome-app-install (0+20050822) breezy; urgency=low
* added LaunchpadIntegration support
* wording improvments (ubuntu #13805, #13906)
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 22 Aug 2005 16:18:39 +0200
gnome-app-install (0+20050816) breezy; urgency=low
* conflicts with gnome-app-install-data
* bugfixes:
- "Quit" is in the file menu now (ubuntu #13434)
- "Advanced" is in the File menu now (ubuntu #13432)
- double clicking expands categories (ubuntu #13431)
- check if a install operation can be done without breaking the
cache or removing anything already installed) (ubuntu #10009)
- display correct utf-8 in the description (ubuntu #13476)
- pending dialog improvments (ubuntu #13505)
- don't show pending dialog when nothing is selected (ubuntu #13507)
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Aug 2005 11:13:44 +0200
gnome-app-install (0+20050810) breezy; urgency=low
* mime-type search added
* added missing icons
* undid the split into pkg, pkg-data (pointless for a arch: all pkg)
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Aug 2005 15:32:47 +0200
gnome-app-install (0+20050809) breezy; urgency=low
* make it a native package
* update contains a reworked gui
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 9 Aug 2005 12:52:25 +0200
gnome-app-install (0+20050404a-5) breezy; urgency=low
* fix a FTBFS (for real this time)
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Jul 2005 21:04:36 +0200
gnome-app-install (0+20050404a-4) breezy; urgency=low
* fix a FTBFS
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Jul 2005 19:45:37 +0200
gnome-app-install (0+20050404a-3) breezy; urgency=low
* updated to the new pyXDG
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Jun 2005 09:36:51 +0200
gnome-app-install (0+20050404a-2) breezy; urgency=low
* po/POTFILES.in: Remove nonexisting file data/gnome-app-install.desktop.in.
* debian/rules: Automatically create a POT file.
-- Martin Pitt <martin.pitt@ubuntu.com> Fri, 10 Jun 2005 12:46:51 +0000
gnome-app-install (0+20050404a-1) hoary; urgency=low
* Freshen .desktop files
-- LaMont Jones <lamont@ubuntu.com> Wed, 6 Apr 2005 00:50:49 -0600
gnome-app-install (0+20050404-1) hoary; urgency=low
* New snapshot, i18n updates only (fr.po, pl.po)
* Re-Init the depcache after the PinFile was read (one-line change)
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 4 Apr 2005 11:19:49 +0200
gnome-app-install (0+20050331-1) hoary; urgency=low
* new snapshot, i18n update only (da.po) and removed a debug statement
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 31 Mar 2005 11:53:33 +0200
gnome-app-install (0+20050321-1) hoary; urgency=low
* new snapshot, minimal fixes only:
- #7892: duplicated entries
- #6858: exception after removing some program
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 21 Mar 2005 10:56:52 +0100
gnome-app-install (0+20050317-1) hoary; urgency=low
* New snapshot, i18n updates, embedd synaptic
* use the depcache and ignore non-installable packages (#7340)
* fix when packages are not found in the cache (#7595)
* don't crash on unsupported locale (#7643)
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Mar 2005 14:52:41 +0100
gnome-app-install (0+20050217-1) hoary; urgency=low
* New upstream release
- Depend on python-glade2 (closes: #5800)
- Hide the Synaptic main window (closes: #5995)
-- Ross Burton <ross@debian.org> Thu, 17 Feb 2005 15:20:46 +0000
gnome-app-install (0+20041111-1) unstable; urgency=low
* Initial Release.
-- Ross Burton <ross@debian.org> Wed, 10 Nov 2004 14:09:00 +0000
|