]> git.sur5r.net Git - minitube/log
minitube
8 years agoDo not show video desc in status bar
Flavio Tordini [Wed, 22 Jul 2015 15:52:00 +0000 (17:52 +0200)]
Do not show video desc in status bar

8 years agoFixed playlist not resign after showing search filters
Flavio Tordini [Wed, 22 Jul 2015 15:51:39 +0000 (17:51 +0200)]
Fixed playlist not resign after showing search filters

8 years agoMissing include
Flavio Tordini [Wed, 15 Jul 2015 13:56:37 +0000 (15:56 +0200)]
Missing include

8 years agoFix minimum size for Qt5 Mac
Flavio Tordini [Wed, 15 Jul 2015 13:56:28 +0000 (15:56 +0200)]
Fix minimum size for Qt5 Mac

8 years agoMerge pull request #15 from dreamer-dead/font-utils
Flavio Tordini [Sun, 21 Jun 2015 14:36:15 +0000 (16:36 +0200)]
Merge pull request #15 from dreamer-dead/font-utils

Simplify FontUtils code and remove additional runtime checks.

8 years agoSimplify FontUtils code and remove additional runtime checks.
dreamer.dead [Sat, 20 Jun 2015 20:00:10 +0000 (23:00 +0300)]
Simplify FontUtils code and remove additional runtime checks.

9 years agoMore const references everywhere
Flavio Tordini [Sun, 17 May 2015 09:11:53 +0000 (11:11 +0200)]
More const references everywhere

9 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

9 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

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

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

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

9 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

9 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.

9 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

9 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'

9 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

9 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

9 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.

9 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.

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

9 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

9 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

9 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.

9 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.

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

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

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

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

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

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

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

9 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)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

9 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

9 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

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

9 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

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

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

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

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

9 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

9 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

9 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

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

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

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

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

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

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

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

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

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

9 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

9 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

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

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

9 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

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

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

9 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

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

9 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

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

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