summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
Commit message (Collapse)AuthorAge
* 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
|
* remove a printf used to test last commitGravatar Alan Fitton2012-03-17
|
* issue 188Gravatar Alan Fitton2012-03-17
|
* issue 185 - change .desktop to add magnet uri handlerGravatar Alan Fitton2012-02-26
|
* another drag and drop fixGravatar Alan Fitton2012-02-08
|
* fix drag and dropGravatar Alan Fitton2012-02-07
|
* issue 179Gravatar Alan Fitton2012-01-31
|
* translation update thanks to Y3AVD33Gravatar Alan Fitton2012-01-28
|
* changelog update and fix a small libappindicator bugGravatar Alan Fitton2012-01-25
|
* issue 175. make some (incomplete) changes as per the GTK+ best practices ↵Gravatar Alan Fitton2012-01-25
| | | | document - mainly using a pointer in the public class to access the private object (on a few important classes for now) for performance, and don't use C99 (C99 comments or mixed declarations/statements).
* try to suspend sorting while model is updatedGravatar Alan Fitton2012-01-24
|
* part of issue 175 - regression not doing refresh when adding/deletingGravatar Alan Fitton2012-01-23
|
* fix a crash when enabling/disabling status icon and a fix for the new ↵Gravatar Alan Fitton2012-01-22
| | | | GtkApplication impl
* fix that min/max problem reported by reardoniaGravatar Alan Fitton2012-01-21
|
* re-enable gtk3 by default, should be picking the right libappindicator now.Gravatar Alan Fitton2012-01-19
|
* full and default gtk3 support, almost. the graph is disabled as the drawing ↵Gravatar Alan Fitton2012-01-18
| | | | api has changed quite a bit. yet another implementation to pass arguments, which made a cleanup of main.c necessary.
* don't use gtk_status_icon_position_menu on windows - it seems to be broken.Gravatar Alan Fitton2012-01-15
|
* parse the version out of the version string using locale agnostic ↵Gravatar Alan Fitton2012-01-15
| | | | g_ascii_strtod instead of sscanf, which would only pick up the integer component with a locale which used a different radix character.
* the information in the bottom left label seemed pretty redundant now that is ↵Gravatar Alan Fitton2012-01-15
| | | | all displayed in the filter panel. I think that space is better used just for something simple like Connected: where (what).