~ubuntu-branches/ubuntu/utopic/kadu/utopic

« back to all changes in this revision

Viewing changes to plugins/emoticons/gui/emoticons-configuration-ui-handler.cpp

  • Committer: Package Import Robot
  • Author(s): Patryk Cisek
  • Date: 2014-10-02 11:55:19 UTC
  • mfrom: (0.48.1) (0.44.2) (43.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20141002115519-sxn21g16t596llc0
Tags: 1.0-2
* Using dpkg-buildflags to set compilation and linker flags.
* Added 03-no-CMAKE_CXX_FLAGS-overwrite.patch to make it possible to set
  compilation flags.
* Removed lintian override for RPATH in Kadu's plugins.
* Using chrpath to strip Kadu's plugins from RPATH, since they're not
  needed there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * %kadu copyright begin%
3
3
 * Copyright 2012 Wojciech Treter (juzefwt@gmail.com)
4
 
 * Copyright 2012 Rafał Malinowski (rafal.przemyslaw.malinowski@gmail.com)
5
 
 * Copyright 2013 Bartosz Brachaczek (b.brachaczek@gmail.com)
 
4
 * Copyright 2012, 2013 Rafał Malinowski (rafal.przemyslaw.malinowski@gmail.com)
 
5
 * Copyright 2013, 2014 Bartosz Brachaczek (b.brachaczek@gmail.com)
6
6
 * %kadu copyright end%
7
7
 *
8
8
 * This program is free software; you can redistribute it and/or
100
100
 
101
101
void EmoticonsConfigurationUiHandler::installEmoticonTheme()
102
102
{
103
 
        QString fileName = QFileDialog::getOpenFileName(Widget.data(), tr("Open icon theme archive"), QDir::home().path(), tr("XZ archive (*.tar.xz)"));
 
103
        QString fileName = QFileDialog::getOpenFileName(Widget.data(), tr("Open icon theme archive"), QDir::home().path(), tr("Archive (*.tar.xz *.tar.gz *.tar.bz2 *.tar *.zip)"));
104
104
 
105
105
        if (fileName.isEmpty())
106
106
                return;