]> granicus.if.org Git - transmission/log
transmission
9 years agoAdd version info to executables (on Windows). Group projects into folders (CMake).
Mike Gelfand [Tue, 14 Apr 2015 22:46:40 +0000 (22:46 +0000)]
Add version info to executables (on Windows). Group projects into folders (CMake).

9 years agoAllow files (and their parent directories) to be renamed even when in use (on Windows).
Mike Gelfand [Mon, 13 Apr 2015 18:31:32 +0000 (18:31 +0000)]
Allow files (and their parent directories) to be renamed even when in use (on Windows).

9 years ago#5925 no CFBundleVersion in Jenkins builds
Eric Petit [Sun, 12 Apr 2015 05:08:46 +0000 (05:08 +0000)]
#5925 no CFBundleVersion in Jenkins builds
Work around version mismatch between java's and command-line's svns

9 years agoForward-declare `tr_error` structure in headers
Mike Gelfand [Sat, 11 Apr 2015 14:54:01 +0000 (14:54 +0000)]
Forward-declare `tr_error` structure in headers

9 years agoAdd ERROR_DIRECTORY_NOT_SUPPORTED define missing in MinGW
Mike Gelfand [Sat, 11 Apr 2015 10:58:08 +0000 (10:58 +0000)]
Add ERROR_DIRECTORY_NOT_SUPPORTED define missing in MinGW

9 years ago#5908: Check for `tr_loadFile` return value instead of `errno` in `tr_variantFromFile`
Mike Gelfand [Sat, 11 Apr 2015 10:51:59 +0000 (10:51 +0000)]
#5908: Check for `tr_loadFile` return value instead of `errno` in `tr_variantFromFile`

Seems like there could be a defect in uClibc making errno not
thread-local. Don't rely on errno value but check function return value
instead which is a better failure indicator.

Return errors from `tr_loadFile` and `tr_variantFromFile` via tr_error.
Fix `tr_sessionLoadSettings` to not fail on Windows if settings.json
does not exist.

9 years agoTune directory paths on Windows
Mike Gelfand [Fri, 10 Apr 2015 22:15:41 +0000 (22:15 +0000)]
Tune directory paths on Windows

Use %USERPROFILE% instead of %USERPROFILE%\Documents as home directory.
Don't roam configuration directory (I don't think we want that).
Use known Downloads folder (instead of %HOME%\Downloads) if set.
When searching for web interface files, let local user application data
directory override roaming one, and roaming one override common one.
Use Vista+ API (SHGetKnownFolderPath) to get known folder paths.

9 years ago#5878: Fix typo in transmission-remote -P argument desription (reported by jolan)
Mike Gelfand [Sun, 5 Apr 2015 16:29:09 +0000 (16:29 +0000)]
#5878: Fix typo in transmission-remote -P argument desription (reported by jolan)

9 years ago#5920: Fix memory leak and access to freed memory in tr_getDefaultConfigDir (patch...
Mike Gelfand [Sun, 5 Apr 2015 06:39:06 +0000 (06:39 +0000)]
#5920: Fix memory leak and access to freed memory in tr_getDefaultConfigDir (patch by jyelloz)

9 years ago#5910: Fix autotools build (#2) and workaround MSVC bug
Mike Gelfand [Sat, 4 Apr 2015 18:28:13 +0000 (18:28 +0000)]
#5910: Fix autotools build (#2) and workaround MSVC bug

9 years ago#5910: Fix autotools and Xcode build
Mike Gelfand [Sat, 4 Apr 2015 18:21:34 +0000 (18:21 +0000)]
#5910: Fix autotools and Xcode build

9 years ago#5910: Run daemon as a service on Windows
Mike Gelfand [Sat, 4 Apr 2015 17:43:56 +0000 (17:43 +0000)]
#5910: Run daemon as a service on Windows

Factor out demonization implementation to platform-specific files.
Implement daemonization on Windows using service API. Improve *NIX
implementation by handling signals asynchronously to prevent potential
issues of running complex code inside the handler.

9 years agoAdd patch from #5002 (r13646) to fix crash in libutp for CMake-based builds
Mike Gelfand [Sun, 29 Mar 2015 20:48:06 +0000 (20:48 +0000)]
Add patch from #5002 (r13646) to fix crash in libutp for CMake-based builds

9 years ago#5407: Fix crash on Mac when pausing torrents (patch by x190)
Mike Gelfand [Thu, 26 Mar 2015 18:32:33 +0000 (18:32 +0000)]
#5407: Fix crash on Mac when pausing torrents (patch by x190)

9 years agoDo not return `-EINVAL` as socket value (obviously not a good idea).
Mike Gelfand [Thu, 26 Mar 2015 18:29:11 +0000 (18:29 +0000)]
Do not return `-EINVAL` as socket value (obviously not a good idea).

Also, fix socket descriptor leak in `tr_netBindTCPImpl` if `IPV6_V6ONLY` is defined.

9 years agoFix a couple more MinGW/MSVC warnings.
Mike Gelfand [Thu, 19 Mar 2015 19:13:23 +0000 (19:13 +0000)]
Fix a couple more MinGW/MSVC warnings.

9 years agoFix a couple of MinGW warnings.
Mike Gelfand [Thu, 19 Mar 2015 06:08:06 +0000 (06:08 +0000)]
Fix a couple of MinGW warnings.

9 years agoDefine and use tr_socket_t and TR_BAD_SOCKET instead of int and -1.
Mike Gelfand [Wed, 18 Mar 2015 07:34:26 +0000 (07:34 +0000)]
Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1.

Test socket validity by comparing to TR_BAD_SOCKET instead of various
(and sometimes wrong) other tests like `x >= 0`, `x != -1`, `x > 0`,
`x > -1`, `x` (valid), and `x < 0`, `x == -1` (invalid).

9 years agoAdd support for WolfSSL (autoconf)
Mike Gelfand [Sun, 15 Mar 2015 17:08:10 +0000 (17:08 +0000)]
Add support for WolfSSL (autoconf)

9 years agoAdd support for WolfSSL
Mike Gelfand [Sun, 15 Mar 2015 16:57:30 +0000 (16:57 +0000)]
Add support for WolfSSL

It was announced on March 5th that CyaSSL changes name to WolfSSL,
and version 3.4.0 has been released under that new name. Tune
FindCyaSSL.cmake a bit to probe for both libraries. Fortunately,
compatibility headers are provided so I didn't have to touch the
code at all for now.

9 years agoMinor type adjustments (incomplete, it takes way too much time)
Mike Gelfand [Sun, 15 Mar 2015 11:43:32 +0000 (11:43 +0000)]
Minor type adjustments (incomplete, it takes way too much time)

9 years agoSet patch svn:eol-style to native (fix Windows build)
Mike Gelfand [Sat, 14 Mar 2015 07:02:46 +0000 (07:02 +0000)]
Set patch svn:eol-style to native (fix Windows build)

9 years agoFix libb64 unsigned char issues while waiting for upstream to accept the patch
Mike Gelfand [Sat, 14 Mar 2015 06:59:44 +0000 (06:59 +0000)]
Fix libb64 unsigned char issues while waiting for upstream to accept the patch

9 years ago#5505: Temporarily comment assert out so that nightly builds are usable again
Mike Gelfand [Wed, 11 Mar 2015 06:22:11 +0000 (06:22 +0000)]
#5505: Temporarily comment assert out so that nightly builds are usable again

9 years agoDefine one of LFS macros instead of using xxx64 functions directly.
Mike Gelfand [Tue, 10 Mar 2015 22:31:09 +0000 (22:31 +0000)]
Define one of LFS macros instead of using xxx64 functions directly.

There're too many functions and types to consider, and benefits of not
using LFS macros aren't that big (I was thinking of using fts(3) but
that may not happen soon or at all).

9 years agoUse lseek64 instead of lseek, if available (large files on 32-bit systems)
Mike Gelfand [Sun, 8 Mar 2015 19:14:24 +0000 (19:14 +0000)]
Use lseek64 instead of lseek, if available (large files on 32-bit systems)

9 years ago#5774: Fix alternative speed limits scheduled times (once more)
Mike Gelfand [Fri, 6 Feb 2015 20:08:36 +0000 (20:08 +0000)]
#5774: Fix alternative speed limits scheduled times (once more)

9 years agoPer-pixel vertical scroll in all the views (Qt client)
Mike Gelfand [Sat, 31 Jan 2015 17:40:44 +0000 (17:40 +0000)]
Per-pixel vertical scroll in all the views (Qt client)

9 years agoPass constant Prefs, TorrentFilter, TorrentModel objects where no modification is...
Mike Gelfand [Thu, 29 Jan 2015 22:44:43 +0000 (22:44 +0000)]
Pass constant Prefs, TorrentFilter, TorrentModel objects where no modification is needed

9 years agoFix build on Windows (blindly)
Mike Gelfand [Thu, 29 Jan 2015 22:10:00 +0000 (22:10 +0000)]
Fix build on Windows (blindly)

9 years agoDefine QT_NO_CAST_FROM_ASCII (Qt client)
Mike Gelfand [Thu, 29 Jan 2015 21:53:05 +0000 (21:53 +0000)]
Define QT_NO_CAST_FROM_ASCII (Qt client)

Use latin1 encoding most of the time where default encoding was used
before. Qt 4 assumes latin1 by default while Qt 5 uses utf-8 which is
not what we want.

Use utf-8 encoding in some places where default encoding was used before.
This includes strings coming from RPC.

Fix an issue with SortMode::names[] (filters.cc) where missing comma
between "sort-by-queue" and "sort-by-ratio" resulted in two array entries
being merged into solid "sort-by-queuesort-by-ratio" string and all the
following items being shifted compared to their enum counterparts.

9 years agoRevert unintended changes (debug output)
Mike Gelfand [Wed, 28 Jan 2015 23:08:41 +0000 (23:08 +0000)]
Revert unintended changes (debug output)

9 years agoTreat command-line arguments as UTF-8-encoded; hide char* Prefs setter, require expli...
Mike Gelfand [Wed, 28 Jan 2015 22:57:46 +0000 (22:57 +0000)]
Treat command-line arguments as UTF-8-encoded; hide char* Prefs setter, require explicit conversion

9 years agoFix "magnetLink" field type in RPC spec (reported by r04r)
Mike Gelfand [Sun, 25 Jan 2015 19:57:36 +0000 (19:57 +0000)]
Fix "magnetLink" field type in RPC spec (reported by r04r)

9 years agoUse TrPathButton in preferences dialog
Mike Gelfand [Sun, 25 Jan 2015 19:55:05 +0000 (19:55 +0000)]
Use TrPathButton in preferences dialog

9 years agoFix tab order in preferences dialog (Qt client)
Mike Gelfand [Sun, 25 Jan 2015 18:16:30 +0000 (18:16 +0000)]
Fix tab order in preferences dialog (Qt client)

9 years agoRework preferences dialog in Qt client to load from .ui
Mike Gelfand [Sun, 25 Jan 2015 15:47:03 +0000 (15:47 +0000)]
Rework preferences dialog in Qt client to load from .ui

9 years ago#5881: Explicitly state all possible crypto backend source files so that they are...
Mike Gelfand [Wed, 21 Jan 2015 22:32:27 +0000 (22:32 +0000)]
#5881: Explicitly state all possible crypto backend source files so that they are included into archive by `make dist`

9 years agoRework forms layout to workaround some stylesheet issues (Qt client)
Mike Gelfand [Wed, 21 Jan 2015 21:14:00 +0000 (21:14 +0000)]
Rework forms layout to workaround some stylesheet issues (Qt client)

9 years agoImprove tracker list look (torrent properties dialog), support RTL layout
Mike Gelfand [Tue, 20 Jan 2015 23:28:38 +0000 (23:28 +0000)]
Improve tracker list look (torrent properties dialog), support RTL layout

9 years agoSmall follow-up translation fixes (HTML formatting mess in tracker delegate mostly)
Mike Gelfand [Sun, 18 Jan 2015 13:19:30 +0000 (13:19 +0000)]
Small follow-up translation fixes (HTML formatting mess in tracker delegate mostly)

9 years agoPoke translations a bit (Qt client)
Mike Gelfand [Sun, 18 Jan 2015 02:09:44 +0000 (02:09 +0000)]
Poke translations a bit (Qt client)

Add a bit more comments. Adjust some phrases for pluralization.
Mark menu shortcuts as not translatable (changing them doesn't do any
good but people start translating "Ctrl" as "Ktrl" etc. which breaks
the shortcuts).
Pull current translations from Transifex.

9 years agoImprove overall look of torrents in main window
Mike Gelfand [Sat, 17 Jan 2015 16:59:42 +0000 (16:59 +0000)]
Improve overall look of torrents in main window

Refactor and use the same code to calculate element positions in
sizeHint () and paint () to prevent discrepancies.
While we are at it, properly support RTL layout.

9 years agoFallback to message box warning icon if emblem-important is not provided by the icon...
Mike Gelfand [Sat, 17 Jan 2015 13:49:02 +0000 (13:49 +0000)]
Fallback to message box warning icon if emblem-important is not provided by the icon theme

9 years agoImprove the look of torrents with errors a bit (Qt client)
Mike Gelfand [Sat, 17 Jan 2015 01:23:51 +0000 (01:23 +0000)]
Improve the look of torrents with errors a bit (Qt client)

Display emblem over mime icon if torrent has error(s) to indicate the
issue.
Use normal text color instead of red when drawing selected item: there
is no easy way to be sure that red color looks nice on selection
background, and most of the time it doesn't. Using red color for non-
selected items is questionable too, but let's leave it at that for now.

10 years agoBump libevent version used by CMake to 2.0.22-stable
Mike Gelfand [Tue, 13 Jan 2015 21:27:31 +0000 (21:27 +0000)]
Bump libevent version used by CMake to 2.0.22-stable

10 years agoDo not write timezone to log, not a good idea after all (no standardized format)
Mike Gelfand [Tue, 13 Jan 2015 21:09:21 +0000 (21:09 +0000)]
Do not write timezone to log, not a good idea after all (no standardized format)

10 years agoAdd Transifex configuration file
Mike Gelfand [Mon, 12 Jan 2015 06:44:28 +0000 (06:44 +0000)]
Add Transifex configuration file

10 years agoAdd more information for translators (Qt client)
Mike Gelfand [Mon, 12 Jan 2015 06:18:52 +0000 (06:18 +0000)]
Add more information for translators (Qt client)

10 years agoInclude all CMake-related files into `make dist` output to facilitate testing
Mike Gelfand [Mon, 12 Jan 2015 00:54:40 +0000 (00:54 +0000)]
Include all CMake-related files into `make dist` output to facilitate testing

10 years agoMove numeric units to the right of values (per KDE HIG)
Mike Gelfand [Sun, 11 Jan 2015 21:10:46 +0000 (21:10 +0000)]
Move numeric units to the right of values (per KDE HIG)

Follow up commit to change the last phrase standing.

10 years agoImprove filter bar look (Qt client)
Mike Gelfand [Sun, 11 Jan 2015 15:01:13 +0000 (15:01 +0000)]
Improve filter bar look (Qt client)

Use normal but semi-transparent color instead of 'disabled' color for
counts drawing.
Do not leave empty space for icon when selected item doesn't have one.
Use null pixmaps/icons instead of non-null blank ones.
Implement our own sizeHint and minimumSizeHint to make sure both combos
have the same height.
Make activity combo width fixed, tracker combo width to fit its content
and line edit to occupy the rest.
Add 'Search...' placeholder to line edit.

10 years agoFurther adjustments to support PolarSSL 1.2
Mike Gelfand [Wed, 7 Jan 2015 14:05:58 +0000 (14:05 +0000)]
Further adjustments to support PolarSSL 1.2

10 years agoLower minimum PolarSSL version required down to 1.2
Mike Gelfand [Wed, 7 Jan 2015 13:41:22 +0000 (13:41 +0000)]
Lower minimum PolarSSL version required down to 1.2

10 years agoFix copyright years and SVN attributes on new files
Mike Gelfand [Wed, 7 Jan 2015 13:20:56 +0000 (13:20 +0000)]
Fix copyright years and SVN attributes on new files

10 years agoAdd PolarSSL support
Mike Gelfand [Wed, 7 Jan 2015 13:19:00 +0000 (13:19 +0000)]
Add PolarSSL support

10 years ago#4400: Access CyaSSL RNG in thread-safe manner
Mike Gelfand [Wed, 7 Jan 2015 13:13:19 +0000 (13:13 +0000)]
#4400: Access CyaSSL RNG in thread-safe manner

10 years ago#4400: Actually use CyaSSL (or some other) backend in libtransmission
Mike Gelfand [Wed, 7 Jan 2015 03:00:06 +0000 (03:00 +0000)]
#4400: Actually use CyaSSL (or some other) backend in libtransmission

10 years ago#4400: Fix CyaSSL version check (CMake)
Mike Gelfand [Wed, 7 Jan 2015 02:49:56 +0000 (02:49 +0000)]
#4400: Fix CyaSSL version check (CMake)

10 years ago#4400: Do not require OpenSSL anymore
Mike Gelfand [Wed, 7 Jan 2015 02:16:24 +0000 (02:16 +0000)]
#4400: Do not require OpenSSL anymore

10 years ago#4400: Add CyaSSL support
Mike Gelfand [Wed, 7 Jan 2015 02:04:08 +0000 (02:04 +0000)]
#4400: Add CyaSSL support

10 years agoDon't use ssize_t in bitfield.c (cleaner w/o it anyway)
Mike Gelfand [Sun, 4 Jan 2015 15:31:47 +0000 (15:31 +0000)]
Don't use ssize_t in bitfield.c (cleaner w/o it anyway)

10 years agoMake program name/version in about dialog larger again
Mike Gelfand [Sun, 4 Jan 2015 12:47:07 +0000 (12:47 +0000)]
Make program name/version in about dialog larger again

10 years agoChange sharing consent dialog into a QMessageBox
Mike Gelfand [Sun, 4 Jan 2015 12:29:10 +0000 (12:29 +0000)]
Change sharing consent dialog into a QMessageBox

10 years agoMark GTK and Qt clients as GUI programs on Windows (detach from console)
Mike Gelfand [Sun, 4 Jan 2015 10:57:09 +0000 (10:57 +0000)]
Mark GTK and Qt clients as GUI programs on Windows (detach from console)

10 years agoUse Faenza (1.3.1) as fallback on systems which do not support icon themes
Mike Gelfand [Sun, 4 Jan 2015 02:14:58 +0000 (02:14 +0000)]
Use Faenza (1.3.1) as fallback on systems which do not support icon themes

10 years agoUse (hopefully) better suited theme icons for some actions (Qt client)
Mike Gelfand [Sun, 4 Jan 2015 00:18:31 +0000 (00:18 +0000)]
Use (hopefully) better suited theme icons for some actions (Qt client)

10 years agoIncrease BASE64 encoding size when using system libb64
Mike Gelfand [Sat, 3 Jan 2015 21:35:20 +0000 (21:35 +0000)]
Increase BASE64 encoding size when using system libb64

Remove BASE64 reference testing as it's only libb64 now.
Improve the test to ignore \r and \n when comparing BASE-encoded
strings to not fail on system (unpatched) libb64.

10 years agoReplace tabs with spaces; remove trailing spaces
Mike Gelfand [Fri, 2 Jan 2015 11:15:31 +0000 (11:15 +0000)]
Replace tabs with spaces; remove trailing spaces

10 years agoKill some warnings when compiling on Windows
Mike Gelfand [Fri, 2 Jan 2015 04:02:13 +0000 (04:02 +0000)]
Kill some warnings when compiling on Windows

10 years ago#5700: Add -std=gnu++11 to QMAKE_CXXFLAGS for Qt 4 and g++/clang++
Mike Gelfand [Thu, 1 Jan 2015 23:54:35 +0000 (23:54 +0000)]
#5700: Add -std=gnu++11 to QMAKE_CXXFLAGS for Qt 4 and g++/clang++

10 years agoExternal CMake projects: supress developer warnings, allow skipping checksum checks...
Mike Gelfand [Thu, 1 Jan 2015 22:20:57 +0000 (22:20 +0000)]
External CMake projects: supress developer warnings, allow skipping checksum checks with SKIP_UPSTREAM_CHECKSUM

10 years agoFix Mac build (make libtransmission depend on libb64)
Mike Gelfand [Thu, 1 Jan 2015 22:00:02 +0000 (22:00 +0000)]
Fix Mac build (make libtransmission depend on libb64)

10 years agoFix Mac build (add libb64 to Xcode project)
Mike Gelfand [Thu, 1 Jan 2015 21:49:21 +0000 (21:49 +0000)]
Fix Mac build (add libb64 to Xcode project)

10 years agoUse libb64 instead of OpenSSL to encode/decode BASE64
Mike Gelfand [Thu, 1 Jan 2015 21:16:36 +0000 (21:16 +0000)]
Use libb64 instead of OpenSSL to encode/decode BASE64

Some crypto libraries (like CyaSSL, MatrixSSL and CommonCrypto) either
don't have or expose this functionality at all, expose only part of it,
or (like OpenSSL) have heavyweight API for it. Also, for the task as
easy as BASE64 encoding and decoding it's much better to use small and
simple specialized library.

10 years ago#4400, #5462: Fix "make check" for po files
Mike Gelfand [Thu, 1 Jan 2015 14:48:10 +0000 (14:48 +0000)]
#4400, #5462: Fix "make check" for po files

10 years ago#4400, #5462: Fix autotools configuration
Mike Gelfand [Thu, 1 Jan 2015 14:33:02 +0000 (14:33 +0000)]
#4400, #5462: Fix autotools configuration

10 years ago#4400, #5462: Add possibility to test one crypto backend against another (reference...
Mike Gelfand [Thu, 1 Jan 2015 14:23:47 +0000 (14:23 +0000)]
#4400, #5462: Add possibility to test one crypto backend against another (reference) backend

10 years agoMake use of path button in relocate dialog (Qt client)
Mike Gelfand [Thu, 1 Jan 2015 05:02:13 +0000 (05:02 +0000)]
Make use of path button in relocate dialog (Qt client)

10 years agoUse QMimeDatabase to get icon names when compiling against Qt 5+
Mike Gelfand [Thu, 1 Jan 2015 02:28:18 +0000 (02:28 +0000)]
Use QMimeDatabase to get icon names when compiling against Qt 5+

10 years agoReduce initial torrent creation dialog size to minimum
Mike Gelfand [Wed, 31 Dec 2014 23:54:52 +0000 (23:54 +0000)]
Reduce initial torrent creation dialog size to minimum

Truncate text in path button to prevent width increase for long paths.

10 years agoRework torrent creation dialog in Qt client to load from .ui
Mike Gelfand [Wed, 31 Dec 2014 22:27:46 +0000 (22:27 +0000)]
Rework torrent creation dialog in Qt client to load from .ui

10 years agoAdd new TrPathButton class (Qt client)
Mike Gelfand [Wed, 31 Dec 2014 21:00:34 +0000 (21:00 +0000)]
Add new TrPathButton class (Qt client)

Make use of new button class in torrent options dialog.
Rework Utils::removeTrailingDirSeparator to return correct value for "/".

10 years agoRework torrent options dialog in Qt client to load from .ui
Mike Gelfand [Mon, 29 Dec 2014 04:03:56 +0000 (04:03 +0000)]
Rework torrent options dialog in Qt client to load from .ui

10 years agoUse QToolButton instead of QPushButton for path button, specify button icon size...
Mike Gelfand [Sun, 28 Dec 2014 04:04:58 +0000 (04:04 +0000)]
Use QToolButton instead of QPushButton for path button, specify button icon size explicitly

10 years agoAdd missing QToolButton forward declaration (Qt client)
Mike Gelfand [Sun, 28 Dec 2014 00:20:43 +0000 (00:20 +0000)]
Add missing QToolButton forward declaration (Qt client)

10 years ago#5809: Allow building against system dht library (patch by jbeich)
Mike Gelfand [Sun, 28 Dec 2014 00:14:46 +0000 (00:14 +0000)]
#5809: Allow building against system dht library (patch by jbeich)

10 years ago#5808: Don't embed path to DHT_LIBS in qtr.pro (patch by jbeich)
Mike Gelfand [Sun, 28 Dec 2014 00:02:50 +0000 (00:02 +0000)]
#5808: Don't embed path to DHT_LIBS in qtr.pro (patch by jbeich)

10 years ago#5805: Use bundled libutp by default if no system libutp found
Mike Gelfand [Sat, 27 Dec 2014 23:33:51 +0000 (23:33 +0000)]
#5805: Use bundled libutp by default if no system libutp found

10 years ago#5805: Allow building against system libutp (patch by jbeich)
Mike Gelfand [Sat, 27 Dec 2014 23:21:01 +0000 (23:21 +0000)]
#5805: Allow building against system libutp (patch by jbeich)

10 years agoAdd missing <QDebug> include (Qt 4 build break)
Mike Gelfand [Sat, 27 Dec 2014 20:08:10 +0000 (20:08 +0000)]
Add missing <QDebug> include (Qt 4 build break)

10 years agoFactor RPC logic out from session (Qt client)
Mike Gelfand [Sat, 27 Dec 2014 20:03:10 +0000 (20:03 +0000)]
Factor RPC logic out from session (Qt client)

10 years agoA bit of harmless refactoring
Mike Gelfand [Sat, 27 Dec 2014 14:07:14 +0000 (14:07 +0000)]
A bit of harmless refactoring

Prefer C++-style over C-style type casting.
Use qApp instead of QApplication/QCoreApplication::instance().
Use explicit QString::fromLatin1()/fromUtf8() where applicable.

10 years agoRefactor FreespaceLabel to make it possible for it to be created in Qt Designer
Mike Gelfand [Fri, 26 Dec 2014 18:41:47 +0000 (18:41 +0000)]
Refactor FreespaceLabel to make it possible for it to be created in Qt Designer

10 years agoFix the rest of :: formatting in C++ code
Mike Gelfand [Fri, 26 Dec 2014 14:22:35 +0000 (14:22 +0000)]
Fix the rest of :: formatting in C++ code

10 years agoFix directory name display in relocate dialog
Mike Gelfand [Fri, 26 Dec 2014 14:21:47 +0000 (14:21 +0000)]
Fix directory name display in relocate dialog

10 years agoRework relocate dialog in Qt client to load from .ui
Mike Gelfand [Fri, 26 Dec 2014 10:35:00 +0000 (10:35 +0000)]
Rework relocate dialog in Qt client to load from .ui

10 years agoFix up some about dialog leftovers, sync Qt client translations
Mike Gelfand [Thu, 25 Dec 2014 21:51:59 +0000 (21:51 +0000)]
Fix up some about dialog leftovers, sync Qt client translations

10 years agoRework about dialog in Qt client to load from .ui
Mike Gelfand [Thu, 25 Dec 2014 19:39:45 +0000 (19:39 +0000)]
Rework about dialog in Qt client to load from .ui

10 years agoMove numeric units to the right of values (per KDE HIG)
Mike Gelfand [Mon, 22 Dec 2014 03:06:09 +0000 (03:06 +0000)]
Move numeric units to the right of values (per KDE HIG)

Sync translations with the code. Adjust translations for changed phrases
(hopefully correct for the most of them).

One phrase still left untouched (Preferences -> Downloading), need to
think on better wording.