summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add hardware clasification rules for virtio devicesSlávek Banko2013-07-251-0/+11
|
* Second part of renaming kdessh -> tdesshSlávek Banko2013-07-226-6/+6
|
* Rename kdepasswd -> tdepasswdSlávek Banko2013-07-224-4/+4
|
* Expose layout members needed to utilize buttonsTimothy Pearson2013-07-202-12/+16
|
* Fix network-manager backend crash on certain systems when network-manager is ↵Timothy Pearson2013-07-163-12/+46
| | | | | | not available Add ability to show buttons in KSMModalDialog
* Select any available wireless network in findAccessPointByBSSIDTimothy Pearson2013-07-101-1/+4
| | | | This resolves Bug 1496
* Fix network manager interface not returning active connectionsTimothy Pearson2013-07-072-2/+5
| | | | Add unclassified TI FlashMedia device
* Fix incorrect clasification of hardware devicesTimothy Pearson2013-06-221-0/+5
| | | | This resolves a bug accidentally introduced in GIT hash b282a7bb
* Fix Kate not coming to foreground with focus in MDI modeTimothy Pearson2013-06-211-25/+2
| | | | This resolves Bug 692
* Add ability to set active window to TDEMainWindowTimothy Pearson2013-06-202-0/+39
|
* Add ability to ignore internal reference URLs in KURL equality comparisonTimothy Pearson2013-06-192-2/+23
|
* Allow small execute area to be used in TDEListViewTimothy Pearson2013-06-102-5/+31
| | | | This partially resolves Bug 1543
* Fix inability to connect with unsecured wireless access pointTimothy Pearson2013-06-102-61/+305
| | | | Add plain-text connection failure messages
* Reduce CPU usage of triggerless device polling routineTimothy Pearson2013-06-015-40/+117
| | | | Fix TDEListView not emitting executed signal for part of entire highlighted item area
* Disable polling of triggerless devices by defaultTimothy Pearson2013-06-012-5/+23
| | | | This resolves Bug 1516
* Fix possible DOS in konqueror (CVE-2009-2537)Francois Andriot2013-06-011-2/+11
|
* Fix security issue when displaying certificate informations (CVE-2011-3365)Francois Andriot2013-06-012-8/+38
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2013-05-231-0/+0
|
* Fix saving display config when Gamma is not supported by xrandrFrancois Andriot2013-05-241-10/+20
| | | | This resolves Bug 1506
* Fix incomplete size restoration in TDEMainWindow classTimothy Pearson2013-05-233-75/+92
| | | | | This resolves Bug 1519 Clean up build warnings in KEditToolbar
* Fix invalid toolbar data structure size declarationsTimothy Pearson2013-05-202-32/+40
| | | | This cleans up a slew of Valgrind memcheck warnings
* Reduce network-manager backend debug spewTimothy Pearson2013-05-182-2/+31
|
* Fix uninitialized class member variables in network managerTimothy Pearson2013-05-181-4/+11
|
* Fix several warnings and excessive .xsession-errors log spam when ↵Timothy Pearson2013-05-183-39/+52
| | | | network-manager VPN service is not available
* Add error reporting to network-manager backendTimothy Pearson2013-05-182-12/+81
| | | | Fix inability to create new wireless connections
* Rename remnant files and references from kinit -> tdeinit.Darrell Anderson2013-05-1734-9/+9
|
* Update [kinit wrapper] -> [tdeinit wrapper].Darrell Anderson2013-05-161-19/+19
|
* Fix DCOP standard TQt object marshalingTimothy Pearson2013-05-152-19/+35
| | | | This partially resolves Bug 1510
* Properly fix getting file name with ICC configurationSlávek Banko2013-05-151-18/+4
|
* Remove references to mpeg-4 in mpeg.desktop.Darrell Anderson2013-05-121-2/+2
|
* Add XZ tdeioslaveFrancois Andriot2013-05-0811-0/+411
| | | | Based on KDE GIT commit bbe9e8f5
* Fix errant extra source line in GIT hash b4a23465Timothy Pearson2013-05-081-2/+0
|
* Use standard unicode forward slash representation if available instead of ↵Timothy Pearson2013-05-073-14/+34
| | | | | | nonstandard HTML encoding This resolves Bug 269
* Fix slot warnings when no partManager is availableTimothy Pearson2013-05-074-18/+31
| | | | This resolves the remainder of Bug 1088
* Cleanup output clutter.Darrell Anderson2013-05-061-1/+1
|
* Fix Kate syntax highlighting stallTimothy Pearson2013-05-051-20/+19
| | | | This resolves Bug 1279
* Fix KControl module display when administrative privileges are requested and ↵Timothy Pearson2013-05-051-5/+5
| | | | granted
* Reformat arts filesTimothy Pearson2013-05-042-650/+641
| | | | This commit does not change compiled functionality
* Fix incorrect positions and heights in open/save dialogs when nonstandard ↵Timothy Pearson2013-05-033-10/+12
| | | | font sizes are in use
* Revert previous patch as the error appears to be in TQFontMetrics, not this fileTimothy Pearson2013-05-021-1/+1
|
* Fix ugly open/save dialog icon item highlight rectangle mismatchTimothy Pearson2013-04-301-26/+62
|
* Do not block on read of tdeinit socket and thereby rely on forcible ↵Timothy Pearson2013-04-281-1/+0
| | | | | | tdeinit_shutdown termination during logout This partially resolves Bug 760
* Cleanup output clutterSlávek Banko2013-04-278-60/+60
|
* Do not label swap devices as mountable or containing a filesystemTimothy Pearson2013-04-271-1/+5
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibsDarrell Anderson2013-04-262-4/+4
|\
| * Fix incorrect block device size reporting on 32 bit systemsTimothy Pearson2013-04-262-4/+4
| |
* | Reduce output spew clutter.Darrell Anderson2013-04-261-1/+1
|/
* Fix incorrect CPU governor DBUS interface nameTimothy Pearson2013-04-251-102/+143
| | | | This resolves Bug 1464
* Add ConsoleKit support to TDE hardware libraryTimothy Pearson2013-04-255-9/+144
|
* Fix XDG ShowOnlyIn/NotShowIn conflicts with KDE4. Add cmakeDarrell Anderson2013-04-235-0/+34
| | | | | WITH_OLD_XDG_STD configure support to retain old style support for potential problematic distros. This resolves bug report 1364.