Commit Graph

452 Commits

Author SHA1 Message Date
Than Ngo ecd6a3f02d better fix for strcasestr detection 2009-05-04 21:40:39 +00:00
Lukas Tinkl 8bbe9d3198 KDE 4.2.3 2009-05-04 14:22:24 +00:00
Lukas Tinkl ee8b90ef00 /tmp/cvsXCJtVy 2009-04-28 12:20:36 +00:00
Kevin Kofler 9ae2c5b4f0 * Fri Apr 24 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.2-12
- drop the PopupApplet configuration backports (#495998) for now, kconf_update
  does not work as expected for Plasma
2009-04-24 01:45:14 +00:00
Kevin Kofler f4fe036869 * Thu Apr 23 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.2-11
- fix the kconf_update scriptlet for #495998 again (missing DELETEGROUP)
2009-04-23 22:50:28 +00:00
Kevin Kofler 3341732eb9 * Thu Apr 23 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.2-10
- fix the kconf_update scriptlet for #495998
2009-04-23 21:29:01 +00:00
Kevin Kofler afe4cbe2c9 Sync from F11:
* Tue Apr 21 2009 Than Ngo <than@redhat.com> - 4.2.2-9
- don't let plasma appear over screensaver
2009-04-21 15:13:00 +00:00
Kevin Kofler a32a6d25a2 Apply the correct patch. 2009-04-20 13:08:28 +00:00
Kevin Kofler 503f387002 * Mon Apr 20 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.2.2-8
- fix Plasma PopupApplet configuration interfering with weather applet (#495998)
2009-04-20 12:45:39 +00:00
Rex Dieter b7f8c79bd9 * Sun Apr 19 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.2-7
- fix and simplify the child struct disposal (kde#180785)
2009-04-19 15:27:50 +00:00
Rex Dieter 2264439fae * Sat Apr 18 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.2-6
- squash leaky file descriptors in kdeinit (kde#180785,rhbz#484370)
2009-04-18 23:13:43 +00:00
Kevin Kofler b8733f9b04 Sync from devel:
* Fri Apr 10 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.2-5
- fix bidi-related hangs in khtml (kde#189161)

* Wed Apr 08 2009 Than Ngo <than@redhat.com> - 4.2.2-4
- upstream patch fix ReadOnlyPart crash for non-local file
2009-04-10 22:26:18 +00:00
Than Ngo c2044510a5 fix kickoff focus issue 2009-04-07 16:10:05 +00:00
Than Ngo 0c4c9ac292 upstream patch to fix kio_http issue 2009-04-07 10:26:29 +00:00
Rex Dieter 6f066dd078 * Wed Apr 1 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.2-1
- KDE 4.2.2
2009-04-01 17:50:32 +00:00
Rex Dieter 7d056a05ad * Wed Mar 05 2009 Rex Dieter <rdieter@fedorproject.org> - 4.2.1-4
- move designer plugins to main/runtime (#487622)
2009-03-05 01:25:33 +00:00
Kevin Kofler 1b0099c976 Revert, the "better" patch does not work. 2009-03-03 22:06:10 +00:00
Kevin Kofler f75244b041 * Tue Mar 03 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.1-3
- better fix for #485968 (fix aliasing instead of using -fno-strict-aliasing)
2009-03-03 19:40:15 +00:00
Lukas Tinkl 2cb08dfb71 sync with devel/ 2009-03-02 10:11:41 +00:00
Lukas Tinkl cafb904feb KDE 4.2.1 2009-02-27 16:57:29 +00:00
Kevin Kofler e941411d71 Sync from devel:
* Tue Feb 24 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.0-15
- fix crash in ~KMainWindow triggered by sending messages in KNode (kde#182322)

* Mon Feb 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-14
- (Build)Req: soprano(-devel) >= 2.2
- devel: drop Req: zlib-devel libutempter-devel

* Wed Feb 18 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.0-13
- disable strict aliasing in kjs/dtoa.cpp (GCC 4.4 x86_64 crash) (#485968)

* Thu Feb 12 2009 Than Ngo <than@redhat.com> - 4.2.0-11
- make plasma work better with Qt 4.5 (when built against Qt 4.5)
- add gcc44-workaround
2009-02-24 04:28:21 +00:00
Rex Dieter e25144ca36 * Fri Feb 06 2009 Than Ngo <than@redhat.com> - 4.2.0-10
- Fix duplicated applications in the K menu and in keditfiletype
2009-02-06 17:09:54 +00:00
Rex Dieter 317e06b184 * Thu Feb 05 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.0-9
- ssl/proxy patch (kde#179934)
2009-02-05 14:39:52 +00:00
Rex Dieter e9f7446680 * Fri Jan 30 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.0-7
- kded/kdirwatch patch (kde#182472)
2009-01-30 20:48:38 +00:00
Rex Dieter d0b19dcd2d * Fri Jan 30 2009 Lukáš Tinkl <ltinkl@redhat.com> 4.2.0-6
- Emit the correct FilesRemoved signal if the job was aborted in the middle of its operation,
  otherwise it can result in confusion and data loss (overwriting files with files
  that don't exist). kdebug:118593
- Fix "klauncher hangs when kdeinit4 dies" -- this happened because
  klauncher was doing a blocking read forever.
- Repair klauncher support for unique-applications like konsole.
  kdebug:162729, kdebug:75492
2009-01-30 17:18:42 +00:00
Kevin Kofler 0119078d9b * Fri Jan 30 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.0-5
- reenable PolicyKit and NTFS workarounds

WHY was this commented out??? It applies without the slightest offset or fuzz. Please don't comment out patches!
2009-01-30 02:05:28 +00:00
Kevin Kofler 6a02575f60 Remove plasma-on-screensaver-security patch, already in respun tarball and thus no longer applied. 2009-01-28 15:56:16 +00:00
Rex Dieter fe70c73c14 * Mon Jan 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-4
- revert Requires: qt4%{_isa}
2009-01-27 00:23:50 +00:00
Rex Dieter 1988bb0820 * Mon Jan 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-3
- respun tarball
2009-01-26 21:45:06 +00:00
Rex Dieter 05114451a9 * Mon Jan 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-2
- plasma-on-screensaver-security patch
- (Build)Req: automoc4 >= 0.9.88, phonon(-devel) >= 4.3.0
- Requires: strigi-libs >= 0.6.3
- use %{?_isa} to avoid potential multilib heartbreak
2009-01-26 18:10:28 +00:00
Rex Dieter 5acbb2c567 sync with devel/ for 4.2.0 hotness 2009-01-23 18:59:58 +00:00
Kevin Kofler 4911c1c8af Oops, it's 2009 already. ;-) 2009-01-08 05:00:14 +00:00
Lukas Tinkl be8a00aeca another upstream patch 2009-01-07 15:10:34 +00:00
Lukas Tinkl 565aef0793 really drop it :) 2009-01-07 14:51:44 +00:00
Lukas Tinkl 8694825829 drop upstream patches 2009-01-07 14:47:42 +00:00
Lukas Tinkl 7ff99d212a fix PolicyKit patch 2009-01-07 14:31:59 +00:00
Lukas Tinkl 154eb2fa33 KDE 4.1.4 2009-01-07 12:27:19 +00:00
Kevin Kofler 44934497a7 Fix patch. 2008-12-08 01:34:19 +00:00
Kevin Kofler a533937225 * Mon Dec 08 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.3-4
- restore NTFS workaround which accidentally got dropped in the 4.1.3 update
2008-12-08 01:12:23 +00:00
Rex Dieter 4de069dc6f fix .cvsignore 2008-11-20 18:20:57 +00:00
Rex Dieter 20ea751d26 * Thu Nov 20 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.3-3
- unmess Utilities menu (kdebug:161117)
2008-11-20 18:16:24 +00:00
Than Ngo 04bf7f2778 update kdelibs-4.0.2-policykit-workaround.patch 2008-11-12 14:29:28 +00:00
Than Ngo 61549b46e2 4.1.3 2008-11-12 00:04:54 +00:00
Rex Dieter fd9a71eecb * Fri Nov 07 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-6
- backport http_cache_cleaner fix (kdebug:172182)
2008-11-07 14:02:14 +00:00
Kevin Kofler 40c1874118 * Wed Oct 15 2008 Lukáš Tinkl <ltinkl@redhat.com> 4.1.2-5
- backport fix for faulty window resizing (kdebug:172042)
2008-10-15 15:25:51 +00:00
Than Ngo 88e65a714b backport patch to fix crash kded startup crash 2008-10-13 09:33:00 +00:00
Than Ngo 67deeba480 backport fix for google maps 2008-10-08 20:33:15 +00:00
Kevin Kofler 0c5a480fe4 Remove no longer used patch. 2008-10-05 23:56:00 +00:00
Dennis Gilmore 981d8966f0 Initialize branch F-10 for kdelibs 2008-10-03 18:12:44 +00:00
Rex Dieter f8529421ff * Sun Sep 28 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-2
- make VERBOSE=1
- respin against new(er) kde-filesystem
2008-09-29 02:38:40 +00:00