]> git.sur5r.net Git - minitube/log
minitube
10 years agoMore const references everywhere
Flavio Tordini [Sun, 17 May 2015 09:11:53 +0000 (11:11 +0200)]
More const references everywhere

10 years agoMerge pull request #13 from dcoppa/master
Flavio Tordini [Tue, 12 May 2015 16:09:51 +0000 (18:09 +0200)]
Merge pull request #13 from dcoppa/master

Be careful about the lifetime of stack variables

10 years agoBe careful about the lifetime of stack variables
dcoppa [Tue, 12 May 2015 11:56:55 +0000 (13:56 +0200)]
Be careful about the lifetime of stack variables

This commit fixes minitube hanging indefinitely on OpenBSD while showing search results.

ptr is pointing to free'd memory, causing an infinite loop when parsing video duration property into src/paginatedvideosource.cpp (L148)

See also the following links for a better explanation:

http://blog.aaronballman.com/2011/07/returning-stack-based-values/

https://wiki.qt.io/Qt_project_org_faq#How_can_I_convert_a_QString_to_char.2A_and_vice_versa.3F

10 years agoClear status tip
Flavio Tordini [Thu, 7 May 2015 10:24:07 +0000 (12:24 +0200)]
Clear status tip

10 years agoUse normal font
Flavio Tordini [Thu, 7 May 2015 10:23:46 +0000 (12:23 +0200)]
Use normal font

10 years agoUse normal font
Flavio Tordini [Thu, 7 May 2015 10:15:49 +0000 (12:15 +0200)]
Use normal font

10 years agoMerge pull request #9 from dreamer-dead/upstream-extract-pathservice
Flavio Tordini [Wed, 29 Apr 2015 20:29:57 +0000 (22:29 +0200)]
Merge pull request #9 from dreamer-dead/upstream-extract-pathservice

Upstream extract pathservice

10 years agoAdd a set of paths helper functions and use it.
dreamer.dead [Wed, 29 Apr 2015 14:14:02 +0000 (17:14 +0300)]
Add a set of paths helper functions and use it.

10 years agoAdd missing license info for qurlqueryhelper.h
dreamer.dead [Wed, 29 Apr 2015 14:12:09 +0000 (17:12 +0300)]
Add missing license info for qurlqueryhelper.h

10 years agoMerge branch 'dreamer-dead-upstream-fix-compiler-warnings'
Flavio Tordini [Wed, 29 Apr 2015 11:51:23 +0000 (13:51 +0200)]
Merge branch 'dreamer-dead-upstream-fix-compiler-warnings'

10 years agotransition is actually used inside ifdef
Flavio Tordini [Wed, 29 Apr 2015 11:47:37 +0000 (13:47 +0200)]
transition is actually used inside ifdef

10 years agoMerge branch 'upstream-fix-compiler-warnings' of git://github.com/dreamer-dead/minitu...
Flavio Tordini [Wed, 29 Apr 2015 11:40:06 +0000 (13:40 +0200)]
Merge branch 'upstream-fix-compiler-warnings' of git://github.com/dreamer-dead/minitube into dreamer-dead-upstream-fix-compiler-warnings

10 years agoMerge pull request #6 from dreamer-dead/play_with_code
Flavio Tordini [Wed, 29 Apr 2015 11:28:03 +0000 (13:28 +0200)]
Merge pull request #6 from dreamer-dead/play_with_code

Change VideoDefinition class interface.

10 years agoFix compiler warnings reported by clang.
dreamer.dead [Tue, 28 Apr 2015 22:15:52 +0000 (01:15 +0300)]
Fix compiler warnings reported by clang.

10 years agoChange VideoDefinition class interface.
dreamer.dead [Fri, 24 Apr 2015 17:06:47 +0000 (20:06 +0300)]
Change VideoDefinition class interface.

10 years agoTemporary workaround for Qt Mac SSL problems
Flavio Tordini [Mon, 27 Apr 2015 12:37:24 +0000 (14:37 +0200)]
Temporary workaround for Qt Mac SSL problems

10 years agoTest API key only if there are more than one
Flavio Tordini [Thu, 16 Apr 2015 09:04:07 +0000 (11:04 +0200)]
Test API key only if there are more than one

10 years agoMerge pull request #3 from dreamer-dead/upstream-fix-updating-qurl-query-qt5
Flavio Tordini [Mon, 27 Apr 2015 12:36:13 +0000 (14:36 +0200)]
Merge pull request #3 from dreamer-dead/upstream-fix-updating-qurl-query-qt5

Fix updating QUrl query parameters with Qt5.

10 years agoFix updating QUrl query parameters with Qt5.
dreamer.dead [Fri, 24 Apr 2015 22:44:47 +0000 (01:44 +0300)]
Fix updating QUrl query parameters with Qt5.

- Add QUrlQueryHelper for compatibility with Qt5.
- Use QUrlQueryHelper class and remove Qt5 version ifdefs.

10 years agobetter read
Flavio Tordini [Wed, 15 Apr 2015 21:04:07 +0000 (23:04 +0200)]
better read

10 years agobetter readme
Flavio Tordini [Wed, 15 Apr 2015 15:50:54 +0000 (17:50 +0200)]
better readme

10 years agoinstall Qt Sqlite plugin
Flavio Tordini [Wed, 15 Apr 2015 14:34:51 +0000 (16:34 +0200)]
install Qt Sqlite plugin

10 years agoRemoved unused old icon loader
Flavio Tordini [Wed, 15 Apr 2015 14:09:13 +0000 (16:09 +0200)]
Removed unused old icon loader

10 years agoupdated todo
Flavio Tordini [Wed, 15 Apr 2015 09:26:24 +0000 (11:26 +0200)]
updated todo

10 years agoMac font hack still needed
Flavio Tordini [Tue, 14 Apr 2015 12:39:49 +0000 (14:39 +0200)]
Mac font hack still needed

10 years agoUpdated TODO
Flavio Tordini [Tue, 14 Apr 2015 12:39:26 +0000 (14:39 +0200)]
Updated TODO

10 years agoFixed video order (with sync details)
Flavio Tordini [Sun, 12 Apr 2015 17:33:02 +0000 (19:33 +0200)]
Fixed video order (with sync details)

10 years agoFix api key warning
Flavio Tordini [Sat, 11 Apr 2015 14:46:16 +0000 (16:46 +0200)]
Fix api key warning

10 years agoqmake fix
Flavio Tordini [Thu, 9 Apr 2015 17:28:50 +0000 (19:28 +0200)]
qmake fix

10 years agoMinor fix 2.4
Flavio Tordini [Wed, 8 Apr 2015 09:38:01 +0000 (11:38 +0200)]
Minor fix

10 years ago2.4 changes
Flavio Tordini [Wed, 8 Apr 2015 08:12:18 +0000 (10:12 +0200)]
2.4 changes

10 years agoYT api v3 support
Flavio Tordini [Tue, 7 Apr 2015 19:51:28 +0000 (21:51 +0200)]
YT api v3 support

10 years agoMac App Store compatibility
Flavio Tordini [Tue, 7 Apr 2015 19:37:47 +0000 (21:37 +0200)]
Mac App Store compatibility

10 years agoRemove bold from centered message
Flavio Tordini [Tue, 7 Apr 2015 19:36:16 +0000 (21:36 +0200)]
Remove bold from centered message

10 years agoMade JSFunctions instantiable
Flavio Tordini [Tue, 7 Apr 2015 19:35:06 +0000 (21:35 +0200)]
Made JSFunctions instantiable

10 years agoIt's 2015
Flavio Tordini [Tue, 7 Apr 2015 19:30:50 +0000 (21:30 +0200)]
It's 2015

10 years agoUpdated README
Flavio Tordini [Tue, 7 Apr 2015 15:51:32 +0000 (17:51 +0200)]
Updated README

10 years agoUpdated translations
Flavio Tordini [Tue, 7 Apr 2015 15:30:31 +0000 (17:30 +0200)]
Updated translations

10 years agoRenamed INSTALL to README.md
Flavio Tordini [Tue, 7 Apr 2015 15:25:44 +0000 (17:25 +0200)]
Renamed INSTALL to README.md

10 years agoAdded "debian" to .gitignore
Flavio Tordini [Tue, 7 Apr 2015 15:23:51 +0000 (17:23 +0200)]
Added "debian" to .gitignore

10 years agoFix autoupdate on Linux 2.3.1
Flavio [Thu, 13 Nov 2014 15:27:31 +0000 (16:27 +0100)]
Fix autoupdate on Linux

10 years agoEnsure JS reloading for new version
Flavio [Thu, 13 Nov 2014 14:48:44 +0000 (15:48 +0100)]
Ensure JS reloading for new version

10 years agoRemoved unused code, added js ageGate
Flavio [Thu, 13 Nov 2014 12:52:59 +0000 (13:52 +0100)]
Removed unused code, added js ageGate

10 years agoEnabled autoupdated on Linux
Flavio [Thu, 13 Nov 2014 12:24:40 +0000 (13:24 +0100)]
Enabled autoupdated on Linux

10 years agoDisabled buggy window move on Mac
Flavio [Thu, 13 Nov 2014 12:24:20 +0000 (13:24 +0100)]
Disabled buggy window move on Mac

10 years agoFixed VEVO videos
Flavio [Thu, 13 Nov 2014 12:22:36 +0000 (13:22 +0100)]
Fixed VEVO videos

10 years agoRemoved useless code
Flavio [Thu, 13 Nov 2014 12:22:14 +0000 (13:22 +0100)]
Removed useless code

10 years agoRestored wheel scroll setting
Flavio [Thu, 13 Nov 2014 12:21:53 +0000 (13:21 +0100)]
Restored wheel scroll setting

10 years agoFix directory name on Mac
Flavio [Thu, 13 Nov 2014 12:20:27 +0000 (13:20 +0100)]
Fix directory name on Mac

10 years agoFinally fixed mouse tracking bug 2.3
Flavio [Thu, 23 Oct 2014 10:46:00 +0000 (12:46 +0200)]
Finally fixed mouse tracking bug

11 years agoFixed bug with channel thumbs location
Flavio [Wed, 22 Oct 2014 12:11:45 +0000 (14:11 +0200)]
Fixed bug with channel thumbs location

11 years agoLoading icon
Flavio [Tue, 21 Oct 2014 20:11:21 +0000 (22:11 +0200)]
Loading icon

11 years agoMinor Yosemite fixes
Flavio [Tue, 21 Oct 2014 15:37:01 +0000 (17:37 +0200)]
Minor Yosemite fixes

11 years agoUpdated translation
Flavio [Tue, 21 Oct 2014 15:35:18 +0000 (17:35 +0200)]
Updated translation

11 years agoFixed search icon
Flavio [Thu, 16 Oct 2014 13:28:18 +0000 (15:28 +0200)]
Fixed search icon

11 years agoUpdated translations
Flavio [Thu, 16 Oct 2014 07:29:33 +0000 (09:29 +0200)]
Updated translations

11 years agoRenamed Utils to IconUtils
Flavio Tordini [Thu, 16 Oct 2014 07:27:20 +0000 (09:27 +0200)]
Renamed Utils to IconUtils

11 years agoAutocomplete fixes
Flavio Tordini [Thu, 16 Oct 2014 07:26:58 +0000 (09:26 +0200)]
Autocomplete fixes

11 years ago2.3 changes
Flavio Tordini [Mon, 13 Oct 2014 14:17:07 +0000 (16:17 +0200)]
2.3 changes

11 years agoFake user agent
Flavio Tordini [Mon, 13 Oct 2014 14:16:41 +0000 (16:16 +0200)]
Fake user agent

11 years agodisable debug output
Flavio Tordini [Mon, 13 Oct 2014 14:16:25 +0000 (16:16 +0200)]
disable debug output

11 years agoMinor performance fixes
Flavio Tordini [Mon, 13 Oct 2014 14:15:56 +0000 (16:15 +0200)]
Minor performance fixes

11 years agoUpdated translations
Flavio Tordini [Mon, 13 Oct 2014 14:15:17 +0000 (16:15 +0200)]
Updated translations

11 years agobetter search suggestions
Flavio Tordini [Mon, 13 Oct 2014 14:12:45 +0000 (16:12 +0200)]
better search suggestions

11 years agoBetter autocomplete
Flavio Tordini [Sat, 11 Oct 2014 19:22:50 +0000 (21:22 +0200)]
Better autocomplete

11 years agoRemoved unused preprocessor directive
Flavio Tordini [Mon, 29 Sep 2014 14:23:11 +0000 (16:23 +0200)]
Removed unused preprocessor directive

11 years agoNo debug output
Flavio Tordini [Mon, 29 Sep 2014 14:22:16 +0000 (16:22 +0200)]
No debug output

11 years agoPreliminary DASH work
Flavio Tordini [Mon, 29 Sep 2014 14:21:53 +0000 (16:21 +0200)]
Preliminary DASH work

11 years agoStrings
Flavio Tordini [Sun, 21 Sep 2014 16:51:18 +0000 (18:51 +0200)]
Strings

11 years agono debug output
Flavio Tordini [Sun, 21 Sep 2014 16:51:08 +0000 (18:51 +0200)]
no debug output

11 years agoSnapshots
Flavio Tordini [Sun, 21 Sep 2014 16:46:47 +0000 (18:46 +0200)]
Snapshots

11 years agoQt5 fix
Flavio Tordini [Sun, 21 Sep 2014 16:45:27 +0000 (18:45 +0200)]
Qt5 fix

11 years agoMoved filename chars function to DataUtils
Flavio Tordini [Sun, 21 Sep 2014 16:43:50 +0000 (18:43 +0200)]
Moved filename chars function to DataUtils

11 years agoRounded corners for suggestions popup
Flavio Tordini [Sun, 21 Sep 2014 16:43:04 +0000 (18:43 +0200)]
Rounded corners for suggestions popup

11 years agoFixed David Nel website link
Flavio Tordini [Sun, 21 Sep 2014 16:41:58 +0000 (18:41 +0200)]
Fixed David Nel website link

11 years agoUpdated install instructions
Flavio Tordini [Wed, 17 Sep 2014 09:27:33 +0000 (11:27 +0200)]
Updated install instructions

11 years agoUpdated translations
Flavio Tordini [Wed, 17 Sep 2014 09:26:39 +0000 (11:26 +0200)]
Updated translations

11 years agoQt5 fixes
Flavio Tordini [Mon, 8 Sep 2014 13:29:47 +0000 (15:29 +0200)]
Qt5 fixes

11 years agoPreliminary Qt5 support
Flavio [Wed, 30 Jul 2014 08:38:30 +0000 (10:38 +0200)]
Preliminary Qt5 support

11 years agoMissing semicolon
Flavio [Wed, 30 Jul 2014 08:38:07 +0000 (10:38 +0200)]
Missing semicolon

11 years agoupdated CHANGES 2.2
Flavio [Sat, 19 Jul 2014 07:27:33 +0000 (09:27 +0200)]
updated CHANGES

11 years agocli help
Flavio [Sat, 19 Jul 2014 07:27:16 +0000 (09:27 +0200)]
cli help

11 years agoShow Mark as Watched only when there are unwatched videos
Flavio [Fri, 18 Jul 2014 22:39:35 +0000 (00:39 +0200)]
Show Mark as Watched only when there are unwatched videos

11 years agoBetter context menu code, also working on Windows
Flavio [Fri, 18 Jul 2014 22:29:54 +0000 (00:29 +0200)]
Better context menu code, also working on Windows

11 years ago2.2
Flavio [Fri, 18 Jul 2014 21:14:33 +0000 (23:14 +0200)]
2.2

11 years agoUpdated translations
Flavio [Fri, 18 Jul 2014 21:14:22 +0000 (23:14 +0200)]
Updated translations

11 years agoFix bug with dragging playlist items from the thumbnail
Flavio [Fri, 18 Jul 2014 21:09:19 +0000 (23:09 +0200)]
Fix bug with dragging playlist items from the thumbnail

11 years agoStop After This action
Flavio [Fri, 18 Jul 2014 21:08:59 +0000 (23:08 +0200)]
Stop After This action

11 years ago--stop-after-this cli switch
Flavio [Fri, 18 Jul 2014 21:08:45 +0000 (23:08 +0200)]
--stop-after-this cli switch

11 years agoJuly is the official cat'n'mouse game month
Flavio [Fri, 18 Jul 2014 21:08:12 +0000 (23:08 +0200)]
July is the official cat'n'mouse game month

11 years agoNo mouse events for spacers
Flavio [Fri, 18 Jul 2014 21:06:18 +0000 (23:06 +0200)]
No mouse events for spacers

11 years agoReadded top shadow in search view
Flavio [Fri, 18 Jul 2014 21:05:57 +0000 (23:05 +0200)]
Readded top shadow in search view

11 years agoMinor color change
Flavio [Fri, 18 Jul 2014 21:05:17 +0000 (23:05 +0200)]
Minor color change

11 years agoSubscriptions context menu
Flavio [Fri, 18 Jul 2014 21:04:37 +0000 (23:04 +0200)]
Subscriptions context menu

11 years agoMissing translations 1.2.6
Flavio [Wed, 5 Feb 2014 22:37:17 +0000 (23:37 +0100)]
Missing translations

11 years agoMissing backslash
Flavio [Wed, 5 Feb 2014 22:06:15 +0000 (23:06 +0100)]
Missing backslash

11 years ago2.1.6
Flavio [Wed, 5 Feb 2014 21:55:45 +0000 (22:55 +0100)]
2.1.6

11 years agoUpdated translations
Flavio [Wed, 5 Feb 2014 21:35:46 +0000 (22:35 +0100)]
Updated translations

11 years agoFix signature stuff
Flavio [Wed, 5 Feb 2014 21:33:19 +0000 (22:33 +0100)]
Fix signature stuff

11 years agoRemoved non-working standard feeds
Flavio [Fri, 3 Jan 2014 22:34:04 +0000 (23:34 +0100)]
Removed non-working standard feeds