summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into HEADAlexander Golubev2013-08-1113-12/+243
|\ | | | | | | | | | | | | Conflicts: tdecore/CMakeLists.txt tdecore/tdehardwaredevices.h tdecore/tdehw/tdehardwaredevices.cpp
| * Disable session management in tdeio slavesTimothy Pearson2013-08-081-1/+1
| | | | | | | | This relates to Bug 760
| * Allow session manager to be disable on creation when argc and argv are not ↵Timothy Pearson2013-08-082-0/+34
| | | | | | | | | | | | passed to TDEApplication This relates to Bug 760
| * Change mount API to allow for mount backends other than pmountTimothy Pearson2013-08-084-7/+147
| | | | | | | | Add static convenience method for determining X11 VT mapping to TDEApplication
| * Fix FTBFS on tdehardwaredevices.cpp with some combinations of options.Alexander Golubev2013-08-072-15/+14
| | | | | | | | This resolves bug report 1594.
| * Allow TDEApplication objects to be constructed without a session managerTimothy Pearson2013-08-062-2/+45
| | | | | | | | This relates to Bug 760
| * Update VERSION in root CMakeLists.txt.Darrell Anderson2013-08-011-1/+1
| | | | | | | | This partially resolves bug report 1595.
| * Fix FTBFS when xrender is missing.Alexander Golubev2013-08-011-0/+2
| | | | | | | | This resolves bug report 1554.
| * Add files omitted in commit 5da63fe9Slávek Banko2013-08-012-0/+1475
| |
| * Fix battery charge detectionFrancois Andriot2013-08-011-0/+9
| | | | | | | | This resolves Bug 1514
| * Fix FTBFS due to libart locationFrancois Andriot2013-08-012-0/+2
| |
| * Fix FTBFS on libudev includesFrancois Andriot2013-08-012-0/+4
| |
| * Fix application menu. This partially resolves bug report 1563.Francois Andriot2013-07-314-1477/+2
| |
| * Fix incorrect classification of DVD DL disksTimothy Pearson2013-07-291-4/+0
| |
* | removed #include config.h from installable header tdenetworkdevice.hGolubev Alexander2013-07-271-2/+0
| |
* | add excess inclusion to tdehwcommontypes.h to fix compilation of other modulesGolubev Alexander2013-07-271-2/+0
| |
* | add instalation of missing tdehwcommontypes.h includeGolubev Alexander2013-07-271-0/+1
| |
* | fixed build without consolekit supportGolubev Alexander2013-07-271-0/+2
| |
* | complete tdehardwaredevices splitGolubev Alexander2013-07-2726-1775/+2233
| |
* | tdehw: three more classes splitedGolubev Alexander2013-07-279-709/+872
| |
* | moved first two classes of tdehw to their own filesGolubev Alexander2013-07-277-1650/+1779
| |
* | move all tdehw stuff into separate subdirGolubev Alexander2013-07-2750-53/+143
| |
* | force cmake to create update-entities script in binary directory: make ↵Golubev Alexander2013-07-261-3/+3
|/ | | | sources read-only
* 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
|