49 Commits

Author SHA1 Message Date
Daniel Hodgson 2f7e68904c Replaced pixmap entry with icon entries in spec file
It seems the pixmap was replaced by png and svg icons some time ago.
rpmbuild fails on the pixmap entry, so it needed to be updated.
2016-06-21 07:34:14 -07:00
Pierre Bourdon dc8880f3d0 Merge pull request #3889 from CarlKenner/AddRemovePrograms
Installer: add values for the Size, Location, and Comments columns
2016-06-14 16:21:50 +02:00
Carl Kenner b31b8f02d9 This fixes the issue where the installer deletes the User folder, possibly including saved-games, and deletes everything else in the install folder, possibly including games that took hours to dump.
We still delete the Sys folder though, because otherwise games will use the wrong settings due to our wildcard support. And we delete the Languages folder, any DLL files, uninst.exe, Dolphin.exe, DSPTool.exe and the qt.conf and cpack_package_description.txt that older Dolphin installers or packages accidentally create.
2016-06-11 01:54:01 +09:30
Carl Kenner fe2a96bb06 Add values for the Size, Location, and Comments columns of the Programs and Features (aka Add/Remove Programs) window used to uninstall programs in Windows. Most programs fill in the Location and Size columns, but Dolphin doesn't. Most programs unfortunately don't fill in the comments column, but I find that annoying when I go to uninstall things and can't work out what half the programs are for. 2016-06-11 01:26:28 +09:30
Pierre Bourdon c26eb14ba8 Merge pull request #3884 from JosJuice/install-directory-without-version
Do not include the Dolphin version in the install directory name
2016-06-05 22:06:19 +02:00
JosJuice 0417f4993e Do not include the Dolphin version in the install directory name
This change was introduced for 4.0.1 and never ported to the
master branch until now. It would be awkward to have 5.0 go back
to the 4.0 behavior after we already changed the behavior once.
2016-06-05 21:37:41 +02:00
Chris Burgener c2599b3e5f Add VC++2015 redistributable 2016-06-05 15:23:06 -04:00
Chris Burgener 347bae44a4 Update dolphin-emu.spec for 5.0 2016-06-05 15:11:28 -04:00
Chris Burgener 2507dc731c Prepare Windows Installer for 5.0 2016-06-05 15:10:00 -04:00
Pierre Bourdon 00c21e7859 Installer: Remove dual-architecture shim. 2016-06-05 09:41:34 +02:00
Pierre Bourdon 6d42054274 Merge pull request #3754 from JosJuice/dolphin-ico-lowres
Replace low-res bitmaps in Dolphin.ico
2016-03-28 13:54:49 +02:00
Pringo d8e66b4655 Replace low-res bitmaps in Dolphin.ico
To match Microsoft's recommendations better, Dolphin now has 16x16,
32x32 and 48x48 bitmaps in both 8-bit and 32-bit, in addition to the
256x256 32-bit bitmap. There used to be an 8-bit 32x32 bitmap but no
32-bit 32x32 bitmap, which led to Windows using the ugly 8-bit bitmap
at some sizes.
2016-03-28 11:37:19 +02:00
Pierre Bourdon c008d8b1af Merge pull request #3705 from Mystro256/master
Various Linux fixes
2016-03-11 22:31:58 +01:00
Jeremy Newton feae5ff3d8 Move linux files to Data 2016-03-09 10:58:54 -05:00
Mystro256 84483a1076 Add manpages for Linux and include them in spec file
Note that the manpages are placed in Data
2016-03-09 10:58:03 -05:00
Chris Burgener d3bc7a9481 Update Installer to delete old Install directory 2016-03-06 10:39:53 -05:00
Mystro256 8d4607d293 Polarssl should be mbedtls in dolphin-emu.spec 2016-03-05 11:54:56 -05:00
Alcaro a79d9ccfa1 Run pngout and zopflipng on every single PNG in this repo. 2016-02-27 22:25:51 +01:00
Pierre Bourdon 3b23eb24c4 Merge pull request #3654 from jcowgill/desktop-remove-shebang
Remove the shebang from the desktop file
2016-02-20 16:53:01 +01:00
James Cowgill 8c19e80450 Replace the XPM desktop icon with an SVG
This PR installs an SVG icon to use as the main icon for dolphin in Linux
desktop environments (through the .desktop file) and removes the currently used
XPM icon. I've also added a 48x48 PNG for any desktops which don't support SVG
icons.

This has been the recommended way to ship application icons since forever
according to the Icon Theme Spec:
https://www.freedesktop.org/wiki/Specifications/icon-theme-spec/

This is also a prerequisite for dolphin appearing in the GNOME Software Centre
which does not support XPM icons.
2016-02-20 15:32:52 +00:00
James Cowgill 0311e97640 Remove the shebang from the desktop file
Executing xdg-open on a desktop file opens the default text editor instead of
running the application which I suspect is what was intended. Since the file
is installed as non-executable, this should have no effect on anyone.
2016-02-19 01:24:54 +00:00
Fiora 7d9c9ae177 Merge pull request #1750 from Buddybenj/license
Use Consistent Spelling of "License"
2015-02-20 00:22:22 -08:00
Benjamin Przybocki 4f324ad742 Clean Up 2015-01-24 17:10:21 -06:00
Benjamin Przybocki 8ccd03cf4f Use Consistent Spelling of "license" 2015-01-05 15:06:54 -06:00
Buddybenj bd9d2e757c http -> https 2014-11-13 16:50:52 -06:00