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

« back to all changes in this revision

Viewing changes to kadu-core/icons/icons-manager.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:
7
7
 * Copyright 2008 Michał Podsiadlik (michal@kadu.net)
8
8
 * Copyright 2005 Adrian Smarzewski (adrian@kadu.net)
9
9
 * Copyright 2005 Paweł Płuciennik (pawel_p@kadu.net)
10
 
 * Copyright 2007, 2008, 2009, 2010, 2011, 2012 Rafał Malinowski (rafal.przemyslaw.malinowski@gmail.com)
 
10
 * Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Rafał Malinowski (rafal.przemyslaw.malinowski@gmail.com)
11
11
 * Copyright 2010, 2011, 2012, 2013 Bartosz Brachaczek (b.brachaczek@gmail.com)
12
12
 * Copyright 2007, 2008 Dawid Stawiarski (neeo@kadu.net)
13
13
 * Copyright 2005, 2006, 2007 Marcin Ślusarz (joi@kadu.net)
123
123
                QLatin1String("22x22"),
124
124
                QLatin1String("32x32"),
125
125
                QLatin1String("64x64"),
126
 
                QLatin1String("128x128")
 
126
                QLatin1String("96x96"),
 
127
                QLatin1String("128x128"),
 
128
                QLatin1String("256x256")
127
129
        };
128
 
        static int sizes_count = 5;
 
130
        static int sizes_count = 7;
129
131
 
130
132
        QIcon icon;
131
133
        for (int i = 0; i < sizes_count; i++)