From 9ad695491e96c84a054c6a2954cd9c6115f4c200 Mon Sep 17 00:00:00 2001 From: Flavio Date: Sat, 3 Mar 2012 15:35:15 +0100 Subject: [PATCH] 1.7.1 --- CHANGES | 12 +++++++++++- minitube.pro | 6 +++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 073e00b..2064f91 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,14 @@ -1.7 - Jan 5, 2011 +1.7.1 - March 3, 2012 +- Fixed searching YouTube videos ids containing the "-" sign +- Fixed search auto-completion popup appearing when not needed +- Fixed temporary files not being deleted on Windows +- Fixed quitting from the Dock on the Mac +- Fixed bug preventing system shutdown on the Mac +- Fixed search box selecting text while typing and losing focus on ESC key on the Mac +- On the Mac, "Quit" and other application menu items are now correctly localized +- New and updated translations + +1.7 - Jan 5, 2012 - Clickable usernames in the playlist - "Manually start playing" option - "Stop after this video" option diff --git a/minitube.pro b/minitube.pro index 99ae3e3..010aab3 100644 --- a/minitube.pro +++ b/minitube.pro @@ -1,8 +1,7 @@ CONFIG += release TEMPLATE = app -VERSION = 1.7 +VERSION = 1.7.1 DEFINES += APP_VERSION="$$VERSION" -INCLUDEPATH += /usr/include/phonon APP_NAME = Minitube DEFINES += APP_NAME="$$APP_NAME" @@ -116,7 +115,8 @@ include(locale/locale.pri) # deploy DISTFILES += CHANGES \ COPYING -unix:!mac { +unix:!mac { + INCLUDEPATH += /usr/include/phonon QT += dbus HEADERS += src/gnomeglobalshortcutbackend.h SOURCES += src/gnomeglobalshortcutbackend.cpp -- 2.39.5