summaryrefslogtreecommitdiff
path: root/src/installer.nsi
Commit message (Collapse)AuthorAge
* some changes and hacks to get GeoIP on WindowsGravatar Alan Fitton2012-06-21
|
* update win32 installer to gtk3 and my new mingw32 environment.Gravatar Alan Fitton2012-06-21
|
* issue 180 - reordering actions/directoriesGravatar Alan Fitton2012-02-01
|
* update the win32 installer to use the latest gtk.Gravatar Alan Fitton2012-01-25
|
* installer fix and disable mime icons for win32. this seems to not work most ↵Gravatar Alan Fitton2012-01-15
| | | | of the time (for most extensions), compared to on Linux at least, and what's worse is it doesn't seem to set the "uncertain" flag so it ends up being a blank icon. just use gtk_stock_file instead.
* fix memory leak on response from first response from server (HTTP conflict ↵Gravatar Alan Fitton2012-01-12
| | | | with session id).
* Win32 installGravatar Alan Fitton2012-01-04
|
* reindent with gnu indent. add keyboard accelerators for view menu, fix ↵Gravatar Alan Fitton2012-01-04
| | | | toggle filter widget also connected to toggle graph cb. add Lithuanian translation thanks to Algimantas Margevičius via launchpad.
* commit the first translation updated using launchpad, Spanish kindly done by ↵Gravatar Alan Fitton2011-12-24
| | | | fitoschido. it's a great way to update the translations.
* a few minor spec file and win32 installer tweaks. install new ↵Gravatar Alan Fitton2011-12-09
| | | | changelog+authors in spec, change newlines. on windows, install changelog and authors.
* some improvements and fixes to the destination combo. don't add existing ↵Gravatar Alan Fitton2011-12-09
| | | | directories if they are already labels.
* always use -O2 for the windows build, exclude desktop icons and man pages, ↵Gravatar Alan Fitton2011-11-27
| | | | request admin rights when the installer is started (to prevent access denied to program files on vista/win7)
* win32 second instance crashes seem to be in json parser with empty lists, ↵Gravatar Alan Fitton2011-10-17
| | | | not sure why though. changed what's passed to an object and it now works. change window title to "Transmission Remote" (nicer, especially on Windows).
* fix indenting style on main.c (no tabs), present window when second instance ↵Gravatar Alan Fitton2011-10-15
| | | | is started.
* add libproxy/libmodman to win32 installerGravatar Alan Fitton2011-10-11
|
* version bump to 0.7, as there's new featuresGravatar Alan Fitton2011-10-11
|
* some improvements to the win32 installerGravatar Alan Fitton2011-10-10
|
* fix locales and system tray in win32Gravatar Alan Fitton2011-10-09
|
* make connect button a menu button with other profiles, also add a connection ↵Gravatar Alan Fitton2011-10-07
| | | | serial used to discard requests issued before a disconnect which get their callback invoked after a new one is established. add an experimental "repeater" flag on exec commands (eg. %{name}[, ]).
* the glib process spawning stuff requires some helper utilities so add them ↵Gravatar Alan Fitton2011-09-30
| | | | to the installer
* an installer for win32Gravatar Alan Fitton2011-09-23