summaryrefslogtreecommitdiff
path: root/src/trg-menu-bar.c
Commit message (Collapse)AuthorAge
* Add 'Ctrl+q' to quit from keyboadGravatar LaserEyess2018-07-15
|
* 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
|
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* bundle the libmrss wrapper to make building easierGravatar Alan F2014-04-13
|
* plug the RSS feeds into the preferences dialog and put ifdefs so it should ↵Gravatar Alan F2014-02-24
| | | | compile without rss-glib
* 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 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)
* update changelog and reindentGravatar Alan Fitton2012-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 ↵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
|
* 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.
* gtk3 60 second graphing - this is a seperate source for now, could be easily ↵Gravatar Alan Fitton2012-07-08
| | | | merged it seems.
* issue 185 - change .desktop to add magnet uri handlerGravatar Alan Fitton2012-02-26
|
* 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).
* 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.
* 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.
* fix priority/enabled on directoriesGravatar Alan Fitton2012-01-04
|
* keyboard acceleratorsGravatar Alan Fitton2012-01-02
|
* profile button items should be radio buttons not check boxes.Gravatar Alan Fitton2011-12-14
|
* 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.
* use mailslots from the win32 api to implement file handler on windowsGravatar Alan Fitton2011-10-15
|
* add profiles to menu. disable downloading metadata stuff until I find a ↵Gravatar Alan Fitton2011-10-08
| | | | better way to detect/handle magnet torrents.
* fix small memory leak and make connection id atomicGravatar Alan Fitton2011-10-07
|
* make connect button a menu button with other profiles, also add a connection ↵Gravatar Alan Fitton2011-10-07
| | | | serial used to discard requests issued before a disconnect which get their callback invoked after a new one is established. add an experimental "repeater" flag on exec commands (eg. %{name}[, ]).
* use GTK_STOCK_CLEAR instead of GTK_STOCK_DELETE for delete buttonGravatar Alan Fitton2011-09-12
|
* issue 91 - seems to work for me, but looks like changing state in ↵Gravatar Alan Fitton2011-09-12
| | | | GtkCheckMenuItem inside expose-event causes it to be blank for some. add a pref-changed signal and use this to trigger an update.
* more queues supportGravatar Alan Fitton2011-09-11
|
* fix for multiple graphs being createdGravatar Alan Fitton2011-09-11
|
* for view menu check items, set their active in an expose event so they're ↵Gravatar Alan Fitton2011-09-11
| | | | synced with preferences. add move up/down queue buttons (only in torrent menu for now).
* sync up the view menu and the desktop preferences page a bitGravatar Alan Fitton2011-09-08
|
* use glib message functions instead of g_printf(). make view state ↵Gravatar Alan Fitton2011-09-08
| | | | selector/notebook a persistent setting. add toggling of tracker/dir filters to view menu. I might add more from preferences another time.
* tidy sources with GNU indent after recent changes. on seconds thoughts, ↵Gravatar Alan Fitton2011-04-12
| | | | don't install docs with autotools, leave it to the package manager.
* some quite significant changes to only receive/update recently-active ↵Gravatar Alan Fitton2011-04-12
| | | | torrents, if enabled. also use a hash table and tree row references for lookup. hopefully performance will be much better for people with large number of torrents.
* plug the new dialog into filenames received from libunique, fix minor memory ↵Gravatar Alan Fitton2011-04-08
| | | | leak on the filenames passed.
* russian localisationGravatar Alan Fitton2011-04-04
|
* support proxy configuration using libproxy (optional). might add a getenv() ↵Gravatar Alan Fitton2011-03-07
| | | | fallback sometime.
* all (I hope) strings in _(string) macro for localisationGravatar 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!
* fix hardcoded icon path in about dialog. in Makefile, fix sed hang waiting ↵Gravatar Alan Fitton2011-02-22
| | | | for input on FreeBSD (thanks to JDM).
* menubar mnemonics patch from charlesGravatar Alan Fitton2011-02-21
|
* reannounce, blocklist enable/url/updateGravatar Alan Fitton2011-02-19
|
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|