summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Collapse)AuthorAge
* Fix origin in propsGravatar DriverXX2016-03-14
|
* Remove custom string functions provided by glibGravatar Patrick Griffis2016-01-19
|
* Start modernizing GObject usageGravatar Patrick Griffis2016-01-19
| | | | Long way to go...
* Fix numerous warnings/errorsGravatar Patrick Griffis2016-01-19
|
* plug the RSS feeds into the preferences dialog and put ifdefs so it should ↵Gravatar Alan F2014-02-24
| | | | compile without rss-glib
* that didn't work. the problem seems to be setting fixed widths (as saved on ↵Gravatar Alan F2014-01-29
| | | | exit), they're not being added together to determine the treeview size. disable restoring column widths as a workaround.
* GtkScrolledWindow horizontal GTK_POLICY_AUTOMATIC doesn't seem to work too ↵Gravatar Alan F2014-01-29
| | | | well anymore... set it to GTK_POLICY_ALWAYS
* remove all support for gtk2Gravatar Alan F2014-01-07
|
* issue 226 - contributed patch to fix comments with markupGravatar Alan Fitton2013-04-27
|
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* Added SHADOW_TYPE_ETCHED_IN to the ScrolledWindow.Gravatar Leonardo Robol2012-09-05
|
* reindent all the things! with indent -nut -kr.Gravatar Alan Fitton2012-08-26
|
* 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.
* adapt the cell renderer from Transmission to sort of work. possibly an ↵Gravatar Alan Fitton2012-08-23
| | | | alternative style, but lots of work to be done here.
* try to only use libappindicator if we're running in unityGravatar Alan Fitton2012-06-26
|
* some changes and hacks to get GeoIP on WindowsGravatar Alan Fitton2012-06-21
|
* issue 182 - ctrl+k to focus on search entry like firefoxGravatar Alan Fitton2012-06-13
|
* fix typo breaking the gtk2 build (homogeneous in util.c)Gravatar Alan Fitton2012-06-11
|
* fix deprecation warnings for gtk_{h,v}box_new and gtk_{h,v}paned_new in gtk3Gravatar Alan Fitton2012-06-05
|
* contributed improvement to the url comment patch - use a GRegex now so only ↵Gravatar Alan Fitton2012-03-02
| | | | the URL is linked
* fix memory leak and improvement on the url comment patch, and add a ↵Gravatar Alan Fitton2012-03-01
| | | | completed at item to the general panel.
* 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).
* 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.
* 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).
* 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.
* 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.
* 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.
* 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.
* closer to gtk3 support, I think just the graph needs doing now.Gravatar Alan Fitton2011-10-26
|
* issue 151, issue 100Gravatar Alan Fitton2011-10-17
|
* (no commit message)Gravatar Alan Fitton2011-10-03
|
* use an icon for file wanted/unwantedGravatar Alan Fitton2011-10-03
|
* issue 145 - fix my broken regex which was causing filenames to be treated as ↵Gravatar Alan Fitton2011-10-03
| | | | URLs. issue 141 - patch for showing mime type icons in file list.
* escape \d+ in host regexGravatar Alan Fitton2011-10-01
|
* issue 65Gravatar Alan Fitton2011-10-01
|
* issue 142Gravatar Alan Fitton2011-09-30
|
* the foundation of remote command execution. still lots of work to do here, ↵Gravatar Alan Fitton2011-09-29
| | | | but it works for me and seems like a good start.
* undo the last commit - mainly because G_GINT64_FORMAT will break some ↵Gravatar Alan Fitton2011-09-20
| | | | localised strings
* use the gint64 format specifier %li, not %ld (long). hopefully silence the ↵Gravatar Alan Fitton2011-09-20
| | | | last remaining compiler warnings that I've seen (only on 32bit).
* fix for non-existant torrent filesGravatar Alan Fitton2011-09-18
|
* base64.c has gone from being a base64 implementation to a small wrapper ↵Gravatar Alan Fitton2011-09-18
| | | | around GMappedFile and the glib base64 encoder. Makes more sense in util.c now.
* Big changeset, may break stuff. Unfortunately you can't magically jump into ↵Gravatar Alan Fitton2011-09-18
| | | | the UI thread using gdk_threads_enter/leave() on Windows, the only way is to schedule a callback using g_idle_add. This required a lot of reworking. Good news, Windows support actually works now \o/
* need to clear the free space and speed indicators if there's a disconnect ↵Gravatar Alan Fitton2011-09-14
| | | | due to error.
* use the same function used for torrent/recheck progress in peer progress.Gravatar Alan Fitton2011-09-12
|
* show progress in percent done columnGravatar Alan Fitton2011-09-11
|