┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
urlnavigator.cpp
Age
Commit message (
Expand
)
Author
2007-04-02
Rename all the URL navigator related classes to prepare their migration
Kevin Ottens
2007-04-02
Make use of KFilePlaces instead of the bookmark system in the URL
Kevin Ottens
2007-03-27
Hide the HistoryElem class from the public API of UrlNavigator
David Faure
2007-03-27
Added setters in urlnavigator to remove dependency on dolphinsettings.
David Faure
2007-03-27
One more step towards kdelibs: d-pointer-ify, including moving all members, a...
David Faure
2007-03-26
Ported to KBookmarkManager::closestBookmark - which even solves another TODO ...
David Faure
2007-03-26
A small step in trying to make urlnavigator useable in kdelibs for the file d...
David Faure
2007-03-26
Using a QLinkedList mostly for "accessing element at index i" is not the best...
David Faure
2007-03-26
Avoid to use QUrl::toString, as per Davids suggestion.
Luca Gugelmann
2007-03-25
* Fixed a bug that caused dolphin to crash when clicking on the "Root" button
Luca Gugelmann
2007-03-10
Update of the patch from Filip Brcic for browsing through ZIP and TAR files. ...
Peter Penz
2007-03-10
Fixed icon-names so that they match to the new Oxygen naming scheme (erase al...
Peter Penz
2007-03-06
use QToolButton instead of QPushButton (patch submitted by Dominik Haumann)
Peter Penz
2007-03-03
respect the show hidden files settingin the url nav bar
Aaron J. Seigo
2007-02-22
Add libkmetadata detection and minor fixes
Oscar Blumberg
2007-02-21
Fixing autogenerated headers includes
Alexander Wiedenbruch
2007-02-17
Some minor polishing: use a grid for the icons view, give the toggle button o...
Peter Penz
2007-02-17
Hide the filler widget when showing the traditional view. Fixed issue when to...
Peter Penz
2007-02-17
Allow the pasting of a text clipboard content to the URL navigator by pressin...
Peter Penz
2007-02-17
Prevent that the popup of the URL navigator is opened if the button has alrea...
Peter Penz
2007-02-17
Prevent a flickering of the URL navigator buttons by reusing existing buttons...
Peter Penz
2007-02-17
Cleanup: don't use deprecated Qt3 classes or methods, removed unnecessary inc...
Peter Penz
2007-02-17
Cleanup of the URL navigator, so that the DolphinMainWindow and the DolphinVi...
Peter Penz
2007-01-21
Cleanup of DolphinContextMenu:
Peter Penz
2007-01-10
Applied some patches found by EBN (thanks to Nicolas Lécureuil for the patch...
Peter Penz
2006-12-11
Do not abort/exit when accessing the string out of bounds
Holger Freyther
2006-12-04
- compile with trunk kdelibs
Simon Hausmann
2006-12-04
reducing a little bit the number of deprecation warnings
Zack Rusin
2006-11-29
Make it (almost) possible to have more than one Dolphin KMainWindow
Holger Freyther
2006-11-27
Compile++
Laurent Montel
2006-11-25
AFAIK the last character is at length()-1.
Kevin Ottens
2006-11-23
Fix i18n
Laurent Montel
2006-11-23
Byebye Q3H(V)Box
Laurent Montel
2006-11-22
As KURL has been renamed to KUrl all classes and methods, which use the term ...
Peter Penz
2006-11-22
Some port
Laurent Montel
2006-11-21
commited initial version of Dolphin
Peter Penz