Mike Gelfand
d96ef13a89
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.
2015-01-29 21:53:05 +00:00
Mike Gelfand
beeb4521c0
Rework forms layout to workaround some stylesheet issues (Qt client)
2015-01-21 21:14:00 +00:00
Mike Gelfand
954a91ca39
Reduce initial torrent creation dialog size to minimum
...
Truncate text in path button to prevent width increase for long paths.
2014-12-31 23:54:52 +00:00
Mike Gelfand
efddf08d67
Rework torrent creation dialog in Qt client to load from .ui
2014-12-31 22:27:46 +00:00
Mike Gelfand
17d6666b4c
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.
2014-12-27 14:07:14 +00:00
Mike Gelfand
629281a1e2
Fix license wording in Qt client .cc files to match the rest of the code.
2014-12-21 23:49:39 +00:00
Mike Gelfand
737fdab775
Do not use void to denote argumentless functions in C++ code
2014-12-14 11:57:23 +00:00
Mike Gelfand
365b28bc81
Strip needless const& specifiers on SIGNAL and SLOT arguments (Qt client)
2014-12-13 09:04:10 +00:00
Mike Gelfand
67dc1c8485
Strip spaces around :: in C++ code (Qt client)
2014-12-12 23:05:10 +00:00
Jordan Lee
4b9626bb83
Licensing changes:
...
1. add the option the code to be used under GPLv2 or GPLv3; previously only GPLv2 was allowed
2. add the "proxy option" as described in GPLv3 so we can add future licenses without having to bulk-edit everything again :)
3. remove the awkward "exception for MIT code in Mac client" clause; it was unnecessary and confusing.
2014-01-19 01:09:44 +00:00
Jordan Lee
4904b923fb
(trunk) restore copyright year as suggested in email by rms
2014-01-18 20:56:57 +00:00
Jordan Lee
da317c441d
copyediting: indentation cleanups
2013-09-14 22:45:04 +00:00
Jordan Lee
e0acd2dcc3
(trunk, qt) reuse make-dialog's trailing slash fix in the options dialog when setting the download dir
2013-09-08 19:59:47 +00:00
Jordan Lee
0ed8f46e07
(trunk, qt) #3606 'Qt client New Torrent from Source Folder is Goofy' -- fixed, mikedld
2013-09-08 19:12:33 +00:00
Jordan Lee
7cc97b795f
remove another spurious console message
2013-08-24 20:22:38 +00:00
Jordan Lee
1c79173459
support qt5 in transmission-qt
2013-07-27 21:58:14 +00:00
Jordan Lee
1d63fc7d22
(qt) #5248 'fails to create torrent with multiple trackers': patch by rb07
2013-01-24 15:34:45 +00:00
Jordan Lee
792215c5e9
(trunk qt) #5059 'Memory leak in the TrMainWindow :: openTorrent' -- fixed.
2012-10-08 04:23:39 +00:00
Jordan Lee
4e2b6f6e9f
#4664 "Use completeBaseName() instead of baseName() in the 'New Torrent' dialog" -- patch contributed by cantabile
2011-12-10 18:45:21 +00:00
Jordan Lee
5b53b62773
(trunk qt) #4428 "Conversion to QString in "New torrent" dialog assumes the input string is ASCII" -- fix many ascii-to-QString assumptions in the code.
2011-08-20 05:19:27 +00:00
Jordan Lee
e24c18fcd9
(trunk qt) in the "new torrent" dialog, have the "save to" and "source folder" file dialogs be QFileDialog::DirectoryOnly rather than QFileDialog::Directory
2011-02-03 22:13:31 +00:00
Charles Kerr
5182600179
(trunk) add drag-and-drop support to the "create new torrent" dialogs in the Qt and GTK+ clients
2010-08-02 20:55:11 +00:00
Charles Kerr
1477c8909f
(trunk qt) synchronize the copyright notices
2010-08-01 20:36:13 +00:00
Charles Kerr
3fa4865863
(trunk) #3450 "regression: Qt client dbus support broken" -- fixed
2010-08-01 18:55:04 +00:00
Charles Kerr
bb92d05860
(trunk) rename the Qt client's "Units" class as "Formatter"
2010-07-03 01:10:36 +00:00
Charles Kerr
cdcc4705aa
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
2010-07-03 00:25:22 +00:00
Charles Kerr
5c26afdb52
happy new year!
2010-01-04 21:00:47 +00:00
Charles Kerr
78ead8c3dd
(trunk) update the copyright notices
2009-12-05 02:19:24 +00:00
Charles Kerr
4e18bc9734
(trunk qt) minor cleanup
2009-10-06 00:27:26 +00:00
Charles Kerr
ceb8e4b564
(trunk qt) sync the Qt client's "New Torrent" dialog with the GTK+ client's rewrite
2009-10-05 19:53:38 +00:00
Charles Kerr
79fb45c110
(trunk qt) add svn properties on the qt source files
2009-05-31 19:33:48 +00:00
Charles Kerr
8cb90fd28f
(trunk) add the Qt beta into svn
2009-04-09 18:55:47 +00:00