summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
Commit message (Expand)AuthorAge
* Add option in menu to copy magnet linkGravatar George Kaklamanos2017-06-19
* Set proper delete icon for "remove and delete data" buttonGravatar DriverXX2016-03-09
* Add directory first optionsGravatar DriverXX2016-03-09
* Start modernizing GObject usageGravatar Patrick Griffis2016-01-19
* Consistently include config.hGravatar Patrick Griffis2016-01-19
* Fix numerous warnings/errorsGravatar Patrick Griffis2016-01-19
* issue 265 - remove extraneous bracket breaking buildGravatar Alan F2014-06-16
* even though unity hides the icon from the tray, you can whitelist it, so enab...Gravatar Alan F2014-06-14
* issue 260 - present (bring to front) the torrent add options dialog to the us...Gravatar Alan F2014-04-25
* bundle the libmrss wrapper to make building easierGravatar Alan F2014-04-13
* hacking to support the options dialog from rss feedsGravatar Alan F2014-03-09
* plug the RSS feeds into the preferences dialog and put ifdefs so it should co...Gravatar Alan F2014-02-24
* refactor the torrent upload code (it's called from a few places so is probabl...Gravatar Alan F2014-02-19
* RSS viewer now gets feed URLS from the config JSON, and displays the item tit...Gravatar Alan F2014-02-10
* the very first steps of an RSS viewer - bit of autotools integration with rss...Gravatar Alan F2014-02-05
* remove the GtkAlignment that adds 6px padding around outer vbox. not sure why...Gravatar Alan F2014-01-31
* issue 249 - remove 2px margin in outer vbox, so menu goes to end of windowGravatar Alan F2014-01-31
* remove all support for gtk2Gravatar Alan F2014-01-07
* update year in copyright headers, fix the jumbled file lists (caused by unsor...Gravatar Alan Fitton2013-02-20
* slightly less padding and use the old no hostname set string, as I don't want...Gravatar Alan Fitton2012-09-15
* Merge branch 'master' of https://code.google.com/r/leorobol-transmission-remo...Gravatar Alan Fitton2012-09-10
|\
| * Merge branch 'ui'Gravatar Leonardo Robol2012-09-08
| |\
| * | Open the preferences dialog if the user has not specified a hostnameGravatar Leonardo Robol2012-09-08
| | * Added some padding.Gravatar Leonardo Robol2012-09-08
| |/
* | Merge branch 'master' of https://code.google.com/r/leorobol-transmission-remo...Gravatar Alan Fitton2012-09-08
|\|
| * Use g_application_quit to exit the GtkApplication.Gravatar Leonardo Robol2012-09-07
* | update changelog and reindentGravatar Alan Fitton2012-09-05
| * Added a check in trg_update_torrents_timerfunc to make sureGravatar Leonardo Robol2012-09-05
|/
* reindentGravatar Alan Fitton2012-08-27
* add the peers/files/trackers tree view to torrent dialog in transmission styleGravatar Alan Fitton2012-08-26
* reindent all the things! with indent -nut -kr.Gravatar Alan Fitton2012-08-26
* add a menu for changing sort, useful when there are no column headers in Tran...Gravatar Alan Fitton2012-08-26
* make view style configurableGravatar Alan Fitton2012-08-25
* fix gtk2 support for new cell renderer and fix error reportingGravatar Alan Fitton2012-08-25
* consider seed ratios in the new cell renderer like Transmisson does, as well ...Gravatar Alan2012-08-24
* fix a possible and rare NULL ptr dereference in an abrt crash report I got, r...Gravatar Alan Fitton2012-08-13
* issue 208 - escape URL for pango markup. issue 206 - minimize on tray click.Gravatar Alan Fitton2012-08-03
* issue 205 - fix compilation on debian stable.Gravatar Alan Fitton2012-07-21
* Revert "gtk3 60 second graphing - this is a seperate source for now, could be...Gravatar Alan Fitton2012-07-09
* Revert "make the gtk3 graph build (this was supposed to be a branch but I for...Gravatar Alan Fitton2012-07-09
* make the gtk3 graph build (this was supposed to be a branch but I forgot to c...Gravatar Alan Fitton2012-07-09
* gtk3 60 second graphing - this is a seperate source for now, could be easily ...Gravatar Alan Fitton2012-07-08
* hide config options for status icon when on unity with no libappindicator sup...Gravatar Alan Fitton2012-06-26
* fix compilation with libappindicatorGravatar Alan Fitton2012-06-26
* try to only use libappindicator if we're running in unityGravatar Alan Fitton2012-06-26
* fix minimise to tray and compiler warning in peers modelGravatar Alan Fitton2012-06-26
* issue 182 - ctrl+k to focus on search entry like firefoxGravatar Alan Fitton2012-06-13
* fix deprecation warnings for gtk_{h,v}box_new and gtk_{h,v}paned_new in gtk3Gravatar Alan Fitton2012-06-05
* issue 197 - fix GTK3 unique application support by using g_application_comman...Gravatar Alan Fitton2012-06-01
* issue 198 - wrong speed units reported in tray (needs dividing by 1024)Gravatar Alan Fitton2012-05-27