Igor Kushnir
82719573b5
Reader: store geometry instead of pos&size in Configuration
...
Qt documentation recommends calling saveGeometry() in closeEvent().
This commit fixes the following bug on my GNU/Linux with Xfce system:
1. Move the top of the YACReader window to the top of the screen.
2. Restart YACReader (exit and run again).
2. Enter full screen mode.
4. Restart YACReader.
5. Exit full screen mode.
At this point YACReader's title bar is hidden beyond the top of the
screen, i.e. the window has moved up.
2019-09-18 18:10:40 +02:00
Igor Kushnir
eb9075c917
Reader: remove unused code from Configuration
2019-09-18 18:10:40 +02:00
Igor Kushnir
39ab598363
Reader: clean unused code up
...
closeEvent is accepted by default, so this commit does not change the
application behavior. But Qt documentation recommends not relying on the
default value as subclasses may choose to clear it in their constructor.
2019-09-18 18:10:40 +02:00
Luis Ángel San Martín
86c4b6158b
Merge pull request #65 from vedgy/add-horizontal-wheel-support
...
Reader: add support for horizontal mouse wheel
2019-09-18 17:10:29 +02:00
Igor Kushnir
8820c8769b
Reader: add support for horizontal mouse wheel
...
Without this commit the horizontal wheel on a two-wheel mouse acts the
same as the vertical wheel in YACReader.
horizontalScroller is used analogously to verticalScroller in
Viewer::scrollTo(). So I made the horizontal wheel work analogously to
the vertical wheel except for moving to the next or previous page.
2019-09-18 15:32:35 +02:00
Luis Ángel San Martín
15277d00b7
README.txt has been renamed to README.md
...
this fixes installing YACReader using qmake -install
2019-09-16 23:46:26 +02:00
Luis Ángel San Martín
a6bfd44aec
Remove clear from sql query
...
It was committed by mistake
2019-09-16 23:44:30 +02:00
Luis Ángel San Martín
e4dec39eaa
Merge pull request #79 from YACReader/feature/github_releases_from_azure_pipelines
...
Try to do a release to github
2019-09-16 22:33:42 +02:00
Luis Ángel San Martín
c2ef314be2
Disable adding a changelog based on commits
...
It is too verbose.
2019-09-16 21:51:02 +02:00
Luis Ángel San Martín
16bbb9ab48
Do releases only when merging into master
2019-09-16 21:43:51 +02:00
Luis Ángel San Martín
a89e197add
Artifacts in $(Build.ArtifactStagingDirectory) should be automatically uploaded
...
So downloading the artifacts to that folder and then flatten it should get the files ready to be uploaded
2019-09-16 20:49:18 +02:00
Luis Ángel San Martín
eb0f4555ad
Use VERSION var properly
2019-09-16 20:47:51 +02:00
Luis Ángel San Martín
7b9d41911f
Try to create a tag associated to the release
...
I don't know if it is possible or the tag needs to exists in advance.
2019-09-16 19:10:02 +02:00
Luis Ángel San Martín
012b97642b
Fix condition
2019-09-16 17:58:23 +02:00
Luis Ángel San Martín
58e4a255a4
Disable branch check for releases
2019-09-16 17:56:50 +02:00
Luis Ángel San Martín
78b2d5f3da
Use a new connection
2019-09-16 17:23:07 +02:00
Luis Ángel San Martín
6e8fe27fbc
Try to do a release to github
2019-09-16 17:16:17 +02:00
Luis Ángel San Martín
3523fcd12e
Use the right branch name for develop
2019-09-11 23:45:59 +02:00
Luis Ángel San Martín
a18b6ee210
Merge pull request #78 from YACReader/feature/upload_dev_builds
...
Create a job to upload dev builds
2019-09-11 19:29:41 +02:00
Luis Ángel San Martín
5a52382d1f
Only upload dev builds from develop branch
2019-09-11 19:29:28 +02:00
Luis Ángel San Martín
e0d4a5f987
Add win dependencies again
2019-09-11 18:32:34 +02:00
Luis Ángel San Martín
7a2fa7f6b3
Try to find if qt.conf is properly placed
2019-09-11 18:05:34 +02:00
Luis Ángel San Martín
359be4c644
Default is not a valid pool
2019-09-11 17:17:53 +02:00
Luis Ángel San Martín
386ca2d82b
Try to calculate the build number only once
2019-09-11 17:10:32 +02:00
Luis Ángel San Martín
6d44e30737
Try other pattern
2019-09-11 17:06:47 +02:00
Luis Ángel San Martín
b8dbf4dd4d
The folder seems to be there, let's see what's inside
...
I guess this is a problem with aqtinstall, I need to gather information if I want to open an issue
2019-09-11 16:37:45 +02:00
Luis Ángel San Martín
35089493c7
Publish uploaded files
2019-09-11 16:20:20 +02:00
Luis Ángel San Martín
1b95fe3cd8
Upload only files
...
I don't know if there is a better pattern to define files only
2019-09-11 16:14:04 +02:00
Luis Ángel San Martín
3db3908d8c
Change default remote path
2019-09-11 16:07:43 +02:00
Luis Ángel San Martín
14b3ec02ca
Disable windows builds dependencies for now
...
installing qt is failing I think
2019-09-11 14:09:13 +02:00
Luis Ángel San Martín
1dec3ad286
** as fnmatch should be enough
2019-09-11 13:59:55 +02:00
Luis Ángel San Martín
08d94be48a
Try to upload all files to bintray
2019-09-11 13:58:15 +02:00
Luis Ángel San Martín
4272e17784
Check specs
2019-09-11 12:08:08 +02:00
Luis Ángel San Martín
c2e95f2a36
Find whats in PATH by default
2019-09-11 11:49:50 +02:00
Luis Ángel San Martín
6ecbd1f9c7
Something in qt seems to be broken
2019-09-11 11:37:29 +02:00
Luis Ángel San Martín
1efa957a4c
Force spec
2019-09-11 11:24:57 +02:00
Luis Ángel San Martín
f382aab6dd
remove branch condition for now
2019-09-11 11:08:33 +02:00
Luis Ángel San Martín
17a6de82ad
dependsOn is an array
2019-09-11 10:48:49 +02:00
Luis Ángel San Martín
6c3b04ec65
Create a job to upload dev builds
...
For now it will try to download all the artifacts to $(Build.SourcesDirectory)/dev_bin
2019-09-11 10:44:44 +02:00
Luis Ángel San Martín
2649f58f15
Include lastTimeOpened in plain text comic info
2019-09-10 17:16:53 +02:00
Luis Ángel San Martín
0c8155dc66
Merge pull request #77 from YACReader/feature/create-tarball-artifact
...
Feature/create tarball artifact
2019-09-08 14:31:52 +02:00
Luis Ángel San Martín
a9aea3b249
Fix tarball CopyFiles@2
2019-09-08 13:57:09 +02:00
Luis Ángel San Martín
d66ab77a2b
🤦
2019-09-08 13:33:34 +02:00
Luis Ángel San Martín
e1b5022d84
Try to create tarball from the right folder
2019-09-08 13:07:51 +02:00
Luis Ángel San Martín
f6d2dff10a
Create the src tarball and upload it as an artifact
2019-09-08 12:57:30 +02:00
Luis Ángel San Martín
b659128bb2
Merge pull request #76 from YACReader/feature/build-win32-binaries-azure-pipelines
...
Feature/build win32 binaries azure pipelines
2019-09-08 12:37:40 +02:00
Luis Ángel San Martín
565bc53ed4
Avoid file corruption
2019-09-07 15:56:08 +02:00
Luis Ángel San Martín
ab677f8f2a
Fix jobs names
2019-09-07 15:56:08 +02:00
Luis Ángel San Martín
44e9c7b4c9
parameters
was missing
2019-09-07 15:56:08 +02:00
Luis Ángel San Martín
12ec7c1723
Do templates must to specify defaults?
2019-09-07 15:56:08 +02:00