summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Collapse)AuthorAge
* Profile support! Please test and report bugs, as the config system is ↵Gravatar Alan Fitton2011-08-27
| | | | totally rewritten and may not be perfect. No more GConf (trying to implement profiles with this was UGLY), settings now (for most) live in JSON at $HOME/.config/transmission-remote-gtk/config.json. Hopefully windows support will be easier without GConf.
* issue 53 - no need to #include curl/types.h, plus it's been removed in the ↵Gravatar Alan Fitton2011-07-13
| | | | latest curl.
* handle undefined epoch (< 1) rendererGravatar Alan Fitton2011-04-23
|
* support for remembering column positions and widths.. seems to work, may ↵Gravatar Alan Fitton2011-04-22
| | | | need work.
* handle multiple files via libunique, also use the more reliable get_uris() ↵Gravatar Alan Fitton2011-04-22
| | | | in libunique
* install license and use it in about dialog if possibleGravatar Alan Fitton2011-04-08
|
* plug the new dialog into filenames received from libunique, fix minor memory ↵Gravatar Alan Fitton2011-04-08
| | | | leak on the filenames passed.
* filter by directory and some filter fixesGravatar Alan Fitton2011-03-11
|
* our first localisation, German, kindly contributed by Julian. some autotools ↵Gravatar Alan Fitton2011-03-08
| | | | and main() changes to get this working.
* set a gettext domain in main()Gravatar Alan Fitton2011-03-06
|
* TRG_NOUNIQUE environment env for starting more than one instance. fix start ↵Gravatar Alan Fitton2011-03-06
| | | | url paused. stop timers being activated by interactive actions. and... experimental speed graph!
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|
* big thanks to charles for the feedback and patches! fixes for building ↵Gravatar Alan Fitton2011-02-04
| | | | against older libnotify (issue 1+4), use AM_SILENT_RULES (6), compiler warning fixes (5), use GDK_Delete instead of GDK_KEY_Delete (3)
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30