Jim Broadus
|
8a88a0a57e
|
Properly handle connect errors when initiated from properties dialog.
If connection fails when initiated from the device properties dialog, the
connected page is shown after the update formats worker thread completes.
|
2020-01-07 23:20:04 -08:00 |
Jonas Kvinge
|
d8788d6a0d
|
Update qt5 branch
|
2019-01-27 01:00:36 +01:00 |
Jonas Kvinge
|
ed3d462674
|
Fix memory leak and use ItemToIndex / IndexToItem (#6262)
|
2019-01-21 21:38:46 +00:00 |
Jonas Kvinge
|
7e25a7c7e4
|
Convert devices manager(model) to QAbstractItemModel (#6260)
|
2019-01-21 09:06:48 +00:00 |
Chocobozzz
|
ff7026c9fe
|
Merge remote-tracking branch 'upstream/master' into qt5
|
2015-12-13 20:05:12 +01:00 |
John Maguire
|
f300946c81
|
Remove most usages of QFutureWatcher
|
2015-11-27 14:28:12 +00:00 |
narunlifescience
|
dd953fd86c
|
check custom icon location, then system theme & then fallback theme
icons added & replaced
|
2015-10-13 22:35:49 -05:00 |
Chocobozzz
|
8b226c2171
|
Update non optionnals sources to qt5
|
2015-04-11 23:24:07 +02:00 |
Chocobozzz
|
8fba1c30f4
|
Make format
|
2014-11-05 13:05:58 +01:00 |
Chocobozzz
|
da99c55eed
|
Use constructor for QString
|
2014-11-05 12:25:55 +01:00 |
Chocobozzz
|
2e64b24290
|
Revert "Use constructor for QString and make format"
This reverts commit 5a2348fae6 .
|
2014-11-05 12:25:09 +01:00 |
Chocobozzz
|
5a2348fae6
|
Use constructor for QString and make format
|
2014-11-05 11:51:38 +01:00 |
Chocobozzz
|
942fda88bf
|
Check if there is a current icon item in the device manager. Fixes #4604 #4555
|
2014-11-04 21:46:10 +01:00 |
John Maguire
|
3323c2d094
|
Convert all instances of foreach() to a C++11 for
find ext src -name '*.cpp' -exec \
sed -i -e 's/foreach(\([^,]\+\),/for (\1 :/' {} \;
|
2014-02-10 14:43:32 +01:00 |
John Maguire
|
bebd781fdf
|
Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
|
2014-02-07 16:34:20 +01:00 |
John Maguire
|
71893e4847
|
Use nullptr instead of NULL everywhere.
|
2014-02-06 17:29:59 +01:00 |
John Maguire
|
d309d4ab27
|
Use c++11 instead of boost where possible.
|
2014-02-06 16:51:39 +01:00 |
David Sansome
|
ed1a25693c
|
Add missing licenses to debian/copyright, and add copyright information to each source file
|
2010-11-20 13:27:10 +00:00 |
David Sansome
|
e4f5e97b17
|
Allow GetSupportedFiletypes to return an error, and make it possible to request a list of supported filetypes at the same time as opening the device for copying - making things much faster on MTP devices.
|
2010-08-30 12:22:15 +00:00 |
David Sansome
|
4b381e00fd
|
Transcode files when copying them to devices
|
2010-08-29 19:22:21 +00:00 |
David Sansome
|
5873fe80a6
|
Pick a good default format to transcode to
|
2010-08-29 16:12:55 +00:00 |
David Sansome
|
d8ea4660e7
|
Store the device's transcode preference in the database
|
2010-08-29 15:32:36 +00:00 |
David Sansome
|
d1ae0c8509
|
Show a list of formats supported by a device in the properties dialog
|
2010-08-29 13:49:40 +00:00 |
David Sansome
|
9d2a4783ff
|
Don't show empty rows in the Hardware Information view
|
2010-08-10 18:45:34 +00:00 |
John Maguire
|
46fe33b300
|
Add new icons to device properties list.
|
2010-08-09 20:15:12 +00:00 |
David Sansome
|
18f95c205c
|
Don't show the device capacity text in the device properties dialog any more
|
2010-07-31 12:48:55 +00:00 |
David Sansome
|
3ad30d14a8
|
Display device free space information in the device properties dialog
|
2010-07-29 20:03:24 +00:00 |
David Sansome
|
d704680579
|
Show some more information for GIO devices
|
2010-07-17 22:06:19 +00:00 |
David Sansome
|
6c51858554
|
Change the capacity field to a label, and make double clicking a device actually connect it
|
2010-07-04 15:25:11 +00:00 |
David Sansome
|
aa49082952
|
Save changes made in the device properties dialog
|
2010-07-04 15:18:37 +00:00 |
David Sansome
|
b3af9fa7d7
|
Add a device properties dialog
|
2010-07-04 15:01:24 +00:00 |