Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Real-Gecko committed Aug 7, 2016
1 parent d610126 commit a379f06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ find_package(KF5 REQUIRED COMPONENTS
DBusAddons #KDBusService
)

set(KDE_CDEMU_VERSION "0.6.0")
set(KDE_CDEMU_VERSION "0.6.1")

add_subdirectory(src)
add_subdirectory(po)
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#===========================
#(C) 2009-2013 by Marcel Hasler

## [0.6.1] - 2016-08-07
- Updated Spanish translation, by Gustavo Alvarez
- Moved container type images (dmg, cdr, cso, ecm, gz, gbi, daa, isz, xz) to another category in file chooser to avoid mess.

## [0.6.0] - 2016-07-20
- Removed command line options
- Ported to KF5
Expand Down
2 changes: 1 addition & 1 deletion build/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Contributor: RealGecko <realgecko@realgecko.com>

pkgname=kde-cdemu-manager-kf5
pkgver=0.6.0
pkgver=0.6.1
pkgrel=1
pkgdesc="KDE CDEmu Manager is a simple frontend for CDEmu.KF5 version"
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <QUrl>
#include <KMessageBox>

static QString fileTypes("CD images (*.mds *.mdx *.b5t *.b6t *.ccd *.sub *.img *.cue *.bin *.toc *.cdi *.cif *.c2d *.iso *.nrg *.udf *.dmg *.cdr *.cso *.ecm *.gz *.gbi *.daa *.isz *.xz)");
static QString fileTypes("CD images: *.mds *.mdx *.b5t *.b6t *.ccd *.sub *.img *.cue *.bin *.toc *.cdi *.cif *.c2d *.iso *.nrg *.udf (*.mds *.mdx *.b5t *.b6t *.ccd *.sub *.img *.cue *.bin *.toc *.cdi *.cif *.c2d *.iso *.nrg *.udf);;Container images: *.dmg *.cdr *.cso *.ecm *.gz *.gbi *.daa *.isz *.xz (*.dmg *.cdr *.cso *.ecm *.gz *.gbi *.daa *.isz *.xz)");

MainWindow::MainWindow(QWidget *parent)
: KXmlGuiWindow(parent),
Expand Down

0 comments on commit a379f06

Please sign in to comment.