IRC log of #maemo for Friday, 2018-06-08

*** Oxyd76 has joined #maemo00:11
*** M4rtinK has quit IRC00:16
*** Pali has quit IRC00:55
*** spiiroin has quit IRC01:02
*** Kilroo has joined #maemo01:03
*** spiiroin has joined #maemo01:04
*** M4rtinK has joined #maemo01:04
*** jonwil has joined #maemo01:05
*** drrty has quit IRC01:09
*** xy2_ has quit IRC01:09
*** M4rtinK has quit IRC01:12
jonwilFinally getting somewhere with QT01:14
jonwilI found 3 changes to the SSL code in upstream QT 4.7.4 that we dont have in our copy so I will apply those and then after that I will start looking at and applying patches going forward until we hit 4.8.7 and then after that I can apply the OpenSSL 1.1 patch from Debian01:15
*** Natch has quit IRC01:17
*** xorly has quit IRC01:20
DocScrutinizer05great!01:22
*** ravelo has quit IRC01:33
*** florian has quit IRC01:33
jonwilok, new plan: Grab a "git log" of the ssl code from our QT tree and one from qt 4.8.7 then compare the 2. Any patches we have in our tree that aren't in 4.8.7 (i.e. backports for SNI and blacklisted certificates and etc) remove those since they will be comming back later. Then once we have something with no local patches to the ssl directory, start applying patches one by one to get to 4.8.7...02:06
jonwil...followed by the OpenSSL 1.1 patch.02:06
*** Natch has joined #maemo02:25
*** Natch has quit IRC02:30
*** Natch has joined #maemo02:32
*** Natch has quit IRC02:55
*** Natch has joined #maemo03:00
*** Natch has quit IRC03:14
Maxdamantusor just apply `git diff maemo-base..v4.8.7`03:15
Maxdamantusinstead of trying to apply each patch individually (which could easily be more work, depending on the nature of the changes)03:15
jonwilExcept that I only want to apply specific changes to one folder and not the entire tree (which git diff can't do)03:16
Maxdamantus(`maemo-base` being the commit in the actual qt repo that corresponds to maemo before the maemo-specific patches)03:16
Maxdamantussure, `git diff maemo-base..v4.8.7 -- ./some/particular/tree`03:17
*** infobot has quit IRC03:17
jonwilI also need to review all the changes since I already know there are some patches I do not want to apply to this tree03:17
MaxdamantusThen you might want to interactively rebase the v4.8.7 commit onto the maemo-base commit beforehand.03:18
Maxdamantusor just revert those changes afterwards.03:19
*** infobot has joined #maemo03:19
*** ChanServ sets mode: +v infobot03:19
Maxdamantusthough fwiw, this is the sort of stuff that makes it really hard to upgrade in the future.03:22
Maxdamantushaving trees with random sets of patches applied .. sounds like that's what maemo already has.03:22
jonwilIf it was easy to just upgrade QT right to 4.8.7 I would definitely do that03:22
jonwilMaybe I should do a log compare of 4.7.4 stock vs current maemo tree and see what's different there...03:31
Oksanajonwil : Regarding Firefox 24, Pale Moon web browser may be of interest. It was forked from Firefox 24, retains XUL, XPCOM and NPAPI compatibility, and updates other parts of browser with newer Firefox source code03:51
*** jonwil has quit IRC03:54
OksanaGranted, Pale Moon expects Gtk+ 2.24 and Glibc 2.17. And I am not sure if it would be faster or slower than Firefox 24.04:05
*** Natch has joined #maemo04:06
*** Natch has quit IRC04:25
*** Natch has joined #maemo04:27
*** Natch has quit IRC04:34
*** Natch has joined #maemo05:16
*** Natch has quit IRC05:21
*** Natch has joined #maemo05:28
*** vahe has joined #maemo05:42
*** huehue_ has quit IRC05:49
*** huehue_ has joined #maemo05:53
*** trumee has quit IRC06:40
*** trumee has joined #maemo06:45
*** Kilroo has quit IRC06:50
*** LauRoman|Alt has quit IRC07:14
*** spiiroin has quit IRC07:31
*** spiiroin has joined #maemo07:50
*** FalconSpy has quit IRC08:00
*** AlexNoise has quit IRC08:15
*** vahe is now known as vahe_08:15
*** vahe_ is now known as vahe08:37
*** xy2_ has joined #maemo08:58
*** valerius_ has joined #maemo09:25
*** xy2_ has quit IRC09:26
*** valerius_ has joined #maemo09:30
*** xorly has joined #maemo09:32
*** geaaru has joined #maemo09:40
*** xes has quit IRC09:50
*** xes has joined #maemo09:53
*** xes_ has joined #maemo09:56
*** florian has joined #maemo10:21
*** jskarvad has joined #maemo10:32
*** valerius_ has quit IRC10:45
*** Kabouik_ has joined #maemo10:49
*** Kabouik_ has joined #maemo10:50
*** Venemo has joined #maemo10:57
*** Oxyd76 has quit IRC11:30
*** Natch has quit IRC11:33
*** Natch has joined #maemo11:37
*** vahe has quit IRC11:40
*** vahe has joined #maemo11:41
*** trumee has quit IRC12:51
*** trumee has joined #maemo12:54
*** spiiroin has quit IRC12:56
*** phlixi has quit IRC12:58
*** phlixi has joined #maemo12:58
*** eMHa has quit IRC13:07
*** spiiroin has joined #maemo13:19
*** Vajb has quit IRC13:40
*** eMHa has joined #maemo13:40
*** Vajb has joined #maemo13:41
*** vahe has quit IRC14:13
*** jonwil has joined #maemo14:33
*** Venemo has quit IRC14:44
*** Venemo has joined #maemo14:50
*** Kabouik_ has quit IRC15:47
*** geaaru has quit IRC15:58
*** r00t|home has quit IRC16:00
VajbI am using bluetooh headset on n900 and I am wondering if I can modify the commands that headset is inputting? Like adding "go back 10 seconds" to play/pause.16:01
*** r00t|home has joined #maemo16:06
*** xes_ has quit IRC16:10
*** xes_ has joined #maemo16:12
DocScrutinizer05Vajb: BT headset sends input events just like multimedia keys on your hw keyboard on PC do16:14
DocScrutinizer05afaik16:14
DocScrutinizer05assigning a particular function to a key is a matter of keymap and the process listening to events and acting on them16:15
*** xes_ has quit IRC16:15
Vajbok. I think that was yes. Guess I'll need to find out what triggers when it sends signal16:16
DocScrutinizer05I bet there's a KotCzarny with a mediaplayer that already supports what you want ;-)16:31
Vajboh yeah that pcso. Actually this I need this for Panucci audiobook player. When ever Im distracted and forced to pause, I'd like to jump back ten seconds when i continue.17:01
*** jonwil has quit IRC17:03
Vajbit seems that /org/maemo/playback0 is reacting to headsetbuttons17:12
DocScrutinizer05https://torrentfreak.com/private-internet-access-no-logging-claims-proven-true-again-in-court-180606/    https://news.ycombinator.com/item?id=1725820317:16
*** AlexNoise has joined #maemo18:10
*** vahe has joined #maemo18:13
*** Pali has joined #maemo18:26
*** LauRoman|Alt has joined #maemo18:27
*** Kabouik has quit IRC18:30
*** xy2_ has joined #maemo18:40
*** __LauRoman has joined #maemo18:51
*** LauRoman|Alt has quit IRC18:54
*** florian_kc has joined #maemo19:21
*** jskarvad has quit IRC19:27
*** florian_kc has quit IRC19:35
*** vahe has quit IRC19:46
*** NeKit has quit IRC19:52
*** NeKit has joined #maemo19:53
*** eMHa has quit IRC19:57
*** xy2_ has quit IRC20:26
*** eMHa has joined #maemo20:32
*** enyc has joined #maemo20:37
*** AlexNoise has quit IRC21:22
*** florian_kc has joined #maemo21:27
*** eMHa has quit IRC22:03
*** grumble has quit IRC22:06
*** eMHa has joined #maemo22:07
*** xy2_ has joined #maemo22:08
*** grumble has joined #maemo22:10
*** AlexNoise has joined #maemo22:39
*** jonwil has joined #maemo23:07
*** drrty has joined #maemo23:18
*** Kabouik has joined #maemo23:37
*** jonwil has quit IRC23:44
*** florian has quit IRC23:58
*** florian_kc is now known as florian23:58
*** florian_kc has joined #maemo23:58

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!