summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
Commit message (Collapse)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
| | | | Long way to go...
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* 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 ↵Gravatar Alan F2014-06-14
| | | | enable the system tray on unity again.
* issue 260 - present (bring to front) the torrent add options dialog to the ↵Gravatar Alan F2014-04-25
| | | | user when it is opened.
* 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 ↵Gravatar Alan F2014-02-24
| | | | compile without rss-glib
* refactor the torrent upload code (it's called from a few places so is ↵Gravatar Alan F2014-02-19
| | | | probably worth it), and make it easier to use a HTTP response as the input.
* RSS viewer now gets feed URLS from the config JSON, and displays the item ↵Gravatar Alan F2014-02-10
| | | | titles in a treeview.
* the very first steps of an RSS viewer - bit of autotools integration with ↵Gravatar Alan F2014-02-05
| | | | rss-glib and an empty window.
* remove the GtkAlignment that adds 6px padding around outer vbox. not sure ↵Gravatar Alan F2014-01-31
| | | | why that was ever there.
* 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 ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* slightly less padding and use the old no hostname set string, as I don't ↵Gravatar Alan Fitton2012-09-15
| | | | want to break the translation on the first thing a new user sees.
* Merge branch 'master' of ↵Gravatar Alan Fitton2012-09-10
|\ | | | | | | https://code.google.com/r/leorobol-transmission-remote-gtk
| * Merge branch 'ui'Gravatar Leonardo Robol2012-09-08
| |\
| * | Open the preferences dialog if the user has not specified a hostnameGravatar Leonardo Robol2012-09-08
| | | | | | | | | | | | | | | for the connection. This will probably happen on application first start.
| | * Added some padding.Gravatar Leonardo Robol2012-09-08
| |/
* | Merge branch 'master' of ↵Gravatar Alan Fitton2012-09-08
|\| | | | | | | https://code.google.com/r/leorobol-transmission-remote-gtk. Improvements contributed by Leonardo Robol, fix a crash during GTK3 application quit and use SHADOW_TYPE_ETCHED_IN on ScrolledWindow.
| * 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
|/ | | | that the TrgMainWindow* object passed as data has not been freed.
* 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 ↵Gravatar Alan Fitton2012-08-26
| | | | Transmission style
* 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
| | | | as some other scenarios so it behaves almost like the Transmission. lots of new fields added to the model for this.
* fix a possible and rare NULL ptr dereference in an abrt crash report I got, ↵Gravatar Alan Fitton2012-08-13
| | | | run GTK init before converting command line arguments to hopefully avoid GTK/glib debugging flags being passed as torrent filenames.
* 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 ↵Gravatar Alan Fitton2012-07-09
| | | | | | be easily merged it seems." This reverts commit d4711b4c9e9ae88ed75829371f184b6f7b387a27.
* Revert "make the gtk3 graph build (this was supposed to be a branch but I ↵Gravatar Alan Fitton2012-07-09
| | | | | | forgot to checkout...). some more fixes needed here." This reverts commit e83f587d095bb49c494e429fcfa43d4ee3b7e047.
* make the gtk3 graph build (this was supposed to be a branch but I forgot to ↵Gravatar Alan Fitton2012-07-09
| | | | checkout...). some more fixes needed here.
* gtk3 60 second graphing - this is a seperate source for now, could be easily ↵Gravatar Alan Fitton2012-07-08
| | | | merged it seems.
* hide config options for status icon when on unity with no libappindicator ↵Gravatar Alan Fitton2012-06-26
| | | | support
* 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 ↵Gravatar Alan Fitton2012-06-01
| | | | g_application_command_line_get_is_remote instead of g_application_get_remote, swedish translation update, translation credits update, add gtk3 eclipse include path settings file.
* issue 198 - wrong speed units reported in tray (needs dividing by 1024)Gravatar Alan Fitton2012-05-27
|