Commit Graph

28 Commits

Author SHA1 Message Date
Uwe Hermann f529583485 Fix some random clang-tidy warnings. 2017-08-02 10:52:52 +02:00
Uwe Hermann 5ea53b3c20 Rename sigrok-logo-notext.png to pulseview.png.
This is more specific and prevents any potential issues e.g. when
multiple distro packages might ship with a generic file like
sigrok-logo-notext.png that's supposed to be installed in the same place.
2017-06-11 20:05:50 +02:00
Uwe Hermann aca9aa834c Use alphabetical order for #includes.
This patch was generated using clang-tidy:

  clang-tidy -checks="-*,llvm-include-order" -fix
2017-03-28 11:43:40 +02:00
Uwe Hermann db1aabc15d Use the "default" keyword.
This patch was generated using clang-tidy:

  clang-tidy -checks="-*,modernize-use-equals-default" -fix

(with manual fixups to move the "= default" to the .hpp)
2017-03-23 19:21:05 +01:00
Uwe Hermann cafe470ed9 Don't use deprecated headers.
This patch was generated using clang-tidy:

  clang-tidy -checks="-*,modernize-deprecated-headers" -fix

(with some additional manual fixups)
2017-03-23 17:59:00 +01:00
Uwe Hermann 6f925ba9d6 Don't use std:: in the code directly (where possible).
Use "using std::foo" to make the actual code itself a lot more readable.

There are some exceptions where we usually cannot do this, e.g. std::thread
often conflicts with "thread" from Qt or Boost.
2017-03-18 20:00:51 +01:00
Uwe Hermann 1500e3ab40 AndroidManifest.xml: Bump PV version to 0.4.0. 2016-03-13 22:06:16 +01:00
Marcus Comstedt 2388a7320f android: Include firmwares in the APK 2015-10-01 17:25:15 +02:00
Marcus Comstedt aaa4c0101a android: Fix copylibs task to include the right libs
Since more and more libs are losing their versioned soname, the
heuristic of including libs with versioned sonames is an increasingly
poor one.  Instead, simply blacklist the libs we do not want.
2015-10-01 17:25:15 +02:00
Marcus Comstedt e482fa6ce8 android: Don't include qtaccessiblewidgets plugin
Since Qt 5.4.0, accessibility is no longer a plugin.
2015-10-01 17:25:15 +02:00
Daniel Elstner 059599e8fd android: Check for firmware in standard locations, too 2015-10-01 14:59:03 +02:00
Daniel Elstner dddff2e7c6 android: Read firmware resources from assets
Set up a resource reader to load firmware resources as assets
bundled with the APK.
2015-09-28 17:29:48 +02:00
Joel Holdsworth 4c60462b00 Replaced NULL with nullptr 2015-06-11 20:38:48 +02:00
Uwe Hermann 343f938f15 android: Add missing libintl.so to APK.
This fixes bug #575.
2015-04-09 01:56:04 +02:00
Joel Holdsworth 7a01bd3654 Modified header guards to match file names 2015-01-27 16:28:31 +01:00
Uwe Hermann 360ab9be5d Minor whitespace fixes. 2014-11-29 13:15:57 +01:00
Joel Holdsworth 2acdb232d6 Renamed C++ headers to .hpp 2014-11-22 14:32:09 +00:00
Uwe Hermann 754602a31f android: Don't install unneeded Python files. 2014-10-31 18:52:02 +01:00
Marcus Comstedt 4a70a2cf34 Update android build after bindings rewrite
The sigrok bindings depend on libffi.so, which is an unversioned shared
object, so add it to the whitelist of libraries to install into the APK.
2014-10-19 17:39:41 +02:00
Uwe Hermann fd80abbd2e android: Minor whitespace fixes. 2014-08-31 19:51:13 +02:00
Marcus Comstedt b00f097937 Android: Bundle Qt libs with the APK 2014-08-31 19:27:55 +02:00
Uwe Hermann 0b8e35218a Only use one central .gitignore file. 2014-08-27 19:44:00 +02:00
Uwe Hermann ad629dd65d android/: Add some missing license headers. 2014-08-27 13:48:05 +02:00
Uwe Hermann 1c90d94fb2 android/: Whitespace and consistency fixes.
Use one tab as indentation for all XML and Java files.
2014-08-26 23:13:39 +02:00
Marcus Comstedt aff5174622 Android: Use environment setup from library instead 2014-08-26 22:45:41 +02:00
Marcus Comstedt a4ef39937e Added files for building Android APK 2014-08-26 22:45:41 +02:00
Marcus Comstedt 9137928c9a Install logging callbacks for Android 2014-08-26 22:45:41 +02:00
Marcus Comstedt 82b23ce795 Setup environment for SRD on Android 2014-08-26 22:45:41 +02:00