| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
- Synchronisation of the folded states between each windows
- Code cleanup
|
|
|
|
|
| |
as loading the dockwidgets show on first show.
It also cleans up bookmarks menu loading.
|
|
|
|
| |
Speed up compilation & linking on Win, Lin & Mac. Step 1
|
|
|
|
|
|
| |
Renamed urltreeview files to paneltreeviews one to let my konsole tab
completion easily work.
Blame me for this..
|
| |
|
|
|
|
|
|
|
| |
- Use the same context menu for the bookmark panel and the bookmark bar
- Use a list to store the different bookmark bars
- Fix the different crashes when there are more than one window
- When the bookmarks are changed, all the bars are refreshed
|
|
|
|
|
| |
- Add Bookmark Here now add the bookmark on top of the selected item
- ctor initialisation for the UrlTreeView of the history panel
|
|
|
|
|
|
|
|
| |
- Use the same behaviour for delete bookmark as the toolbar
- Some strings changed
- Keep the selection of a folder when it's expanded/collapsed
- Fix the name of some methods and properties
- Code cleaned a bit
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
With this commit I fixed panel behaviour && saved some bytes
in their definition.
This will help hacking there (they are pretty the same now, I just
have no time to let them inherit from a parent "rekonq panel" class)
and will save some bytes in rekonq footprint :)
|
| |
|
|
Anyway, this moving/renaming helped me finding lots of strange circulary
dependencies and easily solve them :)
We have also a more organized structure, hopefully letting people work on different areas
altogether.
|