summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
Commit message (Collapse)AuthorAge
...
* 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).
* reindent + french translation completionGravatar Alan Fitton2012-01-13
|
* a torrent priority right click menu. change the refresh on interactive ↵Gravatar Alan Fitton2012-01-13
| | | | action behavior to make sure priority/other changes are refreshed immediately.
* the handler for adding many files (threaded) expands after adding, ↵Gravatar Alan Fitton2012-01-12
| | | | consistent with the fewer handler.
* fix memory leak on response from first response from server (HTTP conflict ↵Gravatar Alan Fitton2012-01-12
| | | | with session id).
* fix memory leaks and parse a files tree in a thread if there's over 600 ↵Gravatar Alan Fitton2012-01-11
| | | | files, to avoid UI freezes on massive torrents.
* refresh the speed label if global speed limits enabledGravatar Alan Fitton2012-01-10
|
* forgot a file, reindentGravatar Alan Fitton2012-01-09
|
* issue 174 - exec crash, issue 173 - files first update performance fixed.Gravatar Alan Fitton2012-01-09
|
* fix the performance problems with the torrent add dialog on torrents with ↵Gravatar Alan Fitton2012-01-08
| | | | many files/dirs. the parent size updates just walks up parents rather than a full foreach, and the inserts try to use the previous update to speed up finding/creating the directories. I'll probably do something similar to the main files treeview.
* 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.
* timeout and retries settingsGravatar Alan Fitton2012-01-02
|
* keyboard acceleratorsGravatar Alan Fitton2012-01-02
|
* put the general panel in a scroll windowGravatar Alan Fitton2012-01-02
|
* reload directory aliases if default download dir (remote pref) is changed.Gravatar Alan Fitton2012-01-02
|
* change units to the IEC standard (and the Ubuntu units policy) for base2 ↵Gravatar Alan Fitton2012-01-02
| | | | (/1024) - KiB/GiB etc. this is instead of KB/s etc which Windows and many other apps use for base2. I've tried to fix up the translations as best as I can.
* the refresh button on the state selector would cause counts to be doubled, ↵Gravatar Alan Fitton2012-01-02
| | | | because it expects the serial to have increased. just increment the serial.
* contributed patch to change two Kbps to the correct KB/s. also have another ↵Gravatar Alan Fitton2012-01-02
| | | | go at the more efficient filter refreshes.
* revert the last change until i have time to fix a few issuesGravatar Alan Fitton2011-12-31
|
* avoid some unnecessary filter updatesGravatar Alan Fitton2011-12-28
|
* filter items (not trackers+dirs for now) show counts next to them. while ↵Gravatar Alan Fitton2011-12-27
| | | | doing this, I made the stats update loop something that happens only if something changes, which avoids a full iteration over all torrents (even in active only).
* "turtle" mode in the status bar. for easy activation of alternative speed ↵Gravatar Alan Fitton2011-12-23
| | | | limits.
* file trees :D may do cascading priority changes sometime, but this is a ↵Gravatar Alan Fitton2011-12-21
| | | | start. also use GTK_STOCK_FILE if mime/extension detection fails.
* fix a build errorGravatar Alan Fitton2011-12-14
|
* profile button items should be radio buttons not check boxes.Gravatar Alan Fitton2011-12-14
|
* a memory leak when filtering by trackerGravatar Alan Fitton2011-12-12
|
* use gtk_status_icon_position_menu when right clicking a GtkStatusIcon. This ↵Gravatar Alan Fitton2011-12-12
| | | | positions it correctly, as I notice on GNOME3 (not on XFCE or Ubuntu with libappindicator) the top can be obscured, depending where on the icon you click.
* inc connid immediately on disconnect. this prevents a request from an ↵Gravatar Alan Fitton2011-12-11
| | | | earlier connection being picked up.
* try to make the libappindicator/gtkstatusicon split less messy and more ↵Gravatar Alan Fitton2011-12-11
| | | | consistent
* oops, no tabs. (indent -kr -nut)Gravatar Alan Fitton2011-12-11
|
* run GNU indent everything. not done this for a while because it was ↵Gravatar Alan Fitton2011-12-11
| | | | producing weird results. seems ok now.
* a few more appindicator fixes and reindent trg-main-window.cGravatar Alan Fitton2011-12-11
|
* split out connection changes and stats updates for status icon. means menu ↵Gravatar Alan Fitton2011-12-11
| | | | isn't recreated each time for appindicator, just update label(s)