summaryrefslogtreecommitdiff
path: root/amiga/dist/Install
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-397/+0
|
* Set OS version to the disk-based version, as Installer by default reads the ↵Chris Young2016-03-021-1/+1
| | | | ROM version... which is v40 and indistinguishable between 3.1 and 3.5/9.
* Fix copying of the wrong .readme during installation.Chris Young2016-02-281-3/+20
| | | | Abort with a message if the archive doesn't match the OS version.
* Remove the setting of mimetype in default tooltypesChris Young2015-11-241-35/+2
| | | | NetSurf is a lot more liberal now in accepting files, so the mimetype guessing routines are sufficient without forcing CSS files to be recognised as text/css. The ability to add a tooltype to troublesome files remains.
* Make adding NetSurf to launch-handler more robust:Chris Young2015-01-171-42/+45
| | | | | | Now handles when the user hasn't ever saved their config Doesn't attempt to add when auto-installing Removes need for fitr
* Remove GetVideo supportChris Young2014-12-141-1/+0
| | | | It appears to be a dead project and no longer available for download.
* Make the install script work for Dutch language.Chris Young2014-05-051-0/+3
|
* Remove a rogue procedure callChris Young2014-05-031-1/+0
|
* Remove some unused library/SObj copying procedures from the Installer script.Chris Young2014-05-031-217/+0
|
* Remove Cairo from AmigaOS frontend.Chris Young2014-05-031-103/+15
|
* Create a helper launch script, and make launch-handler use itChris Young2013-06-221-5/+54
|
* Fix a crash when edit settings if NetSurf is running on the WB screenChris Young2013-05-311-1/+1
| | | | Rename use_pubscreen to make it clearer what the option is for
* Fix upgrades from 2.9 to 3.0Chris Young2013-04-251-14/+14
|
* Set default JavaScript icon to report correct MIME typeChris Young2013-02-151-0/+1
|
* Copy hotlist from the pre-3.0 to the 3.0 location during install, if it ↵Chris Young2013-01-201-0/+18
| | | | exists and there isn't one present in the new location already.
* Missing double-quoteChris Young2012-12-091-3/+3
|
* Set the file comment for the included ARexx scripts as part of the install, ↵Chris Young2012-12-091-0/+4
| | | | as these tend to get lost and don't exist at all in Git.
* Make it a bit more obvious what is happening, as AutoInstall/CopyStore won't ↵Chris Young2012-10-311-0/+2
| | | | give us a progress bar.
* Fix AutoInstallChris Young2012-10-311-26/+3
|
* Run FixFonts at the end of installChris Young2012-10-111-1/+24
|
* fix Installer script for auto-buildsChris Young2012-08-181-11/+39
|
* Use 'user' env-var to determine usernameChris Young2012-03-301-3/+8
| | | | svn path=/trunk/netsurf/; revision=13778
* Update with new pathChris Young2012-03-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=13769
* Add sobjs - libdom and libhubbub stubChris Young2012-03-281-6/+2
| | | | svn path=/trunk/netsurf/; revision=13767
* Install "if equals" comparisons are = not ==Chris Young2011-12-161-5/+5
| | | | svn path=/trunk/netsurf/; revision=13281
* Check if launch-handler config already has NetSurfChris Young2011-12-151-11/+30
| | | | svn path=/trunk/netsurf/; revision=13274
* Abort if user is <OS4.1 and no static version available.Chris Young2011-09-261-0/+7
| | | | | | Probably needs moving up to before the user has been asked for an install location svn path=/trunk/netsurf/; revision=12895
* Build Cairo version as NetSurf; non-Cairo version as NetSurf-StaticChris Young2011-09-261-3/+3
| | | | | | | Don't bother to build/copy NetSurf-Static for release packages Update .readme to show requirement for AmigaOS 4.1 svn path=/trunk/netsurf/; revision=12893
* Copy a non-iconv.library version of parserutils into the archive in case ↵Chris Young2011-09-061-1/+5
| | | | | | | | anybody wants to save 1MB svn path=/trunk/netsurf/; revision=12764
* Don't prompt for build selection if there is no static build presentChris Young2011-07-021-14/+20
| | | | svn path=/trunk/netsurf/; revision=12560
* remove zlib updateChris Young2011-06-151-6/+0
| | | | svn path=/trunk/netsurf/; revision=12483
* Update to use official libwebp 0.1Chris Young2011-03-201-2/+0
| | | | | | Remove libvpx references as no longer needed. svn path=/trunk/netsurf/; revision=12115
* Don't add NetSurf as FTP (launch-)handler.Chris Young2011-03-171-1/+1
| | | | | | | Probably need to document how to add another app to handle FTP though, as it's not obvious but could be useful. svn path=/trunk/netsurf/; revision=12104
* Fix copying of iconChris Young2011-02-261-8/+5
| | | | svn path=/trunk/netsurf/; revision=11831
* Create a new FTP launch-handler as well.Chris Young2011-01-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=11466
* Copy shared libraries tooChris Young2010-12-161-0/+32
| | | | svn path=/trunk/netsurf/; revision=11082
* Fix copy of iconChris Young2010-11-201-3/+12
| | | | svn path=/trunk/netsurf/; revision=10946
* Tweak package, use newer libsslChris Young2010-11-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10941
* Add libvpx.so.0.9.5Chris Young2010-11-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=10938
* Remove libhpdf.so (as pdf export disabled currently) and libvpx.so (as we ↵Chris Young2010-11-021-1/+1
| | | | | | | | | have to static link due to unspecified problems). Clear up the commented-out list of shared objects. svn path=/trunk/netsurf/; revision=10934
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-0/+6
| | | | | | Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860
* Absolute path for theme locationChris Young2010-08-191-2/+2
| | | | svn path=/trunk/netsurf/; revision=10710
* Fix first time installs in novice mode so the files end up in a directory ↵Chris Young2010-07-131-0/+16
| | | | | | | | rather than the root of whichever volume Installer decided to pick. svn path=/trunk/netsurf/; revision=10633
* Allow building of AmigaOS4 Cairo and non-Cairo versions of NetSurf in same ↵Chris Young2010-05-031-1/+1
| | | | | | source tree svn path=/trunk/netsurf/; revision=10544
* Ensure we are using the libpng 1.2 includes, as OS4 Cairo is using a deprecatedChris Young2010-05-031-1/+1
| | | | | | function which does not exist in libpng 1.4. svn path=/trunk/netsurf/; revision=10543
* Update 2 SObjs installation (create links for updated libpng and unnecessary ↵Chris Young2010-04-301-7/+35
| | | | | | | | clutter for libz) svn path=/trunk/netsurf/; revision=10537
* Custom version of SearchEngines file rather than modifying it during ↵Chris Young2010-04-251-11/+0
| | | | | | | | installation (fixes crash with Installer) svn path=/trunk/netsurf/; revision=10482
* Ensure that a default CSS icon is presentChris Young2010-04-171-0/+13
| | | | svn path=/trunk/netsurf/; revision=10424
* netsurf_init expects a char ***, not a char **Chris Young2010-04-011-4/+4
| | | | | | | | | Change command template so URL is a keyword. This avoids the platform code re-interpreting core options (eg -v as a URL). Move screen open code slightly so "NetSurf ?" shows the template visibly, rather than opening an empty screen and the user not knowing what is happening. svn path=/trunk/netsurf/; revision=10224
* Use OS4.1 Update 1 launch-handler when available. Will fall back to ↵Chris Young2010-01-161-13/+71
| | | | | | | | | OpenURL.library even if URL: is dismounted while NetSurf is running. Installation adds the lines to configure launch-handler to open URLs in NetSurf. svn path=/trunk/netsurf/; revision=9835